python-pycparser: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:36 +10:00 committed by Đoàn Trần Công Danh
parent 5d6ce7dd41
commit 74d2ba4f49

View file

@ -1,8 +1,7 @@
# Template file for 'python-pycparser' # Template file for 'python-pycparser'
pkgname=python-pycparser pkgname=python-pycparser
version=2.19 version=2.19
revision=2 revision=3
archs=noarch
wrksrc="pycparser-${version}" wrksrc="pycparser-${version}"
build_style=python-module build_style=python-module
pycompile_module="pycparser" pycompile_module="pycparser"
@ -25,7 +24,6 @@ post_install() {
} }
python3-pycparser_package() { python3-pycparser_package() {
archs=noarch
depends="python3-ply" depends="python3-ply"
pycompile_module="pycparser" pycompile_module="pycparser"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"