python-Pygments: setuptools is required at runtime
This commit is contained in:
parent
f917bf259a
commit
34dddd6ac6
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-Pygments'
|
# Template file for 'python-Pygments'
|
||||||
pkgname=python-Pygments
|
pkgname=python-Pygments
|
||||||
version=2.0.1
|
version=2.0.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Pygments-${version}"
|
wrksrc="Pygments-${version}"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python"
|
depends="python-setuptools"
|
||||||
pycompile_module="pygments"
|
pycompile_module="pygments"
|
||||||
short_desc="Python2 syntax highlighter"
|
short_desc="Python2 syntax highlighter"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -45,7 +45,7 @@ do_install() {
|
||||||
|
|
||||||
python3.4-Pygments_package() {
|
python3.4-Pygments_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4-setuptools"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="pygments"
|
pycompile_module="pygments"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Reference in New Issue