diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 058af676478..f70c6ca3c37 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -1,6 +1,6 @@ # Template file for 'python-setuptools' pkgname=python-setuptools -version=11.0 +version=11.1 revision=1 noarch=yes wrksrc="setuptools-${version}" @@ -15,7 +15,7 @@ maintainer="Alessio Sergi " homepage="https://bitbucket.org/pypa/setuptools" license="PSF" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" -checksum=22da6a8f95fec7560227f099f8ee83327786f08f49bc2ca73e3c19a15bc6a29b +checksum=4acf2e7e110bbc465f8707f075c4da684e0d367275807d21fbcdf88a03d4dc23 post_extract() { cp -a ${wrksrc} /tmp/setuptools-2.7 @@ -27,7 +27,6 @@ pre_build() { cd ${wrksrc}/setuptools-3.4 sed -i 's,easy_install =,easy_install3 =,' setup.py sed -i 's,#!/usr/bin/env python,&3.4,' setuptools/command/easy_install.py - sed -i 's,#!/usr/bin/python,&3.4,' setuptools/tests/test_resources.py } do_build() {