View | Details | Raw Unified | Return to bug 256924 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/py-logzero/Makefile (+15 lines)
Added Link Here
1
PORTNAME=	logzero
2
DISTVERSION=	1.7.0
3
CATEGORIES=	devel
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	ports@nicandneal.net
8
COMMENT=	Robust and effective logging for Python
9
10
LICENSE=	MIT
11
12
USES=	python
13
USE_PYTHON=	distutils autoplist
14
15
.include <bsd.port.mk>
(-)b/devel/py-logzero/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1626095363
2
SHA256 (logzero-1.7.0.tar.gz) = 7f73ddd3ae393457236f081ffebd044a3aa2e423a47ae6ddb5179ab90d0ad082
3
SIZE (logzero-1.7.0.tar.gz) = 577803
(-)b/devel/py-logzero/pkg-descr (+15 lines)
Added Link Here
1
Robust and effective logging for Python 2 and 3.
2
3
- Easy logging to console and/or (rotating) file.
4
- Provides a fully configured standard Python logger object.
5
- Pretty formatting, including level-specific colors in the console.
6
- Windows color output supported by colorama
7
- Robust against str/bytes encoding problems, works with all kinds of character encodings and special characters.
8
- Multiple loggers can write to the same logfile (also across multiple Python files).
9
- Global default logger with logzero.logger and custom loggers with logzero.setup_logger(..).
10
- Compatible with Python 2 and 3.
11
- All contained in a single file.
12
- Licensed under the MIT license.
13
- Heavily inspired by the Tornado web framework.
14
15
WWW: https://github.com/metachris/logzero

Return to bug 256924