notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-expandvars Expand system variables Unix style
0.12.0 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.12.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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>)
  • py39: py39-expandvars
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):
py39-expandvars
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly-----0.12.00.12.00.12.0
FreeBSD:14:latest--------
FreeBSD:14:quarterly-----0.12.00.12.00.12.0
FreeBSD:15:latest--n/a-n/a0.12.00.12.00.12.0
 

py311-expandvars
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.12.00.12.0-0.12.00.12.0---
FreeBSD:13:quarterly0.12.00.12.0-0.12.00.12.0---
FreeBSD:14:latest0.12.00.12.0-0.12.00.12.0---
FreeBSD:14:quarterly0.12.00.12.0-0.12.00.12.0---
FreeBSD:15:latest0.12.00.12.0n/a0.12.0n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-hatchling>=0 : devel/py-hatchling@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
This port is required by:
for Build
  1. devel/py-frozenlist
  2. devel/py-propcache
  3. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/e/expandvars/
  2. https://pypi.org/packages/source/e/expandvars/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.12.0
25 Dec 2023 08:56:51
commit hash: 92223841af27c549e0c452611f5f37b99a635ab2commit hash: 92223841af27c549e0c452611f5f37b99a635ab2commit hash: 92223841af27c549e0c452611f5f37b99a635ab2commit hash: 92223841af27c549e0c452611f5f37b99a635ab2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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