python-setuptools: update to 28.7.1
This commit is contained in:
parent
e57189cd3e
commit
bd0bc5850f
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=28.7.0
|
version=28.7.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}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
||||||
checksum=6bbeb754a1e9c8f1f38cd45f68105cb41bbd565e6575310b979c891f24a7ed45
|
checksum=6aae26f13411c3102fc915db6e44b62a97f76a7ba7e963daabf78c57240ac166
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
||||||
|
|
||||||
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
||||||
|
|
Loading…
Reference in New Issue