python-setuptools: update to 39.0.1
This commit is contained in:
parent
035c9a7a65
commit
28504c5a3c
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-setuptools'
|
||||
pkgname=python-setuptools
|
||||
version=38.5.2
|
||||
version=39.0.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="setuptools-${version}"
|
||||
|
@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://github.com/pypa/setuptools"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||
checksum=8246123e984cadf687163bdcd1bb58eb325e2891b066e1f0224728a41c8d9064
|
||||
checksum=bec7badf0f60e7fc8153fac47836edc41b74e5d541d7692e614e635720d6a7c7
|
||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
||||
|
||||
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||
|
@ -35,7 +35,7 @@ python3-setuptools_package() {
|
|||
alternatives="setuptools:easy_install:/usr/bin/easy_install3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/easy_install3
|
||||
vmove ${py3_sitelib}
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue