python-setuptools: update to 26.1.1
This commit is contained in:
parent
15c871ab75
commit
02cca86cfc
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=26.0.0
|
version=26.1.1
|
||||||
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=45b502d7f396ac7b60df1f1d5bd01f928a6bd5979725fa2c653dd93feb6cd686
|
checksum=475ce28993d7cb75335942525b9fac79f7431a7f6e8a0079c0f2680641379481
|
||||||
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