void-packages/srcpkgs/virtualenvwrapper/template

21 lines
665 B
Bash
Raw Normal View History

# Template file for 'virtualenvwrapper'
pkgname=virtualenvwrapper
2015-04-30 13:01:45 +00:00
version=4.5.1
revision=1
noarch=yes
wrksrc="${pkgname}-${version}"
build_style=python-module
2015-01-04 11:50:00 +00:00
hostmakedepends="python-setuptools python-pbr"
depends="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"
2015-01-04 11:50:00 +00:00
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
2015-04-30 13:01:45 +00:00
checksum=ac0b09ce7409ec9d5b8ec90d073641b86bbafc3161f844347b89cc25b2e3a3d9
post_install() {
vlicense LICENSE
}