python-setuptools: update to 6.0.2
This commit is contained in:
parent
83e231d8f1
commit
b0c5a1d22d
@ -1,9 +1,9 @@
|
||||
# Template file for 'python-setuptools'
|
||||
pkgname=python-setuptools
|
||||
version=5.8
|
||||
version=6.0.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
wrksrc="setuptools-${version}"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-devel python3.4-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
@ -15,8 +15,8 @@ short_desc="Easily download, build, install, upgrade, and uninstall Python2 pack
|
||||
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=cee93b2e63b58096d42ffbbd7c0a2db519068c942c150d9a382b08e4de200696
|
||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
||||
checksum=7029f6ca93e6a78112f1f621f79cab1a611901697a4c131bc5ef2f7a429825f7
|
||||
|
||||
post_extract() {
|
||||
cp -a ${wrksrc} /tmp/python2.7-build
|
||||
|
Loading…
Reference in New Issue
Block a user