pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Add devel/py-ijson
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c50b6659f77
branches: trunk
changeset: 454082:6c50b6659f77
user: js <js%pkgsrc.org@localhost>
date: Sun Jun 06 10:05:42 2021 +0000
description:
Add devel/py-ijson
This is a new dependency for chat/matrix-synapse that I forgot to add.
diffstat:
devel/Makefile | 3 ++-
devel/py-ijson/DESCR | 1 +
devel/py-ijson/Makefile | 17 +++++++++++++++++
devel/py-ijson/PLIST | 45 +++++++++++++++++++++++++++++++++++++++++++++
devel/py-ijson/distinfo | 6 ++++++
5 files changed, 71 insertions(+), 1 deletions(-)
diffs (102 lines):
diff -r 5f89ed594d33 -r 6c50b6659f77 devel/Makefile
--- a/devel/Makefile Sun Jun 06 09:40:34 2021 +0000
+++ b/devel/Makefile Sun Jun 06 10:05:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3404 2021/06/03 07:43:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3405 2021/06/06 10:05:42 js Exp $
#
COMMENT= Development utilities
@@ -2398,6 +2398,7 @@
SUBDIR+= py-hypothesis
SUBDIR+= py-hypothesis4
SUBDIR+= py-idle
+SUBDIR+= py-ijson
SUBDIR+= py-immutabledict
SUBDIR+= py-importlib-metadata
SUBDIR+= py-importlib-resources
diff -r 5f89ed594d33 -r 6c50b6659f77 devel/py-ijson/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ijson/DESCR Sun Jun 06 10:05:42 2021 +0000
@@ -0,0 +1,1 @@
+Ijson is an iterative JSON parser with standard Python iterator interfaces.
diff -r 5f89ed594d33 -r 6c50b6659f77 devel/py-ijson/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ijson/Makefile Sun Jun 06 10:05:42 2021 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2021/06/06 10:05:42 js Exp $
+
+DISTNAME= ijson-3.1.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+GITHUB_PROJECT= ijson
+MASTER_SITES= ${MASTER_SITE_GITHUB:=ICRAR/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= js%pkgsrc.org@localhost
+HOMEPAGE= https://github.com/ICRAR/ijson
+COMMENT= Iterative JSON parser with standard Python iterator interfaces
+LICENSE= modified-bsd
+
+.include "../../devel/yajl/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5f89ed594d33 -r 6c50b6659f77 devel/py-ijson/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ijson/PLIST Sun Jun 06 10:05:42 2021 +0000
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/06 10:05:42 js Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ijson/__init__.py
+${PYSITELIB}/ijson/__init__.pyc
+${PYSITELIB}/ijson/__init__.pyo
+${PYSITELIB}/ijson/backends/__init__.py
+${PYSITELIB}/ijson/backends/__init__.pyc
+${PYSITELIB}/ijson/backends/__init__.pyo
+${PYSITELIB}/ijson/backends/_yajl2.so
+${PYSITELIB}/ijson/backends/_yajl2_ctypes_common.py
+${PYSITELIB}/ijson/backends/_yajl2_ctypes_common.pyc
+${PYSITELIB}/ijson/backends/_yajl2_ctypes_common.pyo
+${PYSITELIB}/ijson/backends/python.py
+${PYSITELIB}/ijson/backends/python.pyc
+${PYSITELIB}/ijson/backends/python.pyo
+${PYSITELIB}/ijson/backends/yajl.py
+${PYSITELIB}/ijson/backends/yajl.pyc
+${PYSITELIB}/ijson/backends/yajl.pyo
+${PYSITELIB}/ijson/backends/yajl2.py
+${PYSITELIB}/ijson/backends/yajl2.pyc
+${PYSITELIB}/ijson/backends/yajl2.pyo
+${PYSITELIB}/ijson/backends/yajl2_c.py
+${PYSITELIB}/ijson/backends/yajl2_c.pyc
+${PYSITELIB}/ijson/backends/yajl2_c.pyo
+${PYSITELIB}/ijson/backends/yajl2_cffi.py
+${PYSITELIB}/ijson/backends/yajl2_cffi.pyc
+${PYSITELIB}/ijson/backends/yajl2_cffi.pyo
+${PYSITELIB}/ijson/common.py
+${PYSITELIB}/ijson/common.pyc
+${PYSITELIB}/ijson/common.pyo
+${PYSITELIB}/ijson/compat.py
+${PYSITELIB}/ijson/compat.pyc
+${PYSITELIB}/ijson/compat.pyo
+${PYSITELIB}/ijson/utils.py
+${PYSITELIB}/ijson/utils.pyc
+${PYSITELIB}/ijson/utils.pyo
+${PYSITELIB}/ijson/utils35.py
+${PYSITELIB}/ijson/utils35.pyc
+${PYSITELIB}/ijson/utils35.pyo
+${PYSITELIB}/ijson/version.py
+${PYSITELIB}/ijson/version.pyc
+${PYSITELIB}/ijson/version.pyo
diff -r 5f89ed594d33 -r 6c50b6659f77 devel/py-ijson/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-ijson/distinfo Sun Jun 06 10:05:42 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/06 10:05:42 js Exp $
+
+SHA1 (ijson-3.1.4.tar.gz) = 80412301b01447a83a6bcb263d86c29510b4ffee
+RMD160 (ijson-3.1.4.tar.gz) = 834e7309a93a8e799b13577120964f7ae3e7a0c1
+SHA512 (ijson-3.1.4.tar.gz) = 7e64c4fec84fd6942c83809849eefc1c299c597524c0fe73e2cdc542e113faad8f35cc5219b0bc4e05842ac69d8608089d7cbb2dc006e404c184505392b21baa
+Size (ijson-3.1.4.tar.gz) = 125725 bytes
Home |
Main Index |
Thread Index |
Old Index