2013-08-31 09:07:55 +00:00
|
|
|
# Template file for 'python-setuptools'
|
|
|
|
pkgname=python-setuptools
|
2014-05-04 20:28:38 +00:00
|
|
|
version=3.5.1
|
2014-03-15 10:49:43 +00:00
|
|
|
revision=1
|
2013-08-31 09:07:55 +00:00
|
|
|
wrksrc="setuptools-${version}"
|
|
|
|
build_style=python-module
|
2014-03-15 10:53:45 +00:00
|
|
|
hostmakedepends="python-devel"
|
2013-08-31 09:07:55 +00:00
|
|
|
makedepends="python-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
noarch="yes"
|
|
|
|
depends="python"
|
|
|
|
pycompile_module="easy_install.py pkg_resources.py _markerlib setuptools"
|
|
|
|
provides="python-distribute-${version}_1"
|
|
|
|
replaces="python-distribute>=0"
|
2013-08-31 09:07:55 +00:00
|
|
|
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"
|
2014-05-04 20:28:38 +00:00
|
|
|
checksum=7805d9e06d45ff7526b09d3886b8804eed3c33bd2b5ef3f74825cd45787f2f12
|