python-setuptools: update to 20.6.7

This commit is contained in:
Alessio Sergi 2016-04-01 10:47:47 +02:00
parent b40a52caff
commit d886bdcf32

View file

@ -1,6 +1,6 @@
# Template file for 'python-setuptools'
pkgname=python-setuptools
version=20.3.1
version=20.6.7
revision=1
noarch=yes
wrksrc="setuptools-${version}"
@ -13,14 +13,11 @@ provides="python-distribute-${version}_1"
replaces="python-distribute>=0"
short_desc="Easily build and distribute Python2 packages"
maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://bitbucket.org/pypa/setuptools"
homepage="https://github.com/pypa/setuptools"
license="MIT"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=a1b3f74a1dc7c81368f2bc28a34366cfa6ffe80cdee1451261aabfba1ae1f4a8
checksum=d20152ee6337323d3b6d95cd733fb719d6b4f3fbc40f61f7a48e5a1bb96478b2
pre_build() {
sed -i '/^#!/d' setuptools/command/easy_install.py
}
post_install() {
rm -f ${DESTDIR}/usr/bin/easy_install
ln -sf easy_install-2.7 ${DESTDIR}/usr/bin/easy_install