From f63ed3692a734a790db18113df780d5f1557bcc6 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 24 Dec 2016 22:40:41 +0100 Subject: [PATCH] python-setuptools: update to 32.3.0 --- srcpkgs/python-setuptools/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index ff1bd71a6e7..bef6d9ca9e2 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -1,11 +1,11 @@ # Template file for 'python-setuptools' pkgname=python-setuptools -version=32.1.1 +version=32.3.0 revision=1 noarch=yes wrksrc="setuptools-${version}" build_style=python-module -hostmakedepends="python-devel python3-devel" +hostmakedepends="unzip python-devel python3-devel" depends="python" pycompile_module="pkg_resources setuptools easy_install.py" provides="python-distribute-${version}_1" @@ -14,8 +14,8 @@ short_desc="Easily build and distribute Python2 packages" maintainer="Alessio Sergi " homepage="https://github.com/pypa/setuptools" license="MIT" -distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" -checksum=8303fb24306385f09bf8b0e5a385c1548e42e8efc08558d64049bc0d55ea012d +distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip" +checksum=40390b7902e021f4501dc637c2728c0d6469d0c95daa27c8c42f81a16b442125 alternatives="setuptools:easy_install:/usr/bin/easy_install2" export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0