python-setuptools: update to 25.4.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=25.2.0
|
version=25.4.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
@@ -16,11 +16,12 @@ 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=b2757ddac2c41173140b111e246d200768f6dd314110e1e40661d0ecf9b4d6a6
|
checksum=cc13f84590245fa32a30e66ce52c391959d980f9a8bda2905095d4f4a6ee7580
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2.7"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install2.7"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/easy_install-*
|
rm -f ${DESTDIR}/usr/bin/easy_install-*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-setuptools_package() {
|
python3.4-setuptools_package() {
|
||||||
@@ -35,5 +36,6 @@ python3.4-setuptools_package() {
|
|||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/easy_install3.4
|
vmove usr/bin/easy_install3.4
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user