mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
python-virtualenv: update to 16.0.0
This commit is contained in:
parent
8ae2c044ec
commit
df1ee967d5
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-virtualenv'
|
||||
pkgname=python-virtualenv
|
||||
version=15.2.0
|
||||
version=16.0.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="virtualenv-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="virtualenv.py"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
pycompile_module="virtualenv.py"
|
||||
short_desc="Virtual Python2 environment builder"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://virtualenv.pypa.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
|
||||
checksum=1d7e241b431e7afce47e77f8843a276f652699d1fa4f93b9d8ce0076fd7b0b54
|
||||
checksum=ca07b4c0b54e14a91af9f34d0919790b016923d157afda5efdde55c96718f752
|
||||
alternatives="virtualenv:virtualenv:/usr/bin/virtualenv2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue