python-iso-8601: drop noarch

This commit is contained in:
Piotr Wójcik 2020-09-15 20:47:46 +02:00
parent 906c33b4df
commit e4e4cf1ff3

View file

@ -1,11 +1,9 @@
# Template file for 'python-iso-8601' # Template file for 'python-iso-8601'
pkgname=python-iso-8601 pkgname=python-iso-8601
version=0.3.0 version=0.3.0
revision=2 revision=3
archs=noarch
wrksrc="iso-8601-${version}" wrksrc="iso-8601-${version}"
build_style=python-module build_style=python-module
pycompile_module="iso8601"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python"
short_desc="Python2 library that provides cryptographic recipes and primitives" short_desc="Python2 library that provides cryptographic recipes and primitives"
@ -21,7 +19,6 @@ post_install() {
python3-iso-8601_package() { python3-iso-8601_package() {
depends="python3" depends="python3"
pycompile_module="iso8601"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*