python-setuptools: update to 32.3.0
This commit is contained in:
parent
6f81ac36fa
commit
f63ed3692a
1 changed files with 4 additions and 4 deletions
|
@ -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 <al3hex@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue