Port details |
- py-jaraco.logging Additional facilities to supplement Python stdlib logging module
- 3.1.0 devel
=0 3.1.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2016-06-22 15:21:59
- Last Update: 2022-01-11 18:44:25
- Commit Hash: 1af0750
- Also Listed In: python
- License: MIT
- Description:
- Additional facilities to supplement Python's stdlib logging module.
WWW: https://github.com/jaraco/jaraco.logging
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}jaraco.logging>0:devel/py-jaraco.logging@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-jaraco.logging/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-jaraco.logging
- pkg install py38-jaraco.logging
NOTE: This is a Python port. Instead of py38-jaraco.logging listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-jaraco.logging
- Package flavors (<flavor>: <package>)
- py38: py38-jaraco.logging
- distinfo:
- TIMESTAMP = 1609598891
SHA256 (jaraco.logging-3.1.0.tar.gz) = 150dc8701207b28bc65a16f0e91c07250a8d1b9da324ce674c0e375774944f13
SIZE (jaraco.logging-3.1.0.tar.gz) = 11801
- 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_scm>=3.4.1 : devel/py-setuptools_scm@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-jaraco>=0 : devel/py-jaraco@py38
- py38-tempora>=0 : devel/py-tempora@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_py-jaraco.logging
- USES:
- python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
11 Jan 2022 18:44:25 3.1.0
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-jaraco*: Update USES=python
devel/py-tempora requires Python 3.7+ |
06 Apr 2021 14:31:07 3.1.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Jan 2021 20:07:26
3.1.0
|
sunpoet  |
Update to 3.1.0
Changes: https://github.com/jaraco/jaraco.logging/blob/main/CHANGES.rst |
17 May 2020 18:27:14
3.0.0
|
sunpoet  |
Convert to test framework |
14 Feb 2020 19:49:06
3.0.0
|
sunpoet  |
Update to 3.0.0
Changes: https://github.com/jaraco/jaraco.logging/blob/master/CHANGES.rst |
10 Jan 2019 21:57:34
2.0
|
sunpoet  |
Fix build with Python 3 |
10 Jan 2019 21:22:19

|
sunpoet  |
Update to 2.0
Changes: https://github.com/jaraco/jaraco.logging/blob/master/CHANGES.rst |
29 Oct 2018 22:13:08
1.5.2
|
sunpoet  |
Update to 1.5.2
- Add LICENSE_FILE
- Sort *_DEPENDS
- Add NO_ARCH
- Update WWW
- Take maintainership
Changes: https://github.com/jaraco/jaraco.logging/blob/master/CHANGES.rst |
02 Oct 2018 19:06:16
1.3.1
|
feld  |
Reset maintainer on my python ports |
20 Jun 2018 17:05:44
1.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 |
25 Apr 2018 16:42:38
1.3.1
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
30 Nov 2017 15:50:34
1.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 ) |
26 Jun 2016 23:59:46
1.3.1
|
hrs  |
Use 0x27 instead of 0xe2 0x80 0x99 (U+2019 in UTF-8) in COMMENT. This broke
build of htdocs/ports which uses the INDEX file in the doc repository.
With hat on: doceng |
22 Jun 2016 15:21:50
1.3.1
|
feld  |
Additional facilities to supplement Python's stdlib logging module.
WWW: https://pypi.python.org/pypi/jaraco.logging |