virtualenvwrapper: update to 4.7.2
This commit is contained in:
@@ -1,19 +1,18 @@
|
|||||||
# Template file for 'virtualenvwrapper'
|
# Template file for 'virtualenvwrapper'
|
||||||
pkgname=virtualenvwrapper
|
pkgname=virtualenvwrapper
|
||||||
version=4.7.1
|
version=4.7.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname}-${version}"
|
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="virtualenvwrapper"
|
||||||
hostmakedepends="python-setuptools python-pbr"
|
hostmakedepends="python-setuptools python-pbr"
|
||||||
depends="python-virtualenv python3.4-virtualenv python-virtualenv-clone python-stevedore"
|
depends="python-virtualenv python3.4-virtualenv python-virtualenv-clone python-stevedore"
|
||||||
pycompile_module="virtualenvwrapper"
|
|
||||||
short_desc="Enhancements to virtualenv"
|
short_desc="Enhancements to virtualenv"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://virtualenvwrapper.readthedocs.org/"
|
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=3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde
|
checksum=63cffd24148c969245cceff561b18ba0b5b2b48dcb059e71425adad2d4ffe349
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|||||||
Reference in New Issue
Block a user