Skip to content

Commit 68fb508

Browse files
committed
python3-virtualenv: update to 21.3.3.
1 parent 1f4f951 commit 68fb508

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

srcpkgs/python3-virtualenv/template

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Template file for 'python3-virtualenv'
22
pkgname=python3-virtualenv
3-
version=20.31.2
4-
revision=2
3+
version=21.3.3
4+
revision=1
55
build_style=python3-pep517
6+
make_check_args="
7+
--deselect tests/unit/create/test_creator.py::test_venv_fails_not_inline"
68
hostmakedepends="hatchling hatch-vcs"
7-
depends="python3-platformdirs python3-distlib python3-filelock"
9+
depends="python3-platformdirs python3-distlib python3-filelock
10+
python3-python-discovery"
811
checkdepends="${depends} python3-pytest-xdist python3-pytest-mock python3-flaky
912
python3-pytest-env python3-pytest-timeout python3-time-machine python3-devel
1013
python3-pip python3-packaging"
@@ -14,7 +17,7 @@ license="MIT"
1417
homepage="https://virtualenv.pypa.io/"
1518
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
1619
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
17-
checksum=e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af
20+
checksum=f5bda277e553b1c2b3c1a8debfc30496e1288cc93ce6b7b71b3280047e317328
1821
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
1922

2023
post_install() {

0 commit comments

Comments
 (0)