2014-07-06 00:33:44 +02:00
|
|
|
# Template file for 'virtualenvwrapper'
|
|
|
|
pkgname=virtualenvwrapper
|
2014-08-16 01:00:00 +02:00
|
|
|
version=4.3.1
|
2014-07-06 00:33:44 +02:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
wrksrc="${pkgname}-${version}"
|
|
|
|
build_style=python-module
|
|
|
|
hostmakedepends="python-setuptools"
|
2014-08-16 01:00:00 +02:00
|
|
|
makedepends="python-pip python-pbr"
|
2014-07-06 00:33:44 +02:00
|
|
|
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"
|
2014-08-16 01:00:00 +02:00
|
|
|
checksum=e6228aea4e76ba6a628455313eff4a6e2cf003010b23399c3a7dabd8798beb08
|
2014-07-06 00:33:44 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|