0bba8658c3
The coloredlogs package enables colored terminal output for Python's logging module. The ColoredFormatter class inherits from logging.Formatter and uses ANSI escape sequences to render your logging messages in color.
27 lines
442 B
Makefile
27 lines
442 B
Makefile
COMMENT= colored terminal output for Python's logging module
|
|
|
|
MODPY_EGG_VERSION= 15.0.1
|
|
|
|
DISTNAME= coloredlogs-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
|
|
HOMEPAGE= https://coloredlogs.readthedocs.io/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
|
|
FLAVORS= python3
|
|
FLAVOR= python3
|
|
|
|
MODPY_PI= Yes
|
|
MODPY_PYBUILD= setuptools
|
|
|
|
RUN_DEPENDS= textproc/py-humanfriendly${MODPY_FLAVOR}
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|