python-setuptools: update to 44.0.0.
This commit is contained in:
parent
0330b48d89
commit
5f2ed5bf1f
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=41.2.0
|
# https://github.com/pypa/setuptools/issues/1458
|
||||||
revision=3
|
# python2 support for setuptools ended at 44.0.0
|
||||||
|
version=44.0.0
|
||||||
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
pycompile_module="pkg_resources setuptools easy_install.py"
|
hostmakedepends="python-devel"
|
||||||
hostmakedepends="unzip python-devel python3-devel"
|
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Easily build and distribute Python2 packages"
|
short_desc="Easily build and distribute Python2 packages"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pypa/setuptools"
|
homepage="https://github.com/pypa/setuptools"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||||
checksum=66b86bbae7cc7ac2e867f52dc08a6bd064d938bac59dfec71b9b565dd36d6012
|
checksum=e5baf7723e5bb8382fc146e33032b241efc63314211a3a120aaa55d62d2bb008
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
||||||
provides="python-distribute-${version}_1"
|
provides="python-distribute-${version}_1"
|
||||||
replaces="python-distribute>=0"
|
replaces="python-distribute>=0"
|
||||||
|
@ -23,19 +24,5 @@ export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
mv ${PKGDESTDIR}/usr/bin/easy_install ${PKGDESTDIR}/usr/bin/easy_install2
|
||||||
|
|
||||||
python3-setuptools_package() {
|
|
||||||
archs=noarch
|
|
||||||
depends="python3"
|
|
||||||
pycompile_module="pkg_resources setuptools easy_install.py"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
provides="python3-distribute-${version}_1"
|
|
||||||
replaces="python3-distribute>=0"
|
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install3"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/bin/easy_install3
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
pattern="44\.[\d]+\.[\d]+"
|
Loading…
Reference in New Issue