Port details |
- py-python-dotenv Add .env support to your django/flask apps
- 1.0.1_1 www
=2 1.0.1_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-01-26 18:13:21
- Last Update: 2024-05-13 14:13:33
- Commit Hash: 4dd68d1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/theskumar/python-dotenv
- Description:
- python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.
¦ ¦ ¦ ¦ 
- 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}python-dotenv>0:www/py-python-dotenv@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/py-python-dotenv/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-python-dotenv
- pkg install py39-python-dotenv
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 py39-python-dotenv listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-python-dotenv
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708449532
SHA256 (python-dotenv-1.0.1.tar.gz) = e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca
SIZE (python-dotenv-1.0.1.tar.gz) = 39115
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:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-click>=5.0 : devel/py-click@py39
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- deskutils/py-paperless
- deskutils/py-paperless-ngx
- sysutils/podman-compose
- for Run
-
- comms/py-adafruit-ampy
- deskutils/py-paperless
- deskutils/py-paperless-ngx
- devel/py-pdm
- devel/py-pydantic-settings
- devel/py-scholarly
- misc/py-litellm
Configuration Options:
- ===> The following configuration options are available for py39-python-dotenv-1.0.1_1:
CLI=on: Command-line interface support
===> Use 'make config' to modify these settings
- Options name:
- www_py-python-dotenv
- 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 |
1.0.1_1 13 May 2024 14:13:33
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
1.0.1 21 Feb 2024 15:08:11
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 1.0.1
Changes: https://github.com/theskumar/python-dotenv/releases |
1.0.0 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> |
1.0.0 27 May 2023 04:11:18
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 1.0.0
Changes: https://github.com/theskumar/python-dotenv/releases |
0.21.1 05 Feb 2023 15:48:09
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.21.1
Changes: https://github.com/theskumar/python-dotenv/releases |
0.21.0 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) |
0.21.0 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 ) |
0.21.0 04 Sep 2022 15:25:10
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.21.0
Changes: https://github.com/theskumar/python-dotenv/releases |
0.20.0 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.20.0 16 Apr 2022 04:19:29
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.20.0
Changes: https://github.com/theskumar/python-dotenv/releases |
0.19.2 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
0.19.2 21 Nov 2021 18:21:53
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.19.2
Changes: https://github.com/theskumar/python-dotenv/releases |
0.19.1 13 Oct 2021 19:16:19
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.19.1
Changes: https://github.com/theskumar/python-dotenv/releases |
0.19.0 08 Aug 2021 14:54:15
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.19.0
Changes: https://github.com/theskumar/python-dotenv/releases |
0.18.0 20 Jun 2021 20:47:04
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.18.0
Changes: https://github.com/theskumar/python-dotenv/releases |
0.17.1 11 May 2021 21:47:22
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Clean up |
0.17.1 02 May 2021 19:46:13
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.17.1
Changes: https://github.com/theskumar/python-dotenv/releases
https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.17.0 25 Apr 2021 20:35:39
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.17.0
Changes: https://github.com/theskumar/python-dotenv/releases
https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.16.0 18 Apr 2021 05:44:23
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-python-dotenv: Update to 0.16.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.15.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.15.0 10 Jan 2021 08:23:37
  |
sunpoet  |
Clean up RUN_DEPENDS after r559531 (USES=python:3.6+) |
0.15.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.15.0 08 Nov 2020 17:21:13
  |
sunpoet  |
Update to 0.15.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.14.0 08 Jul 2020 19:02:11
  |
sunpoet  |
Update to 0.14.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.13.0 21 Apr 2020 19:41:46
  |
sunpoet  |
Update to 0.13.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.12.0 01 Mar 2020 06:49:21
  |
sunpoet  |
Update to 0.12.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.11.0 08 Feb 2020 19:03:21
  |
sunpoet  |
Update to 0.11.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.10.5 20 Jan 2020 20:10:58
  |
sunpoet  |
Update to 0.10.5
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.10.4 18 Jan 2020 18:24:45
  |
sunpoet  |
Update to 0.10.4
- Add CLI option
Changes: https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md |
0.10.3 03 Jun 2019 18:37:08
  |
sunpoet  |
Update to 0.10.3
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog |
0.10.2 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 |
0.10.2 16 May 2019 23:57:04
  |
sunpoet  |
Update to 0.10.2
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog |
0.10.1_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
0.10.1 01 Jan 2019 20:37:44
  |
sunpoet  |
Update to 0.10.1
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog |
0.10.0 06 Dec 2018 20:30:59
  |
sunpoet  |
Update to 0.10.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master |
0.9.1 06 Aug 2018 19:52:28
  |
sunpoet  |
Update to 0.9.1
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master |
0.9.0 02 Aug 2018 23:42:14
  |
sunpoet  |
Update to 0.9.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master |
0.8.2 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 |
0.8.2 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
0.8.2 09 Mar 2018 21:48:51
  |
sunpoet  |
Update to 0.8.2
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
https://github.com/theskumar/python-dotenv/commits/master |
0.8.1 08 Mar 2018 15:38:26
  |
sunpoet  |
Update to 0.8.1
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog |
0.8.0 04 Mar 2018 16:10:47
  |
sunpoet  |
Update to 0.8.0
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.rst#changelog |
0.7.1 26 Jan 2018 18:11:18
  |
sunpoet  |
Add py-python-dotenv 0.7.1
python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.
WWW: https://pypi.python.org/pypi/python-dotenv
WWW: https://github.com/theskumar/python-dotenv |