pkgsrc-WIP-changes archive

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

py-json-stream: Import py-json-stream-1.3.0



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jun 19 21:18:25 2022 +0200
Changeset:	82a8928a5ab4ef92d9fc7737209dc7c0a238d920

Added Files:
	py-json-stream/DESCR
	py-json-stream/Makefile
	py-json-stream/PLIST
	py-json-stream/distinfo

Log Message:
py-json-stream: Import py-json-stream-1.3.0

json-stream is a JSON parser just like the standard library's
json.load(). It will read a JSON document and convert it into native
python types.

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

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

diffstat:
 py-json-stream/DESCR    |  3 +++
 py-json-stream/Makefile | 19 +++++++++++++++++++
 py-json-stream/PLIST    | 41 +++++++++++++++++++++++++++++++++++++++++
 py-json-stream/distinfo |  5 +++++
 4 files changed, 68 insertions(+)

diffs:
diff --git a/py-json-stream/DESCR b/py-json-stream/DESCR
new file mode 100644
index 0000000000..e916c3bdc2
--- /dev/null
+++ b/py-json-stream/DESCR
@@ -0,0 +1,3 @@
+json-stream is a JSON parser just like the standard library's
+json.load(). It will read a JSON document and convert it into native
+python types.
diff --git a/py-json-stream/Makefile b/py-json-stream/Makefile
new file mode 100644
index 0000000000..38ecfad99e
--- /dev/null
+++ b/py-json-stream/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	json-stream-1.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc python
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/json-stream/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/daggaz/json-stream
+COMMENT=	Streaming JSON decoder
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+# Only for Python 3.x
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-json-stream/PLIST b/py-json-stream/PLIST
new file mode 100644
index 0000000000..9519d98373
--- /dev/null
+++ b/py-json-stream/PLIST
@@ -0,0 +1,41 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/json_stream/__init__.py
+${PYSITELIB}/json_stream/__init__.pyc
+${PYSITELIB}/json_stream/base.py
+${PYSITELIB}/json_stream/base.pyc
+${PYSITELIB}/json_stream/dump/__init__.py
+${PYSITELIB}/json_stream/dump/__init__.pyc
+${PYSITELIB}/json_stream/dump/tests/__init__.py
+${PYSITELIB}/json_stream/dump/tests/__init__.pyc
+${PYSITELIB}/json_stream/dump/tests/test_dump.py
+${PYSITELIB}/json_stream/dump/tests/test_dump.pyc
+${PYSITELIB}/json_stream/dump/threading.py
+${PYSITELIB}/json_stream/dump/threading.pyc
+${PYSITELIB}/json_stream/loader.py
+${PYSITELIB}/json_stream/loader.pyc
+${PYSITELIB}/json_stream/requests/__init__.py
+${PYSITELIB}/json_stream/requests/__init__.pyc
+${PYSITELIB}/json_stream/requests/tests/__init__.py
+${PYSITELIB}/json_stream/requests/tests/__init__.pyc
+${PYSITELIB}/json_stream/requests/tests/test_requests.py
+${PYSITELIB}/json_stream/requests/tests/test_requests.pyc
+${PYSITELIB}/json_stream/tests/__init__.py
+${PYSITELIB}/json_stream/tests/__init__.pyc
+${PYSITELIB}/json_stream/tests/test_loader.py
+${PYSITELIB}/json_stream/tests/test_loader.pyc
+${PYSITELIB}/json_stream/tests/test_tokenizer.py
+${PYSITELIB}/json_stream/tests/test_tokenizer.pyc
+${PYSITELIB}/json_stream/tests/test_visitor.py
+${PYSITELIB}/json_stream/tests/test_visitor.pyc
+${PYSITELIB}/json_stream/tokenizer.py
+${PYSITELIB}/json_stream/tokenizer.pyc
+${PYSITELIB}/json_stream/visitor.py
+${PYSITELIB}/json_stream/visitor.pyc
diff --git a/py-json-stream/distinfo b/py-json-stream/distinfo
new file mode 100644
index 0000000000..b9074d3f67
--- /dev/null
+++ b/py-json-stream/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.9 2021/10/26 11:30:26 nia Exp $
+
+BLAKE2s (json-stream-1.3.0.tar.gz) = 5e7d89761ae874c0082e74ccc4766ca98a796879641e2211e510e9af4d1c6c83
+SHA512 (json-stream-1.3.0.tar.gz) = e3d5fba8948ba6d781d7009c3f84d34ae374a73f366ee242aba2d4cd352dae68f9f39ceef0556efb55a80a0c4b6b03bc36b2021972567310030a019aece30f9b
+Size (json-stream-1.3.0.tar.gz) = 18892 bytes


Home | Main Index | Thread Index | Old Index