main/py3-virtualenv: upgrade to 21.3.0

This commit is contained in:
Wen Heping 2026-04-30 00:22:00 +00:00 committed by Patrycja Rosa
parent f00226c7d3
commit cbd86e110e
2 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,7 @@ pkgdesc="Python interpreter discovery"
url="https://pypi.org/project/python-discovery/"
arch="noarch"
license="mit"
depends="py3-filelock"
depends="py3-filelock py3-platformdirs"
makedepends="py3-gpep517 py3-hatchling py3-hatch-vcs"
checkdepends="py3-pytest py3-pytest-mock"
subpackages="$pkgname-pyc"

View File

@ -2,8 +2,8 @@
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=py3-virtualenv
pkgver=20.32.0
pkgrel=1
pkgver=21.3.0
pkgrel=0
pkgdesc="Virtual Python3 Environment builder"
url="https://virtualenv.pypa.io/en/latest/"
arch="noarch"
@ -14,6 +14,7 @@ makedepends="
py3-hatchling
py3-hatch-vcs
py3-wheel
py3-python-discovery
"
checkdepends="
py3-flaky
@ -23,6 +24,7 @@ checkdepends="
py3-pytest-xdist
py3-time-machine
python3-dev
bash
"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz"
@ -51,5 +53,5 @@ package() {
}
sha512sums="
fe2fbedb22eb30e52c401de827107e94f66c6f5f0425f42e4d5be59bf26da670a4daa705be23799b25fef0a2031c1f84e35a5376f7de06d4fe0275434645b7c1 virtualenv-20.32.0.tar.gz
34a9aceb0524563527cb03b5e6ba89320e5b18db6849fd9fb965ed8a268d161eb24477f31140c56535881ef55b3552c2828f62b3ec0144c61e4893685d63e972 virtualenv-21.3.0.tar.gz
"