void-packages/srcpkgs/python-distribute/template

27 lines
818 B
Text
Raw Normal View History

# Template file for 'python-distribute'
pkgname=python-distribute
2012-09-19 11:03:40 +00:00
version=0.6.28
2014-05-02 07:18:56 +00:00
revision=4
wrksrc="distribute-${version}"
build_style=python-module
python_versions="2.7 3.3"
makedepends="python-devel python3-devel"
noarch="yes"
depends="python"
pycompile_module="pkg_resources.py easy_install.py site.py setuptools"
2014-05-02 07:18:56 +00:00
short_desc="A collection of extensions to the Python distutils (Python2)"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-09-19 11:03:40 +00:00
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() {
noarch=yes
depends="python3"
2014-05-02 07:18:56 +00:00
short_desc="${short_desc//Python2/Python3}"
pkg_install() {
vmove /usr/lib/python3.3
}
}