openbsd-ports/textproc/py-coloredlogs/Makefile
sthen 0bba8658c3 import ports/textproc/py-coloredlogs, ok aja@ aisha@
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.
2022-11-15 10:27:42 +00:00

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>