20 lines
637 B
Bash
20 lines
637 B
Bash
# Template file for 'virtualenvwrapper'
|
|
pkgname=virtualenvwrapper
|
|
version=4.8.2
|
|
revision=1
|
|
noarch=yes
|
|
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>"
|
|
homepage="https://virtualenvwrapper.readthedocs.io/"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/v/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=18d8e4c500c4c4ee794f704e050cf2bbb492537532a4521d1047e7dd1ee4e374
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|