From 5ac94212b625de1d36e3b30070d9940277280529 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 20 Aug 2016 12:40:56 +0200 Subject: [PATCH] python-setuptools: update to 25.4.0 --- srcpkgs/python-setuptools/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 0457b6df0d9..4a0bb0ea26c 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -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 " 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 } }