23 lines
725 B
Plaintext
23 lines
725 B
Plaintext
# 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
|
|
}
|