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