mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-setuptools: update to 18.6.1
This commit is contained in:
parent
d8aa7cf0fa
commit
c734e146be
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=18.5
|
version=18.6.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
|
@ -16,7 +16,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://bitbucket.org/pypa/setuptools"
|
homepage="https://bitbucket.org/pypa/setuptools"
|
||||||
license="PSF"
|
license="PSF"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
||||||
checksum=4846755f18c0528d87583342d5e1221052858ce9922c5c38acbadd5015bd683d
|
checksum=ddb0f4bdd1ac0ceb41abfe561d6196a840abb76371551dbf0c3e59d8d5cde99a
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/^#!/d' setuptools/command/easy_install.py
|
sed -i '/^#!/d' setuptools/command/easy_install.py
|
||||||
|
@ -24,7 +24,6 @@ pre_build() {
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/bin/easy_install
|
rm -f ${DESTDIR}/usr/bin/easy_install
|
||||||
ln -sf easy_install-2.7 ${DESTDIR}/usr/bin/easy_install
|
ln -sf easy_install-2.7 ${DESTDIR}/usr/bin/easy_install
|
||||||
ln -sf easy_install-3.4 ${DESTDIR}/usr/bin/easy_install3
|
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-setuptools_package() {
|
python3.4-setuptools_package() {
|
||||||
|
@ -37,7 +36,6 @@ python3.4-setuptools_package() {
|
||||||
replaces="python3-distribute>=0"
|
replaces="python3-distribute>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/easy_install-3.4
|
vmove usr/bin/easy_install-3.4
|
||||||
vmove usr/bin/easy_install3
|
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue