python-gntp: remove noarch.

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

View file

@ -1,8 +1,7 @@
# Template file for 'python-gntp' # Template file for 'python-gntp'
pkgname=python-gntp pkgname=python-gntp
version=1.0.3 version=1.0.3
revision=5 revision=6
archs=noarch
wrksrc="gntp-${version}" wrksrc="gntp-${version}"
build_style=python-module build_style=python-module
pycompile_module="gntp" pycompile_module="gntp"
@ -21,7 +20,6 @@ post_install() {
} }
python3-gntp_package() { python3-gntp_package() {
archs=noarch
depends="python3" depends="python3"
pycompile_module="gntp" pycompile_module="gntp"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"