python-setuptools: update to 8.2.1
This commit is contained in:
parent
1871b07bf0
commit
4426942bc2
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=8.2
|
version=8.2.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://pypi.python.org/pypi/setuptools"
|
homepage="https://pypi.python.org/pypi/setuptools"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
||||||
checksum=20417472ac8b93831819a5e1baa8f4691fab6d9f805d4d673b65d504dcf8d672
|
checksum=c2a0b4e3c980903f587896174c3829dc838f50995990ce93c95f93e70f1250aa
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
cp -a ${wrksrc} /tmp/python2.7-build
|
cp -a ${wrksrc} /tmp/python2.7-build
|
||||||
|
|
Loading…
Reference in a new issue