Update all source packages for xbps-src>=90.

This commit is contained in:
Juan RP 2014-01-01 16:10:11 +01:00
parent 94982a142c
commit 925d471cbf
1721 changed files with 3131 additions and 13803 deletions

View file

@ -5,20 +5,14 @@ revision=2
wrksrc="setuptools-${version}"
build_style=python-module
makedepends="python-devel"
noarch="yes"
depends="python"
pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools"
provides="python-distribute-${version}_1"
replaces="python-distribute>=0"
short_desc="Easily download, build, install, upgrade, and uninstall Python packages"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://pypi.python.org/pypi/setuptools"
license="PSF"
distfiles="http://pypi.python.org/packages/source/s/setuptools/setuptools-$version.tar.gz"
checksum=56dde93a410389fc6cb86e9c115249a3414f8982c96d99aeac43a7717dd05b5e
python-setuptools_package() {
noarch="yes"
depends="python"
pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools"
provides="python-distribute-${version}_1"
replaces="python-distribute>=0"
pkg_install() {
vmove all
}
}