wip/py-pipenv: import py-pipenv-pipenv-2020.8.13

This commit is contained in:
K.I.A.Derouiche 2020-11-04 00:13:13 +01:00
parent 129733f4c7
commit 80934effaa
4 changed files with 2962 additions and 0 deletions

10
py-pipenv/DESCR Normal file
View File

@ -0,0 +1,10 @@
Pipenv is a tool that aims to bring the best of all
packaging worlds (bundler, composer, npm, cargo, yarn,
etc.) to the Python world. Windows is a first-class
citizen, in our world.
It automatically creates and manages a virtualenv for
your projects, as well as adds/removes packages from
your Pipfile as you install/uninstall packages. It also
generates the ever-important Pipfile.lock, which is used
to produce deterministic builds.

28
py-pipenv/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $NetBSD$
DISTNAME= pipenv-2020.8.13
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pipenv/}
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/pypa/pipenv
COMMENT= Python Development Workflow for Humans
LICENSE= mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-towncrier>=19.2.0:../../wip/py-towncrier
BUILD_DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.3.2:../../www/py-beautifulsoup4
BUILD_DEPENDS+= ${PYPKGPREFIX}-twine>=1.13.0:../../net/py-twine
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.4.4:../../textproc/py-sphinx
BUILD_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.3.0:../../devel/py-flake8
BUILD_DEPENDS+= ${PYPKGPREFIX}-black>=20.8:../../textproc/py-black
BUILD_DEPENDS+= ${PYPKGPREFIX}-parver>=0.3.1:../../wip/py-parver
BUILD_DEPENDS+= ${PYPKGPREFIX}-invoke>=1.4.1:../../wip/py-invoke
DEPENDS+= ${PYPKGPREFIX}-pip>=18.0:../../devel/py-pip
DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-virtualenv-clone>=0.2.5:../../wip/py-virtualenv-clone
DEPENDS+= ${PYPKGPREFIX}-virtualenv>=0:../../devel/py-virtualenv
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

2918
py-pipenv/PLIST Normal file

File diff suppressed because it is too large Load Diff

6
py-pipenv/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (pipenv-2020.8.13.tar.gz) = 9236b379be059ff9a139f72cd7512d3b1a81ae92
RMD160 (pipenv-2020.8.13.tar.gz) = 35a3af49ee09b66ec9f6ed7faa61fcd31938c6a4
SHA512 (pipenv-2020.8.13.tar.gz) = 3bca22fd86b3562da772808fa3a3b3d5758dfbe0d647db6be954a5914a04094dd3020c178afd8cdd97f75c1f7bc741c4ed66d125e276eb97a8872dfff925eaa5
Size (pipenv-2020.8.13.tar.gz) = 5153905 bytes