diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index d55372840ba..99468ed8853 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -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 " -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