svn commit: r465535 - in head/devel: . py-mondrian

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 25 18:04:58 UTC 2018


Author: sunpoet
Date: Sun Mar 25 18:04:57 2018
New Revision: 465535
URL: https://svnweb.freebsd.org/changeset/ports/465535

Log:
  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

Added:
  head/devel/py-mondrian/
  head/devel/py-mondrian/Makefile   (contents, props changed)
  head/devel/py-mondrian/distinfo   (contents, props changed)
  head/devel/py-mondrian/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Mar 25 18:04:32 2018	(r465534)
+++ head/devel/Makefile	Sun Mar 25 18:04:57 2018	(r465535)
@@ -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

Added: head/devel/py-mondrian/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mondrian/Makefile	Sun Mar 25 18:04:57 2018	(r465535)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	mondrian
+PORTVERSION=	0.6.6
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at 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>

Added: head/devel/py-mondrian/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mondrian/distinfo	Sun Mar 25 18:04:57 2018	(r465535)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1521943290
+SHA256 (mondrian-0.6.6.tar.gz) = 48c6bd9dfc908b7901ea27dfd8eee32d0818c821d678f8e7f1985cdb0c98c80c
+SIZE (mondrian-0.6.6.tar.gz) = 5947

Added: head/devel/py-mondrian/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mondrian/pkg-descr	Sun Mar 25 18:04:57 2018	(r465535)
@@ -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


More information about the svn-ports-head mailing list