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