Port details |
- py-lazr.config Create configuration schemas, and process and validate configurations
- 2.2.3 devel
=0 2.2.3Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
 - Port Added: 2017-08-30 00:17:14
- Last Update: 2022-01-16 17:08:56
- Commit Hash: 0b66a36
- Also Listed In: python
- License: LGPL3
- Description:
- The LAZR config system is typically used to manage process configuration.
Process configuration is for saying how things change when we run
systems on different machines, or under different circumstances.
This system uses ini-like file format of section, keys, and values.
The config file supports inheritance to minimize duplication of
information across files. The format supports schema validation.
WWW: https://launchpad.net/lazr.config
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}lazr.config>0:devel/py-lazr.config@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-lazr.config/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-lazr.config
- pkg install py38-lazr.config
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 py38-lazr.config listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-lazr.config
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1642352889
SHA256 (lazr.config-2.2.3.tar.gz) = b74a73f8b63e6dc6732fc1f3d88e2f236596ddf089ef6e1794ece060e8cfabe1
SIZE (lazr.config-2.2.3.tar.gz) = 34213
- 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:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-zope.interface>=0 : devel/py-zope.interface@py38
- py38-lazr.delegates>=2.0.3 : devel/py-lazr.delegates@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- mail/mailman3
- Configuration Options:
- No options to configure
- Options name:
- devel_py-lazr.config
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 10
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 Jan 2022 17:08:56 2.2.3
|
Jose Alonso Cardenas Marquez (acm)  |
devel/py-lazr.config: update to 2.2.3 |
07 Apr 2021 08:09:01 2.2.2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.2.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
2.2.2
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
08 May 2020 00:11:50
2.2.2
|
acm  |
- Update to 2.2.2 |
07 Mar 2019 18:46:38
2.2.1
|
acm  |
- Update to 2.2.1 |
20 Jun 2018 17:05:44
2.2_1
|
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 |
30 Nov 2017 15:50:34
2.2_1 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
30 Aug 2017 03:02:56
2.2_1
|
acm  |
- Fix LICENSE
- Use python instead of python:3. It supports python 2.x and 3.x
Reported by: dbaio |
30 Aug 2017 00:17:04
2.2
|
acm  |
- New port: devel/py-lazr.config
The LAZR config system is typically used to manage process configuration.
Process configuration is for saying how things change when we run
systems on different machines, or under different circumstances.
This system uses ini-like file format of section, keys, and values.
The config file supports inheritance to minimize duplication of
information across files. The format supports schema validation.
WWW: https://launchpad.net/lazr.config |
Number of commits found: 10
|