python-setuptools: update to 41.2.0
This commit is contained in:
parent
16356fac9d
commit
25fac0b7be
1 changed files with 6 additions and 6 deletions
|
@ -1,22 +1,22 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=40.6.3
|
version=41.2.0
|
||||||
revision=2
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="pkg_resources setuptools easy_install.py"
|
||||||
hostmakedepends="unzip python-devel python3-devel"
|
hostmakedepends="unzip python-devel python3-devel"
|
||||||
depends="python"
|
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"
|
short_desc="Easily build and distribute Python2 packages"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pypa/setuptools"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/pypa/setuptools"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||||
checksum=3b474dad69c49f0d2d86696b68105f3a6f195f7ab655af12ef9a9c326d2b08f8
|
checksum=66b86bbae7cc7ac2e867f52dc08a6bd064d938bac59dfec71b9b565dd36d6012
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
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_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||||
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue