# Template file for 'python3-pipenv'
pkgname=python3-pipenv
version=2026.6.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3 python3-certifi python3-packaging python3-pip
 python3-setuptools 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.md"
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
checksum=2b68298377fd141db42ddd55e38c188c846651aa6e17ac6b75ba9f1fb4c3bc9d
conflicts="python-pipenv>=0"
make_check=no # tests are not contained in release tarball

post_install() {
	vlicense LICENSE
}
