summaryrefslogtreecommitdiff
path: root/sysutils/py-structlog
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-12-06 16:20:26 +0000
committerrodent <rodent@pkgsrc.org>2014-12-06 16:20:26 +0000
commita74143fcead59d9eb5d164d78ef561ced797b7cf (patch)
tree929a99856749c5cbf14f77495b4199ce0488f1cf /sysutils/py-structlog
parent88fc31f367dc33a6ee195411dd1759085617adb1 (diff)
downloadpkgsrc-a74143fcead59d9eb5d164d78ef561ced797b7cf.tar.gz
Import py27-structlog-0.4.2 as sysutils/py-structlog.
structlog makes structured logging in Python easy by augmenting your existing logger. It allows you to split your log entries up into key/value pairs and build them incrementally without annoying boilerplate code.
Diffstat (limited to 'sysutils/py-structlog')
-rw-r--r--sysutils/py-structlog/DESCR3
-rw-r--r--sysutils/py-structlog/Makefile16
-rw-r--r--sysutils/py-structlog/PLIST44
-rw-r--r--sysutils/py-structlog/distinfo5
4 files changed, 68 insertions, 0 deletions
diff --git a/sysutils/py-structlog/DESCR b/sysutils/py-structlog/DESCR
new file mode 100644
index 00000000000..5b413b461e9
--- /dev/null
+++ b/sysutils/py-structlog/DESCR
@@ -0,0 +1,3 @@
+structlog makes structured logging in Python easy by augmenting your existing
+logger. It allows you to split your log entries up into key/value pairs and
+build them incrementally without annoying boilerplate code.
diff --git a/sysutils/py-structlog/Makefile b/sysutils/py-structlog/Makefile
new file mode 100644
index 00000000000..ccadff50a3d
--- /dev/null
+++ b/sysutils/py-structlog/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/12/06 16:20:26 rodent Exp $
+
+DISTNAME= structlog-0.4.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python sysutils
+MASTER_SITES= https://pypi.python.org/packages/source/s/structlog/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://www.structlog.org/
+COMMENT= Painless structural logging
+LICENSE= apache-2.0
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/py-structlog/PLIST b/sysutils/py-structlog/PLIST
new file mode 100644
index 00000000000..5b60d5cae98
--- /dev/null
+++ b/sysutils/py-structlog/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/06 16:20:26 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/structlog/__init__.py
+${PYSITELIB}/structlog/__init__.pyc
+${PYSITELIB}/structlog/__init__.pyo
+${PYSITELIB}/structlog/_base.py
+${PYSITELIB}/structlog/_base.pyc
+${PYSITELIB}/structlog/_base.pyo
+${PYSITELIB}/structlog/_compat.py
+${PYSITELIB}/structlog/_compat.pyc
+${PYSITELIB}/structlog/_compat.pyo
+${PYSITELIB}/structlog/_config.py
+${PYSITELIB}/structlog/_config.pyc
+${PYSITELIB}/structlog/_config.pyo
+${PYSITELIB}/structlog/_exc.py
+${PYSITELIB}/structlog/_exc.pyc
+${PYSITELIB}/structlog/_exc.pyo
+${PYSITELIB}/structlog/_frames.py
+${PYSITELIB}/structlog/_frames.pyc
+${PYSITELIB}/structlog/_frames.pyo
+${PYSITELIB}/structlog/_generic.py
+${PYSITELIB}/structlog/_generic.pyc
+${PYSITELIB}/structlog/_generic.pyo
+${PYSITELIB}/structlog/_loggers.py
+${PYSITELIB}/structlog/_loggers.pyc
+${PYSITELIB}/structlog/_loggers.pyo
+${PYSITELIB}/structlog/_utils.py
+${PYSITELIB}/structlog/_utils.pyc
+${PYSITELIB}/structlog/_utils.pyo
+${PYSITELIB}/structlog/processors.py
+${PYSITELIB}/structlog/processors.pyc
+${PYSITELIB}/structlog/processors.pyo
+${PYSITELIB}/structlog/stdlib.py
+${PYSITELIB}/structlog/stdlib.pyc
+${PYSITELIB}/structlog/stdlib.pyo
+${PYSITELIB}/structlog/threadlocal.py
+${PYSITELIB}/structlog/threadlocal.pyc
+${PYSITELIB}/structlog/threadlocal.pyo
+${PYSITELIB}/structlog/twisted.py
+${PYSITELIB}/structlog/twisted.pyc
+${PYSITELIB}/structlog/twisted.pyo
diff --git a/sysutils/py-structlog/distinfo b/sysutils/py-structlog/distinfo
new file mode 100644
index 00000000000..aa4a2b893b0
--- /dev/null
+++ b/sysutils/py-structlog/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/12/06 16:20:26 rodent Exp $
+
+SHA1 (structlog-0.4.2.tar.gz) = 06b628c9a17e48a9a1b25b3fd569ee6ae179d6e0
+RMD160 (structlog-0.4.2.tar.gz) = 1ab1ca727bfeba4f9002fa07fc87565f4587fa54
+Size (structlog-0.4.2.tar.gz) = 81413 bytes