Port details |
- py-pipenv Python Development Workflow for Humans
- 2024.4.0 devel =4 2024.0.2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2018-03-03 19:17:58
- Last Update: 2024-11-21 13:38:14
- Commit Hash: d93fbe4
- People watching this port, also watch:: libevent, memcached, libXdamage, indexinfo
- Also Listed In: python
- License: MIT
- WWW:
- https://pipenv.pypa.io/en/latest/
- https://github.com/pypa/pipenv
- Description:
- Pipenv -- the officially recommended Python packaging tool from Python.org, free
(as in freedom).
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pipenv>0:devel/py-pipenv@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-pipenv/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-pipenv
- pkg install py311-pipenv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-pipenv listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pipenv
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1731679286
SHA256 (pipenv-2024.4.0.tar.gz) = 87b82407a9e2de3cf32a742c131708d7460d5985076c6a9b3c11d774d2929fb1
SIZE (pipenv-2024.4.0.tar.gz) = 4614739
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-certifi>=0 : security/py-certifi@py311
- py311-packaging>=22 : devel/py-packaging@py311
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-virtualenv>=20.24.2 : devel/py-virtualenv@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- textproc/py-dparse
Configuration Options:
- No options to configure
- Options name:
- devel_py-pipenv
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.4.0 21 Nov 2024 13:38:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.4.0
Changes: https://github.com/pypa/pipenv/releases |
2024.3.1 31 Oct 2024 20:40:26 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.3.1
Changes: https://github.com/pypa/pipenv/releases |
2024.3.0 30 Oct 2024 12:11:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.3.0
Changes: https://github.com/pypa/pipenv/releases |
2024.2.0 26 Oct 2024 23:26:36 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.2.0
Changes: https://github.com/pypa/pipenv/releases |
2024.1.0 07 Oct 2024 14:16:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.1.0
Changes: https://github.com/pypa/pipenv/releases |
2024.0.3 30 Sep 2024 13:36:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.0.3
Changes: https://github.com/pypa/pipenv/releases |
2024.0.2 18 Sep 2024 06:13:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.0.2
Changes: https://github.com/pypa/pipenv/releases |
2024.0.1 18 Jun 2024 04:00:00 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2024.0.1
Changes: https://github.com/pypa/pipenv/releases |
2023.11.15 27 Nov 2023 10:28:17 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.11.15
Changes: https://github.com/pypa/pipenv/releases |
2023.9.1 04 Sep 2023 21:30:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.9.1
Changes: https://github.com/pypa/pipenv/releases |
2023.8.28 04 Sep 2023 09:05:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.8.28
Changes: https://github.com/pypa/pipenv/releases |
2023.7.11 31 Jul 2023 16:40:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.7.11
Changes: https://github.com/pypa/pipenv/releases |
2023.7.3 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
2023.7.3 09 Jul 2023 21:34:34 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.7.3
Changes: https://github.com/pypa/pipenv/releases |
2023.6.26 09 Jul 2023 10:19:11 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.6.26
Changes: https://github.com/pypa/pipenv/releases |
2023.2.4 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2023.2.4 21 Mar 2023 19:20:55 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2023.2.4
- Update WWW and clean up pkg-descr
Changes: https://github.com/pypa/pipenv/releases |
2022.8.19 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.8.19 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.8.19 31 Aug 2022 11:41:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.8.19
Changes: https://github.com/pypa/pipenv/releases |
2022.7.24 27 Aug 2022 10:24:27 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.7.24
Changes: https://github.com/pypa/pipenv/releases |
2022.7.4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2022.7.4 18 Jul 2022 12:39:55 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.7.4
Changes: https://github.com/pypa/pipenv/releases |
2022.6.7 09 Jun 2022 23:16:06 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.6.7
Changes: https://github.com/pypa/pipenv/releases |
2022.5.2 03 Jun 2022 09:00:36 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.5.2
Changes: https://github.com/pypa/pipenv/releases |
2022.4.30 13 May 2022 11:39:32 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.4.30
Changes: https://github.com/pypa/pipenv/releases |
2022.1.8 28 Feb 2022 12:46:16 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2022.1.8
Changes: https://github.com/pypa/pipenv/releases |
2021.5.29 20 Jun 2021 20:46:10 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pipenv: Update to 2021.5.29
Changes: https://github.com/pypa/pipenv/releases
https://github.com/pypa/pipenv/blob/master/CHANGELOG.rst |
2020.11.15 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.11.15 10 Jan 2021 08:20:50 |
sunpoet |
Clean up RUN_DEPENDS after r559531 (USES=python:3.6+) |
2020.11.15 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2020.11.15 21 Nov 2020 09:20:12 |
sunpoet |
Update to 2020.11.15
Changes: https://github.com/pypa/pipenv/releases |
2020.11.4 15 Nov 2020 18:02:52 |
sunpoet |
Update to 2020.11.4
Changes: https://github.com/pypa/pipenv/releases |
2020.8.13 27 Aug 2020 18:45:37 |
sunpoet |
Update to 2020.8.13
Changes: https://github.com/pypa/pipenv/releases |
2020.6.2 11 Jul 2020 18:10:29 |
sunpoet |
Update to 2020.6.2
Changes: https://github.com/pypa/pipenv/releases |
2018.11.26_1 31 May 2019 10:00:20 |
sunpoet |
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4.
With hat: python |
2018.11.26_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2018.11.26 01 Jan 2019 20:36:31 |
sunpoet |
Update to 2018.11.26
Changes: https://github.com/pypa/pipenv/releases |
2018.7.1 29 Aug 2018 19:09:30 |
sunpoet |
Update to 2018.7.1
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
2018.5.18 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2018.5.18 15 May 2018 23:59:39 |
sunpoet |
Update to 2018.5.18
- Clean up: REINPLACE_ARGS is not needed after r469395
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.10.4 11 May 2018 16:53:28 |
sunpoet |
Update to 11.10.4
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.10.3 09 May 2018 21:39:18 |
sunpoet |
Update to 11.10.3
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.10.2 08 May 2018 19:36:22 |
sunpoet |
Update to 11.10.2
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.10.1_1 05 May 2018 17:22:53 |
sunpoet |
Fix pathlib2 dependency
- Bump PORTREVISION for package change
PR: 227971
Reported by: John Hein <z7dr6ut7gs@snkmail.com> |
11.10.1 28 Apr 2018 20:10:05 |
sunpoet |
Update to 11.10.1
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.10.0 12 Apr 2018 18:33:23 |
sunpoet |
Update to 11.10.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.9.0 22 Mar 2018 19:53:15 |
sunpoet |
Update to 11.9.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.8.3 20 Mar 2018 22:34:06 |
sunpoet |
Update to 11.8.3
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.8.0 17 Mar 2018 04:23:33 |
sunpoet |
Update to 11.8.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.7.0 16 Mar 2018 15:20:41 |
sunpoet |
Update to 11.7.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.6.0 15 Mar 2018 17:45:42 |
sunpoet |
Update to 11.6.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.5.0 14 Mar 2018 18:11:39 |
sunpoet |
Update to 11.5.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.4.0 13 Mar 2018 20:30:36 |
sunpoet |
Update to 11.4.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.3.0 12 Mar 2018 21:16:33 |
sunpoet |
Update to 11.3.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.2.0 10 Mar 2018 23:00:25 |
sunpoet |
Update to 11.2.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.1.1 09 Mar 2018 21:48:46 |
sunpoet |
Update to 11.1.1
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.1.0 08 Mar 2018 15:38:11 |
sunpoet |
Update to 11.1.0
Changes: https://github.com/pypa/pipenv/blob/master/HISTORY.txt |
11.0.2 03 Mar 2018 19:15:50 |
sunpoet |
Add py-pipenv 11.0.2
Pipenv -- the officially recommended Python packaging tool from Python.org, free
(as in freedom).
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.
WWW: https://docs.pipenv.org/
WWW: https://github.com/pypa/pipenv |