New package: virtualenvwrapper-4.3
Enhancements to virtualenv.
This commit is contained in:
parent
751482d001
commit
6e5dc2b30a
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'virtualenvwrapper'
|
||||
pkgname=virtualenvwrapper
|
||||
version=4.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname}-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools"
|
||||
makedepends="python-devel python-pbr"
|
||||
depends="python python-virtualenv python3.4-virtualenv python-virtualenv-clone
|
||||
python-stevedore"
|
||||
pycompile_module="virtualenvwrapper"
|
||||
short_desc="Enhancements to virtualenv"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://virtualenvwrapper.readthedocs.org/"
|
||||
license="MIT"
|
||||
distfiles="https://pypi.python.org/packages/source/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=514cbc22218347bf7b54bdbe49e1a5f550d2d53b1ad2491c10e91ddf48fb528f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue