Port details |
- py-lazr.delegates Easily write objects that delegate behavior
- 2.0.4 devel
=0 2.0.4Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
 - Port Added: 2017-08-30 00:15:54
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: python
- License: LGPL3
- Description:
- The lazr.delegates package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
WWW: https://launchpad.net/lazr.delegates
- 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.delegates>0:devel/py-lazr.delegates@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-lazr.delegates/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-lazr.delegates
- pkg install py38-lazr.delegates
NOTE: This is a Python port. Instead of py38-lazr.delegates listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-lazr.delegates
- Package flavors (<flavor>: <package>)
- py38: py38-lazr.delegates
- distinfo:
- TIMESTAMP = 1551977971
SHA256 (lazr.delegates-2.0.4.tar.gz) = dded302c7bfce579aad8d5e2f2e3672dc920cc8d91015a9045d7ab240ba2b6e5
SIZE (lazr.delegates-2.0.4.tar.gz) = 14168
- 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-nose>=1.3.7 : devel/py-nose@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Run
-
- devel/py-lazr.config
- Configuration Options:
- No options to configure
- Options name:
- devel_py-lazr.delegates
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 2.0.4
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 2.0.4
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
2.0.4
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
07 Mar 2019 18:47:09
2.0.4
|
acm  |
- Update to 2.0.4 |
20 Jun 2018 17:05:44
2.0.3_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.0.3_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.0.3_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:15:45
2.0.3
|
acm  |
- New port: devel/py-lazr.delegates
The lazr.delegates package makes it easy to write objects that delegate
behavior to another object. The new object adds some property or behavior on
to the other object, while still providing the underlying interface, and
delegating behavior.
WWW: https://launchpad.net/lazr.delegates |
Number of commits found: 8
|