python-setuptools: update to 25.4.0

This commit is contained in:
Alessio Sergi 2016-08-20 12:40:56 +02:00
parent a626997aad
commit 5ac94212b6
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-setuptools'
pkgname=python-setuptools
version=25.2.0
version=25.4.0
revision=1
noarch=yes
wrksrc="setuptools-${version}"
@ -16,11 +16,12 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pypa/setuptools"
license="MIT"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=b2757ddac2c41173140b111e246d200768f6dd314110e1e40661d0ecf9b4d6a6
checksum=cc13f84590245fa32a30e66ce52c391959d980f9a8bda2905095d4f4a6ee7580
alternatives="setuptools:easy_install:/usr/bin/easy_install2.7"
post_install() {
rm -f ${DESTDIR}/usr/bin/easy_install-*
vlicense LICENSE
}
python3.4-setuptools_package() {
@ -35,5 +36,6 @@ python3.4-setuptools_package() {
pkg_install() {
vmove usr/bin/easy_install3.4
vmove usr/lib/python3.4
vlicense LICENSE
}
}