python-virtualenv: update to 16.1.0
This commit is contained in:
parent
ac3a968020
commit
15f1380872
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-virtualenv'
|
||||
pkgname=python-virtualenv
|
||||
version=16.0.0
|
||||
version=16.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="virtualenv-${version}"
|
||||
|
@ -13,11 +13,11 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://virtualenv.pypa.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||
checksum=ca07b4c0b54e14a91af9f34d0919790b016923d157afda5efdde55c96718f752
|
||||
checksum=f899fafcd92e1150f40c8215328be38ff24b519cd95357fa6e78e006c7638208
|
||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv2"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
|
||||
python3-virtualenv_package() {
|
||||
|
@ -29,6 +29,6 @@ python3-virtualenv_package() {
|
|||
pkg_install() {
|
||||
vmove usr/bin/virtualenv3
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.txt LICENSE
|
||||
vlicense LICENSE.txt
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue