pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   js
Date:           Sun Jun  6 10:05:42 UTC 2021

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-ijson: DESCR Makefile PLIST distinfo

Log Message:
Add devel/py-ijson

This is a new dependency for chat/matrix-synapse that I forgot to add.


To generate a diff of this commit:
cvs rdiff -u -r1.3404 -r1.3405 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-ijson/DESCR \
    pkgsrc/devel/py-ijson/Makefile pkgsrc/devel/py-ijson/PLIST \
    pkgsrc/devel/py-ijson/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3404 pkgsrc/devel/Makefile:1.3405
--- pkgsrc/devel/Makefile:1.3404        Thu Jun  3 07:43:18 2021
+++ pkgsrc/devel/Makefile       Sun Jun  6 10:05:42 2021
@@ -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-hyperscan
 SUBDIR+=       py-hypothesis
 SUBDIR+=       py-hypothesis4
 SUBDIR+=       py-idle
+SUBDIR+=       py-ijson
 SUBDIR+=       py-immutabledict
 SUBDIR+=       py-importlib-metadata
 SUBDIR+=       py-importlib-resources

Added files:

Index: pkgsrc/devel/py-ijson/DESCR
diff -u /dev/null pkgsrc/devel/py-ijson/DESCR:1.1
--- /dev/null   Sun Jun  6 10:05:42 2021
+++ pkgsrc/devel/py-ijson/DESCR Sun Jun  6 10:05:42 2021
@@ -0,0 +1 @@
+Ijson is an iterative JSON parser with standard Python iterator interfaces.
Index: pkgsrc/devel/py-ijson/Makefile
diff -u /dev/null pkgsrc/devel/py-ijson/Makefile:1.1
--- /dev/null   Sun Jun  6 10:05:42 2021
+++ pkgsrc/devel/py-ijson/Makefile      Sun Jun  6 10:05:42 2021
@@ -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"
Index: pkgsrc/devel/py-ijson/PLIST
diff -u /dev/null pkgsrc/devel/py-ijson/PLIST:1.1
--- /dev/null   Sun Jun  6 10:05:42 2021
+++ pkgsrc/devel/py-ijson/PLIST Sun Jun  6 10:05:42 2021
@@ -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
Index: pkgsrc/devel/py-ijson/distinfo
diff -u /dev/null pkgsrc/devel/py-ijson/distinfo:1.1
--- /dev/null   Sun Jun  6 10:05:42 2021
+++ pkgsrc/devel/py-ijson/distinfo      Sun Jun  6 10:05:42 2021
@@ -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