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'
|
||||
pkgname=virtualenvwrapper
|
||||
version=4.7.2
|
||||
revision=2
|
||||
version=4.8.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python2-module
|
||||
build_style=python3-module
|
||||
pycompile_module="virtualenvwrapper"
|
||||
hostmakedepends="python-setuptools python-pbr"
|
||||
depends="python-virtualenv python3-virtualenv python-virtualenv-clone python-stevedore"
|
||||
hostmakedepends="python3-setuptools python3-pbr"
|
||||
depends="python-virtualenv python3-virtualenv python3-virtualenv-clone python3-stevedore"
|
||||
short_desc="Enhancements to virtualenv"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://virtualenvwrapper.readthedocs.io/"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=63cffd24148c969245cceff561b18ba0b5b2b48dcb059e71425adad2d4ffe349
|
||||
checksum=34b29cd5988d57f10a7ac77a85b466fe32d7623e7e1fd61c09d3c6331569ffe4
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue