mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-setuptools: update to 19.5
The package has been relicensed to MIT.
This commit is contained in:
parent
5b9f7c239a
commit
55993e09b5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=19.4
|
version=19.5
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
|
@ -14,9 +14,9 @@ replaces="python-distribute>=0"
|
||||||
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>"
|
||||||
homepage="https://bitbucket.org/pypa/setuptools"
|
homepage="https://bitbucket.org/pypa/setuptools"
|
||||||
license="PSF"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
||||||
checksum=214bf29933f47cf25e6faa569f710731728a07a19cae91ea64f826051f68a8cf
|
checksum=0e35250f44ee189be87ea6a6b475b67082abaeeb3905744259e2113273576fcb
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/^#!/d' setuptools/command/easy_install.py
|
sed -i '/^#!/d' setuptools/command/easy_install.py
|
||||||
|
|
Loading…
Add table
Reference in a new issue