python-nose: remove noarch.

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

View file

@ -1,8 +1,7 @@
# Template file for 'python-nose' # Template file for 'python-nose'
pkgname=python-nose pkgname=python-nose
version=1.3.7 version=1.3.7
revision=4 revision=5
archs=noarch
wrksrc="nose-${version}" wrksrc="nose-${version}"
build_style=python-module build_style=python-module
pycompile_module="nose" pycompile_module="nose"
@ -18,7 +17,6 @@ checksum=f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98
alternatives="nose:nosetests:/usr/bin/nosetests2" alternatives="nose:nosetests:/usr/bin/nosetests2"
python3-nose_package() { python3-nose_package() {
archs=noarch
pycompile_module="nose" pycompile_module="nose"
depends="python3-setuptools" depends="python3-setuptools"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"