python-setuptools: update to 28.8.0

This commit is contained in:
Alessio Sergi 2016-11-10 10:01:45 +01:00
parent bd723d6231
commit 8cb79d7a30
2 changed files with 2 additions and 6 deletions

View File

@ -6,10 +6,6 @@ hook() {
: ${pyver:=2}
if [ -n "$py3_ver" ]; then
pyver=3
fi
if [ -d ${PKGDESTDIR}/usr/lib/python* ]; then
pyver="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]$')"
fi

View File

@ -1,6 +1,6 @@
# Template file for 'python-setuptools'
pkgname=python-setuptools
version=28.7.1
version=28.8.0
revision=1
noarch=yes
wrksrc="setuptools-${version}"
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pypa/setuptools"
license="MIT"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=6aae26f13411c3102fc915db6e44b62a97f76a7ba7e963daabf78c57240ac166
checksum=432a1ad4044338c34c2d09b0ff75d509b9849df8cf329f4c1c7706d9c2ba3c61
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1