pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import wip/py-json-logger to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 5 17:55:37 2021 +0100
Changeset:	d7860019878171d90aca8e28c7e0395854e63a95

Modified Files:
	Makefile
Added Files:
	py-json-logger/DESCR
	py-json-logger/Makefile
	py-json-logger/PLIST
	py-json-logger/distinfo

Log Message:
Import wip/py-json-logger to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d7860019878171d90aca8e28c7e0395854e63a95

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 +
 py-json-logger/DESCR    |  4 ++++
 py-json-logger/Makefile | 16 ++++++++++++++++
 py-json-logger/PLIST    | 11 +++++++++++
 py-json-logger/distinfo |  6 ++++++
 5 files changed, 38 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 33c99732f3..a17025c188 100644
--- a/Makefile
+++ b/Makefile
@@ -3861,6 +3861,7 @@ SUBDIR+=	py-jose
 SUBDIR+=	py-jplephem
 SUBDIR+=	py-jsonpath
 SUBDIR+=	py-jsonrequester
+SUBDIR+=	py-json-logger
 SUBDIR+=	py-jswebkit
 SUBDIR+=	py-jtextfsm
 SUBDIR+=	py-julio
diff --git a/py-json-logger/DESCR b/py-json-logger/DESCR
new file mode 100644
index 0000000000..9f697b943c
--- /dev/null
+++ b/py-json-logger/DESCR
@@ -0,0 +1,4 @@
+This library is provided to allow standard python logging
+to output log data as json objects. With JSON we can make
+our logs more readable by machines and we can stop writing
+custom parsers for syslog type records.
diff --git a/py-json-logger/Makefile b/py-json-logger/Makefile
new file mode 100644
index 0000000000..181fd01cbf
--- /dev/null
+++ b/py-json-logger/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	python-json-logger-2.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/python-json-logger/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/madzak/python-json-logger
+COMMENT=	Python library adding a json log formatter
+LICENSE=	modified-bsd
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-json-logger/PLIST b/py-json-logger/PLIST
new file mode 100644
index 0000000000..abfab289c5
--- /dev/null
+++ b/py-json-logger/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pythonjsonlogger/__init__.py
+${PYSITELIB}/pythonjsonlogger/__init__.pyc
+${PYSITELIB}/pythonjsonlogger/__init__.pyo
+${PYSITELIB}/pythonjsonlogger/jsonlogger.py
+${PYSITELIB}/pythonjsonlogger/jsonlogger.pyc
+${PYSITELIB}/pythonjsonlogger/jsonlogger.pyo
diff --git a/py-json-logger/distinfo b/py-json-logger/distinfo
new file mode 100644
index 0000000000..77ab2b70f8
--- /dev/null
+++ b/py-json-logger/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (python-json-logger-2.0.1.tar.gz) = 7c8572c3c0e1c7ff2badb42e65bf24b9b7585d8b
+RMD160 (python-json-logger-2.0.1.tar.gz) = 83d111e5f48303fc148fdcd8355e5812efac4168
+SHA512 (python-json-logger-2.0.1.tar.gz) = c5ff18e270683b45728ad38a6c7923b44462a4d5bccf97c0130a7822fe008ce0e300dedb525810962baed4d2504d5d67081179c34a7242dfdb3b8af9fdf86817
+Size (python-json-logger-2.0.1.tar.gz) = 9073 bytes


Home | Main Index | Thread Index | Old Index