python-Pygments: remove noarch.
This commit is contained in:
parent
9f62e7efde
commit
a9600a4708
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'python-Pygments'
|
# Template file for 'python-Pygments'
|
||||||
pkgname=python-Pygments
|
pkgname=python-Pygments
|
||||||
version=2.5.2
|
version=2.5.2
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc="Pygments-${version}"
|
wrksrc="Pygments-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
@ -26,7 +25,6 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-Pygments_package() {
|
python3-Pygments_package() {
|
||||||
archs=noarch
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
||||||
|
|
Loading…
Reference in New Issue