python-distribute: python3 subpkg is noarch too.

This commit is contained in:
Juan RP 2014-05-01 20:25:05 +02:00
parent 29dd06ab41
commit bfcf7d30e9
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-distribute' # Template file for 'python-distribute'
pkgname=python-distribute pkgname=python-distribute
version=0.6.28 version=0.6.28
revision=2 revision=3
wrksrc="distribute-${version}" wrksrc="distribute-${version}"
build_style=python-module build_style=python-module
python_versions="2 3" python_versions="2 3"
@ -17,6 +17,7 @@ distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$versi
checksum=a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63 checksum=a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63
python3-distribute_package() { python3-distribute_package() {
noarch=yes
depends="python3" depends="python3"
short_desc="${short_desc//python2/python3}" short_desc="${short_desc//python2/python3}"
pkg_install() { pkg_install() {