python3-virtualenv: update to 20.2.1.
This commit is contained in:
parent
cff65e2ff7
commit
c4c2fab64b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-virtualenv'
|
||||
pkgname=python3-virtualenv
|
||||
version=20.2.0
|
||||
version=20.2.1
|
||||
revision=1
|
||||
wrksrc="virtualenv-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -11,8 +11,9 @@ short_desc="Virtual Python environment builder"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://virtualenv.pypa.io/"
|
||||
changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
|
||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||
checksum=fd4147c5ba3f694e2e4fc3c767407dc2226899623bb9b49c2f15637c2ee335b3
|
||||
checksum=e0aac7525e880a429764cefd3aaaff54afb5d9f25c82627563603f5d7de5a6e5
|
||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
||||
|
||||
do_check() {
|
||||
|
|
Loading…
Reference in New Issue