mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
python3-setuptools: update to 51.0.0.
This commit is contained in:
parent
8147ebcc6b
commit
b2c171f8af
1 changed files with 12 additions and 2 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'python3-setuptools'
|
# Template file for 'python3-setuptools'
|
||||||
pkgname=python3-setuptools
|
pkgname=python3-setuptools
|
||||||
version=50.3.2
|
version=51.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel"
|
hostmakedepends="python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest-fixture-config python3-jaraco
|
||||||
|
python3-mock python3-wheel python3-pip"
|
||||||
short_desc="Easily build and distribute Python3 packages"
|
short_desc="Easily build and distribute Python3 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"
|
||||||
|
changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||||
checksum=ed0519d27a243843b05d82a5e9d01b0b083d9934eaa3d02779a23da18077bd3c
|
checksum=029c49fd713e9230f6a41c0298e6e1f5839f2cde7104c0ad5e053a37777e7688
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install3"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install3"
|
||||||
provides="python3-distribute-${version}_1"
|
provides="python3-distribute-${version}_1"
|
||||||
replaces="python3-distribute>=0"
|
replaces="python3-distribute>=0"
|
||||||
|
@ -19,6 +22,13 @@ replaces="python3-distribute>=0"
|
||||||
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||||
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# Void does not package components necessary for these tests
|
||||||
|
python3 -m pytest -k 'not test_bdist_wininst_warning' \
|
||||||
|
--ignore=setuptools/tests/test_distutils_adoption.py \
|
||||||
|
--ignore=setuptools/tests/test_virtualenv.py setuptools/tests
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
mv ${PKGDESTDIR}/usr/bin/easy_install ${PKGDESTDIR}/usr/bin/easy_install3
|
mv ${PKGDESTDIR}/usr/bin/easy_install ${PKGDESTDIR}/usr/bin/easy_install3
|
||||||
|
|
Loading…
Add table
Reference in a new issue