mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
devel/py-coloredlogs: Colored terminal output for Python logging module
WWW: https://coloredlogs.readthedocs.io
This commit is contained in:
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
|
@ -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
|
||||
|
|
20
devel/py-coloredlogs/Makefile
Normal file
20
devel/py-coloredlogs/Makefile
Normal 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>
|
3
devel/py-coloredlogs/distinfo
Normal file
3
devel/py-coloredlogs/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1493094646
|
||||
SHA256 (coloredlogs-6.1.tar.gz) = 4cc35158baab0a495736eca84020a1a29f8ea470b98133bb94aabd3212d7f3f7
|
||||
SIZE (coloredlogs-6.1.tar.gz) = 28057
|
4
devel/py-coloredlogs/pkg-descr
Normal file
4
devel/py-coloredlogs/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
The coloredlogs package enables colored terminal output for Python's logging
|
||||
module.
|
||||
|
||||
WWW: https://coloredlogs.readthedocs.io
|
Loading…
Add table
Reference in a new issue