Port details |
- py-envs Easy access of environment variables from Python
- 1.3 devel =2 1.3Version of this port present on the latest quarterly branch.
- Maintainer: rozhuk.im@gmail.com
- Port Added: 2021-07-02 16:45:17
- Last Update: 2024-09-18 06:15:14
- Commit Hash: e2c9b8e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/capless/envs
- Description:
- Easy access of environment variables from Python with support for
booleans, strings, lists, tuples, integers, floats, and dicts.
If you need environment variables for your settings but need an easy way
of using Python objects instead of just strings. For example, if you
need a list of strings.
- ¦ ¦ ¦ ¦
- 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}envs>0:devel/py-envs@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-envs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-envs
- pkg install py311-envs
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-envs listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-envs
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1606003940
SHA256 (envs-1.3.tar.gz) = ccf5cd85ddb8ed335e39ed8a22e0d23658f5a6d7da430f225e6f750c6f50ae42
SIZE (envs-1.3.tar.gz) = 21969
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>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-pycognito
Configuration Options:
- No options to configure
- Options name:
- devel_py-envs
- 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.3 18 Sep 2024 06:15:14 |
Po-Chuan Hsieh (sunpoet) |
devel/py-envs: Add NO_ARCH
Approved by: portmgr (blanket) |
1.3 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) |
1.3 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 ) |
1.3 02 Jul 2021 16:40:43 |
Guangyuan Yang (ygy) Author: Ivan Rozhuk |
devel/py-envs: New port: Easy access of environment variables from Python
PR: 252078
Approved by: lwhsu (mentor) |