python-setuptools: update to 36.5.0

This commit is contained in:
Alessio Sergi 2017-09-18 11:08:06 +02:00
parent 15cb8dc3b9
commit 7e1c139f8a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-setuptools' # Template file for 'python-setuptools'
pkgname=python-setuptools pkgname=python-setuptools
version=36.4.0 version=36.5.0
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="setuptools-${version}" wrksrc="setuptools-${version}"
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pypa/setuptools" homepage="https://github.com/pypa/setuptools"
license="MIT" license="MIT"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
checksum=2758b0270fe8ceec42f336ee5b411e60dc8579febc27bb3ba9b794dc7f0239ae checksum=ce2007c1cea3359870b80657d634253a0765b0c7dc5a988d77ba803fc86f2c64
alternatives="setuptools:easy_install:/usr/bin/easy_install2" alternatives="setuptools:easy_install:/usr/bin/easy_install2"
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0