20 lines
633 B
Bash
20 lines
633 B
Bash
# Template file for 'virtualenvwrapper'
|
|
pkgname=virtualenvwrapper
|
|
version=4.7.2
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python2-module
|
|
pycompile_module="virtualenvwrapper"
|
|
hostmakedepends="python-setuptools python-pbr"
|
|
depends="python-virtualenv python3-virtualenv python-virtualenv-clone python-stevedore"
|
|
short_desc="Enhancements to virtualenv"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://virtualenvwrapper.readthedocs.io/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=63cffd24148c969245cceff561b18ba0b5b2b48dcb059e71425adad2d4ffe349
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|