From 5be6f920772b441d029f1ce624ada3edd9a2cc0f Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 12 Sep 2019 19:31:30 +1000 Subject: [PATCH] python-setuptools: update to 41.2.0 --- srcpkgs/python-setuptools/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 59f10e20c64..382a9b45bcd 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -1,22 +1,22 @@ # Template file for 'python-setuptools' pkgname=python-setuptools -version=40.6.3 +version=41.2.0 revision=2 archs=noarch wrksrc="setuptools-${version}" build_style=python-module +pycompile_module="pkg_resources setuptools easy_install.py" hostmakedepends="unzip python-devel python3-devel" depends="python" -pycompile_module="pkg_resources setuptools easy_install.py" -provides="python-distribute-${version}_1" -replaces="python-distribute>=0" short_desc="Easily build and distribute Python2 packages" maintainer="Alessio Sergi " -homepage="https://github.com/pypa/setuptools" license="MIT" +homepage="https://github.com/pypa/setuptools" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip" -checksum=3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8 +checksum=66b86bbae7cc7ac2e867f52dc08a6bd064d938bac59dfec71b9b565dd36d6012 alternatives="setuptools:easy_install:/usr/bin/easy_install2" +provides="python-distribute-${version}_1" +replaces="python-distribute>=0" export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1