python-constantly: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:08 +10:00 committed by Đoàn Trần Công Danh
parent 2ed5887592
commit 897ae5bbdb
1 changed files with 1 additions and 3 deletions

View File

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