mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-virtualenv: update to 20.13.0.
This commit is contained in:
parent
5b783b23a4
commit
48bb0aca56
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-virtualenv'
|
# Template file for 'python3-virtualenv'
|
||||||
pkgname=python3-virtualenv
|
pkgname=python3-virtualenv
|
||||||
version=20.11.2
|
version=20.13.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="virtualenv-${version}"
|
wrksrc="virtualenv-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,13 +13,13 @@ license="MIT"
|
||||||
homepage="https://virtualenv.pypa.io/"
|
homepage="https://virtualenv.pypa.io/"
|
||||||
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
|
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
|
||||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||||
checksum=7f9e9c2e878d92a434e760058780b8d67a7c5ec016a66784fe4b0d5e50a4eb5c
|
checksum=d8458cf8d59d0ea495ad9b34c2599487f8a7772d796f9910858376d1600dd2dd
|
||||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
# test_periodic_update* depends on pytest-freezegun, not packaged in Void
|
# excluded tests depend on pytest-freezegun, not packaged in Void
|
||||||
vsed -e '/addopts/d' -i setup.cfg
|
vsed -e '/addopts/d' -i setup.cfg
|
||||||
PYTHONPATH=src python3 -m pytest -k 'not test_periodic_update'
|
PYTHONPATH=src python3 -m pytest -k 'not (test_periodic_update or test_get_wheel_download_cached)'
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue