python-cssselect: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:09 +10:00 committed by Đoàn Trần Công Danh
parent 1ab9eb2eea
commit 3a75e271a7

View file

@ -1,8 +1,7 @@
# Template file for 'python-cssselect' # Template file for 'python-cssselect'
pkgname=python-cssselect pkgname=python-cssselect
version=1.1.0 version=1.1.0
revision=2 revision=3
archs=noarch
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python-module build_style=python-module
pycompile_module="cssselect" pycompile_module="cssselect"
@ -20,7 +19,6 @@ post_install() {
} }
python3-cssselect_package() { python3-cssselect_package() {
archs=noarch
depends="python3" depends="python3"
pycompile_module="cssselect" pycompile_module="cssselect"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"