devel/py-coloredlogs: Colored terminal output for Python logging module

WWW: https://coloredlogs.readthedocs.io
This commit is contained in:
William Grzybowski 2017-04-25 12:47:53 +00:00
parent 6979271602
commit e48fd28d73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439378
4 changed files with 28 additions and 0 deletions

View file

@ -4196,6 +4196,7 @@
SUBDIR += py-collective.monkeypatcher
SUBDIR += py-collective.z3cform.datetimewidget
SUBDIR += py-colorama
SUBDIR += py-coloredlogs
SUBDIR += py-colorlog
SUBDIR += py-columnize
SUBDIR += py-conditional

View file

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= coloredlogs
PORTVERSION= 6.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Colored terminal output for Python logging module
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}humanfriendly>0:textproc/py-humanfriendly
NO_ARCH= yes
USES?= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1493094646
SHA256 (coloredlogs-6.1.tar.gz) = 4cc35158baab0a495736eca84020a1a29f8ea470b98133bb94aabd3212d7f3f7
SIZE (coloredlogs-6.1.tar.gz) = 28057

View file

@ -0,0 +1,4 @@
The coloredlogs package enables colored terminal output for Python's logging
module.
WWW: https://coloredlogs.readthedocs.io