python-ply: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:32 +10:00 committed by Đoàn Trần Công Danh
parent 46c1f99505
commit 8b05958809

View file

@ -1,8 +1,7 @@
# Template file for 'python-ply' # Template file for 'python-ply'
pkgname=python-ply pkgname=python-ply
version=3.11 version=3.11
revision=2 revision=3
archs=noarch
wrksrc="ply-${version}" wrksrc="ply-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
@ -21,7 +20,6 @@ post_install() {
} }
python3-ply_package() { python3-ply_package() {
archs=noarch
depends="python3" depends="python3"
pycompile_module="ply" pycompile_module="ply"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"