Files
void-packages/srcpkgs/python3-pipenv/template
2022-07-27 20:02:14 +02:00

22 lines
728 B
Bash

# Template file for 'python3-pipenv'
pkgname=python3-pipenv
version=2022.7.24
revision=1
wrksrc="pipenv-${version}"
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3 python3-pip python3-virtualenv python3-virtualenv-clone"
short_desc="Python Development Workflow for Humans"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/pypa/pipenv"
changelog="https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
checksum=374e63450220d7abb298cbaee06c4b02274e6f1cb2ce7b7b677fd5fd3dd30841
conflicts="python-pipenv>=0"
make_check=no # tests are not contained in release tarball
post_install() {
vlicense LICENSE
}