20 lines
665 B
Bash
20 lines
665 B
Bash
# Template file for 'virtualenvwrapper'
|
|
pkgname=virtualenvwrapper
|
|
version=4.6.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname}-${version}"
|
|
build_style=python-module
|
|
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"
|
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=f3c73c3a5436f4d040505e5fb45401abdc4be267a80fa071878cfaa685e685e1
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|