python-setuptools: update to 5.8.
This commit is contained in:
parent
1f0d868d6d
commit
fc44d958d5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-setuptools'
|
||||
pkgname=python-setuptools
|
||||
version=5.7
|
||||
version=5.8
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
|
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://pypi.python.org/pypi/setuptools"
|
||||
license="PSF"
|
||||
distfiles="https://pypi.python.org/packages/source/s/setuptools/setuptools-${version}.tar.gz"
|
||||
checksum=a8bbdb2d67532c5b5cef5ba09553cea45d767378e42c7003347e53ebbe70f482
|
||||
checksum=cee93b2e63b58096d42ffbbd7c0a2db519068c942c150d9a382b08e4de200696
|
||||
|
||||
post_extract() {
|
||||
cp -a ${wrksrc} /tmp/python2.7-build
|
||||
|
|
Loading…
Reference in a new issue