python-virtualenv: update to 20.0.9.
This commit is contained in:
parent
5d86b5fcef
commit
d56bcc047f
1 changed files with 5 additions and 7 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-virtualenv'
|
||||
pkgname=python-virtualenv
|
||||
version=16.7.5
|
||||
revision=2
|
||||
version=20.0.9
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="virtualenv-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="virtualenv.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
short_desc="Virtual Python2 environment builder"
|
||||
|
@ -13,22 +12,21 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://virtualenv.pypa.io/"
|
||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||
checksum=f78d81b62d3147396ac33fc9d77579ddc42cc2a98dd9ea38886f616b33bc7fb2
|
||||
checksum=5eba85dfa176fde0425b9b3042ed83f05a1b6309a616b8a3e2a9a94f4bfa27b7
|
||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-virtualenv_package() {
|
||||
archs=noarch
|
||||
depends="python3-setuptools"
|
||||
pycompile_module="virtualenv.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
|
||||
pkg_install() {
|
||||
vmove usr/bin/virtualenv3
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue