python-isodate: remove noarch.

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

View file

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