python-decorator: remove noarch.

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

View file

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