Port details |
- py-expandvars Expand system variables Unix style
- 0.12.0 devel =2 0.12.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-12-25 09:09:07
- Last Update: 2023-12-25 08:56:51
- Commit Hash: 9222384
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/sayanarijit/expandvars
- Description:
- expandvars is inspired by GNU bash's variable expansion features. It can be used
as an alternative to Python's os.path.expandvars function.
A good use case is reading config files with the flexibility of reading values
from environment variables using advanced features like returning a default
value if some variable is not defined.
- ¦ ¦ ¦ ¦
- 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}expandvars>0:devel/py-expandvars@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-expandvars/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-expandvars
- pkg install py39-expandvars
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-expandvars listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-expandvars
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1703227788
SHA256 (expandvars-0.12.0.tar.gz) = 7d1adfa55728cf4b5d812ece3d087703faea953e0c0a1a78415de9df5024d844
SIZE (expandvars-0.12.0.tar.gz) = 10909
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-hatchling>=0 : devel/py-hatchling@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:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- devel/py-frozenlist
- devel/py-propcache
- www/py-yarl
Configuration Options:
- No options to configure
- Options name:
- devel_py-expandvars
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.12.0 25 Dec 2023 08:56:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-expandvars: Add py-expandvars 0.12.0
expandvars is inspired by GNU bash's variable expansion features. It can be used
as an alternative to Python's os.path.expandvars function.
A good use case is reading config files with the flexibility of reading values
from environment variables using advanced features like returning a default
value if some variable is not defined. |
Number of commits found: 1
|