python-setuptools: update to 23.0.0
This commit is contained in:
parent
7db54194dc
commit
603fc43526
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=22.0.5
|
version=23.0.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
|
@ -16,7 +16,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=19aad19471052d5daefe96f2c1fa2e88dcdb17488bf8708d7e6356881ea833cb
|
checksum=699b03e5faed482d642fc706e568749537eb72be7e6ede8dbee5135593d2724e
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2.7"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install2.7"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue