python-setuptools: update to 32.3.1
This commit is contained in:
parent
ffa4f04fd4
commit
df8a1e07db
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=32.3.0
|
version=32.3.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pypa/setuptools"
|
homepage="https://github.com/pypa/setuptools"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||||
checksum=40390b7902e021f4501dc637c2728c0d6469d0c95daa27c8c42f81a16b442125
|
checksum=806bae0840429c13f6e6e44499f7c0b87f3b269fdfbd815d769569c1daa7c351
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
||||||
|
|
||||||
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||||
|
|
Loading…
Reference in New Issue