Received: by mail.netbsd.org (Postfix, from userid 605) id 5378884D91; Sun, 6 Jun 2021 10:05:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F87784D25 for ; Sun, 6 Jun 2021 10:05:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uhzuhppFPJSN for ; Sun, 6 Jun 2021 10:05:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C7A4184CE0 for ; Sun, 6 Jun 2021 10:05:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0EE6FA95; Sun, 6 Jun 2021 10:05:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622973942247030" MIME-Version: 1.0 Date: Sun, 6 Jun 2021 10:05:42 +0000 From: "Jonathan Schleifer" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: js@netbsd.org X-Mailer: log_accum Message-Id: <20210606100542.C0EE6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622973942247030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1622973942247030 Content-Disposition: inline Content-Length: 4160 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1622973942247030--