virtualenvwrapper: update to 4.3.2
This commit is contained in:
parent
7b1038d400
commit
ba4413dbad
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'virtualenvwrapper'
|
# Template file for 'virtualenvwrapper'
|
||||||
pkgname=virtualenvwrapper
|
pkgname=virtualenvwrapper
|
||||||
version=4.3.1
|
version=4.3.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname}-${version}"
|
wrksrc="${pkgname}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools python-pbr"
|
||||||
makedepends="python-pip python-pbr"
|
depends="python-virtualenv python3.4-virtualenv python-virtualenv-clone python-stevedore"
|
||||||
depends="python python-virtualenv python3.4-virtualenv python-virtualenv-clone
|
|
||||||
python-stevedore"
|
|
||||||
pycompile_module="virtualenvwrapper"
|
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="http://virtualenvwrapper.readthedocs.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://pypi.python.org/packages/source/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e6228aea4e76ba6a628455313eff4a6e2cf003010b23399c3a7dabd8798beb08
|
checksum=ee545ade2e6bc5433284388afde6ec6417a4d819ba7b0d65d0ce8c4d3fcc11fd
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue