Port details |
- py-setoptconf Retrieve program settings from various sources in a consistant method
- 0.3.0_2 devel =2 0.3.0_2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2023-09-11 03:17:34
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- 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/jayclassless/setoptconf
- Description:
- setoptconf is a Python library that can be used to retrieve program settings
from a variety of common sources:
- Command Line
- Environment Variables
- INI Files
- JSON Files
- YAML Files
- Python Objects/Modules
The goal of this project is to define your desired settings in a simple and
consistent way, and then point setoptconf at as many of the sources as you'd
like to use, and let it comb them all, looking for your settings.
- ¦ ¦ ¦ ¦
- 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}setoptconf>0:devel/py-setoptconf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-setoptconf/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-setoptconf
- pkg install py311-setoptconf
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-setoptconf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-setoptconf
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1694348234
SHA256 (setoptconf-0.3.0.tar.gz) = d2ecbd27c0c7d0d53990e2df98d9aad6490df8b75b71c621d8c441d6e91e3161
SIZE (setoptconf-0.3.0.tar.gz) = 13725
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>=0 : 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:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-prospector
Configuration Options:
- ===> The following configuration options are available for py311-setoptconf-0.3.0_2:
YAML=off: YAML format or parser support
===> Use 'make config' to modify these settings
- Options name:
- devel_py-setoptconf
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.0_2 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
0.3.0_1 13 May 2024 14:00:13 |
Po-Chuan Hsieh (sunpoet) |
devel/py-setoptconf: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
0.3.0 11 Sep 2023 03:03:56 |
Po-Chuan Hsieh (sunpoet) |
devel/py-setoptconf: Add py-setoptconf 0.3.0
setoptconf is a Python library that can be used to retrieve program settings
from a variety of common sources:
- Command Line
- Environment Variables
- INI Files
- JSON Files
- YAML Files
- Python Objects/Modules
The goal of this project is to define your desired settings in a simple and
consistent way, and then point setoptconf at as many of the sources as you'd
like to use, and let it comb them all, looking for your settings. |
Number of commits found: 3
|