python-utils: noarch=yes, cleanup

This commit is contained in:
Alessio Sergi 2018-05-20 19:07:32 +02:00
parent 2da9abc397
commit 28d069ed71

View file

@ -1,14 +1,14 @@
# Template file for 'python-utils' # Template file for 'python-utils'
pkgname=python-utils pkgname=python-utils
version=2.3.0 version=2.3.0
revision=1 revision=2
noarch=yes
build_style=python-module build_style=python-module
wrksrc="python-utils-${version}" wrksrc="python-utils-${version}"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
depends="python-six"
pycompile_module="python_utils" pycompile_module="python_utils"
short_desc="Convenient utilities not included with the standard Python install " hostmakedepends="python-setuptools python3-setuptools"
depends="python-six"
short_desc="Convenient utilities not included with the standard Python2 install"
maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>" maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://github.com/WoLpH/python-utils" homepage="https://github.com/WoLpH/python-utils"
@ -20,6 +20,7 @@ pkg_install() {
} }
python3-utils_package() { python3-utils_package() {
noarch=yes
depends="python3-six" depends="python3-six"
pycompile_module="python_utils" pycompile_module="python_utils"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"