python-setuptools: update to 28.3.0

This commit is contained in:
Alessio Sergi 2016-10-08 19:43:20 +02:00
parent b279f57966
commit 716793d5dd

View file

@ -1,7 +1,7 @@
# Template file for 'python-setuptools' # Template file for 'python-setuptools'
pkgname=python-setuptools pkgname=python-setuptools
version=28.0.0 version=28.3.0
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="setuptools-${version}" wrksrc="setuptools-${version}"
build_style=python-module build_style=python-module
@ -16,7 +16,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}.tar.gz" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=e1a2850bb7ad820e4dd3643a6c597bea97a35de2909e9bf0afa3f337836b5ea3 checksum=e31c9397fcb3bf20c257f5804d0ea2a17cf220027f4ab65b9ee5158010d41fc2
alternatives="setuptools:easy_install:/usr/bin/easy_install2.7" alternatives="setuptools:easy_install:/usr/bin/easy_install2.7"
post_install() { post_install() {