aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-26 02:04:57 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-03-26 02:04:57 +0800
commit52f067291781c701e29cb0a5399588bf73de4289 (patch)
treeda25071af972570951a933b25afb1d17d3e49876
parent12d96652836e500d7884248b889ad413fb26a166 (diff)
downloadfreebsd-ports-52f067291781c701e29cb0a5399588bf73de4289.tar.gz
freebsd-ports-52f067291781c701e29cb0a5399588bf73de4289.tar.zst
freebsd-ports-52f067291781c701e29cb0a5399588bf73de4289.zip
Add py-mondrian 0.6.6
Mondrian is a small library that will make you use python logging module, once and for all. Most python coders who avoids the systematic usage of logging in their projects does so because it feels complicated to setup, but it's not. Mondrian configures the python standard logging module with reasonable defaults, and enhance its default output formatters for better readability. Mondrian provides a one-call interface to its configuration, with pretty formatters that makes you feel great. WWW: https://python-mondrian.github.io/ WWW: https://github.com/python-mondrian/mondrian
Notes
Notes: svn path=/head/; revision=465535
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-mondrian/Makefile21
-rw-r--r--devel/py-mondrian/distinfo3
-rw-r--r--devel/py-mondrian/pkg-descr14
4 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index ef2359144fb2..dac71f8fd82c 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4620,6 +4620,7 @@
SUBDIR += py-minimongo
SUBDIR += py-minio
SUBDIR += py-mock
+ SUBDIR += py-mondrian
SUBDIR += py-mongoengine
SUBDIR += py-mongokit
SUBDIR += py-monotonic
diff --git a/devel/py-mondrian/Makefile b/devel/py-mondrian/Makefile
new file mode 100644
index 000000000000..d36004474e1e
--- /dev/null
+++ b/devel/py-mondrian/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= mondrian
+PORTVERSION= 0.6.6
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Logging with pretty colored squares
+
+LICENSE= APACHE20
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama@${FLAVOR}
+
+NO_ARCH= yes
+USE_PYTHON= autoplist concurrent distutils
+USES= python
+
+.include <bsd.port.mk>
diff --git a/devel/py-mondrian/distinfo b/devel/py-mondrian/distinfo
new file mode 100644
index 000000000000..cede53d03a75
--- /dev/null
+++ b/devel/py-mondrian/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521943290
+SHA256 (mondrian-0.6.6.tar.gz) = 48c6bd9dfc908b7901ea27dfd8eee32d0818c821d678f8e7f1985cdb0c98c80c
+SIZE (mondrian-0.6.6.tar.gz) = 5947
diff --git a/devel/py-mondrian/pkg-descr b/devel/py-mondrian/pkg-descr
new file mode 100644
index 000000000000..db22908fd499
--- /dev/null
+++ b/devel/py-mondrian/pkg-descr
@@ -0,0 +1,14 @@
+Mondrian is a small library that will make you use python logging module, once
+and for all.
+
+Most python coders who avoids the systematic usage of logging in their projects
+does so because it feels complicated to setup, but it's not.
+
+Mondrian configures the python standard logging module with reasonable defaults,
+and enhance its default output formatters for better readability.
+
+Mondrian provides a one-call interface to its configuration, with pretty
+formatters that makes you feel great.
+
+WWW: https://python-mondrian.github.io/
+WWW: https://github.com/python-mondrian/mondrian