python-Markups: add missing dependency to subpackage
This commit is contained in:
parent
185ade5535
commit
7a629df003
1 changed files with 3 additions and 5 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'python-Markups'
|
# Template file for 'python-Markups'
|
||||||
pkgname=python-Markups
|
pkgname=python-Markups
|
||||||
version=3.0.0
|
version=3.0.0
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="Markups-${version}"
|
wrksrc="Markups-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="markups"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Wrapper around the various text markup languages (Python2)"
|
short_desc="Wrapper around the various text markup languages (Python2)"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/mitya57/pymarkups"
|
homepage="https://github.com/mitya57/pymarkups"
|
||||||
|
changelog="https://raw.githubusercontent.com/retext-project/pymarkups/master/changelog"
|
||||||
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/M/Markups/Markups-${version}.tar.gz"
|
||||||
checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
|
checksum=1ea19458dfca6a4562044e701aa8698089a0c659fc535689ed260f89a04f8d39
|
||||||
|
|
||||||
|
@ -22,8 +21,7 @@ post_install() {
|
||||||
|
|
||||||
python3-Markups_package() {
|
python3-Markups_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3 python3-markdown-math"
|
||||||
pycompile_module="markups"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue