New package: python-pipenv-2018.11.26

This commit is contained in:
Leah Neukirchen 2019-02-12 11:38:10 +01:00
parent c7c9a20412
commit 6a9c0e7a2d
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# Template file for 'python-pipenv'
pkgname=python-pipenv
version=2018.11.26
revision=1
noarch=yes
wrksrc="pipenv-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
pycompile_module="pipenv"
depends="python"
short_desc="Python Development Workflow for Humans"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/pypa/pipenv"
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
checksum=a673e606e8452185e9817a987572b55360f4d28b50831ef3b42ac3cab3fee846
alternatives="pip:pip:usr/bin/pip2 pip:pipenv-resolver:usr/bin/pipenv-resolver2"
post_install() {
vlicense LICENSE
}
python3-pipenv_package() {
noarch=yes
depends="python3"
pycompile_module="pipenv"
short_desc="${short_desc/Python2/Python3}"
alternatives="pip:pip:usr/bin/pip3 pip:pipenv-resolver:usr/bin/pipenv-resolver3"
pkg_install() {
vmove usr/bin/*3
vmove usr/lib/python3*
vlicense LICENSE
}
}

1
srcpkgs/python3-pipenv Symbolic link
View File

@ -0,0 +1 @@
python-pipenv