20 lines
739 B
Plaintext
20 lines
739 B
Plaintext
# Template file for 'python-setuptools'
|
|
pkgname=python-setuptools
|
|
version=3.5.1
|
|
revision=1
|
|
wrksrc="setuptools-${version}"
|
|
build_style=python-module
|
|
hostmakedepends="python-devel"
|
|
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=7805d9e06d45ff7526b09d3886b8804eed3c33bd2b5ef3f74825cd45787f2f12
|