python-setuptools: update to 41.2.0

This commit is contained in:
fosslinux 2019-09-12 19:31:30 +10:00 committed by Helmut Pozimski
parent 16356fac9d
commit 25fac0b7be

View file

@ -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 <al3hex@gmail.com>"
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