python-distribute: build python3 modules too
This commit is contained in:
parent
47411896b8
commit
aa26986aef
|
@ -4,7 +4,8 @@ version=0.6.28
|
|||
revision=1
|
||||
wrksrc="distribute-${version}"
|
||||
build_style=python-module
|
||||
makedepends="python-devel"
|
||||
python_versions="2 3"
|
||||
makedepends="python-devel python3-devel"
|
||||
noarch="yes"
|
||||
depends="python"
|
||||
pycompile_module="pkg_resources.py easy_install.py site.py setuptools"
|
||||
|
@ -14,3 +15,10 @@ homepage="http://pypi.python.org/pypi/distribute"
|
|||
license="PSF"
|
||||
distfiles="http://pypi.python.org/packages/source/d/distribute/distribute-$version.tar.gz"
|
||||
checksum=a42e897551aeb7600708f4aa6a0c02acb4458613976234b7d4fad7ae841a8d63
|
||||
|
||||
python3-distribute_package() {
|
||||
depends="python3"
|
||||
pkg_install() {
|
||||
vmove /usr/lib/python3.3
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-distribute
|
Loading…
Reference in New Issue