python-setuptools: update to 20.2.2

This commit is contained in:
Alessio Sergi 2016-03-02 19:40:00 +01:00
parent 5786dcfdeb
commit 249dca5413

View file

@ -1,6 +1,6 @@
# Template file for 'python-setuptools'
pkgname=python-setuptools
version=20.1.1
version=20.2.2
revision=1
noarch=yes
wrksrc="setuptools-${version}"
@ -8,7 +8,7 @@ build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-devel python3.4-devel"
depends="python"
pycompile_module="_markerlib pkg_resources setuptools easy_install.py"
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"
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://bitbucket.org/pypa/setuptools"
license="MIT"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=2663ce0b0e742ee27c3a06b2da14563e4f6f713eaf5509b932a31793f9dea9a3
checksum=24fcfc15364a9fe09a220f37d2dcedc849795e3de3e4b393ee988e66a9cbd85a
pre_build() {
sed -i '/^#!/d' setuptools/command/easy_install.py
@ -30,7 +30,7 @@ python3.4-setuptools_package() {
noarch=yes
depends="python3.4"
pycompile_version="3.4"
pycompile_module="_markerlib pkg_resources setuptools easy_install.py"
pycompile_module="pkg_resources setuptools easy_install.py"
short_desc="${short_desc/Python2/Python3.4}"
provides="python3-distribute-${version}_1"
replaces="python3-distribute>=0"