mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
virtualenvwrapper: update to 4.8.1
Switch to python3.
This commit is contained in:
parent
46775288d5
commit
aecbbd248a
1 changed files with 6 additions and 6 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'virtualenvwrapper'
|
# Template file for 'virtualenvwrapper'
|
||||||
pkgname=virtualenvwrapper
|
pkgname=virtualenvwrapper
|
||||||
version=4.7.2
|
version=4.8.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="virtualenvwrapper"
|
pycompile_module="virtualenvwrapper"
|
||||||
hostmakedepends="python-setuptools python-pbr"
|
hostmakedepends="python3-setuptools python3-pbr"
|
||||||
depends="python-virtualenv python3-virtualenv python-virtualenv-clone python-stevedore"
|
depends="python-virtualenv python3-virtualenv python3-virtualenv-clone python3-stevedore"
|
||||||
short_desc="Enhancements to virtualenv"
|
short_desc="Enhancements to virtualenv"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://virtualenvwrapper.readthedocs.io/"
|
homepage="https://virtualenvwrapper.readthedocs.io/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=63cffd24148c969245cceff561b18ba0b5b2b48dcb059e71425adad2d4ffe349
|
checksum=34b29cd5988d57f10a7ac77a85b466fe32d7623e7e1fd61c09d3c6331569ffe4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue