pkgsrc-WIP-changes archive

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

py-jsonpointer: add version 2.3.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Feb 5 16:06:18 2023 +0000
Changeset:	2d522288536650255c05c48bd3fb24a1b8e1b687

Added Files:
	py-jsonpointer/DESCR
	py-jsonpointer/Makefile
	py-jsonpointer/PLIST
	py-jsonpointer/distinfo

Log Message:
py-jsonpointer: add version 2.3.

Library to resolve JSON Pointers according to RFC 6901

See source code for examples.

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

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

diffstat:
 py-jsonpointer/DESCR    |  3 +++
 py-jsonpointer/Makefile | 14 ++++++++++++++
 py-jsonpointer/PLIST    |  9 +++++++++
 py-jsonpointer/distinfo |  5 +++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/py-jsonpointer/DESCR b/py-jsonpointer/DESCR
new file mode 100644
index 0000000000..dc8669c7bb
--- /dev/null
+++ b/py-jsonpointer/DESCR
@@ -0,0 +1,3 @@
+Library to resolve JSON Pointers according to RFC 6901
+
+See source code for examples.
diff --git a/py-jsonpointer/Makefile b/py-jsonpointer/Makefile
new file mode 100644
index 0000000000..7e3a4d7f9a
--- /dev/null
+++ b/py-jsonpointer/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	jsonpointer-2.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	textproc
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/jsonpointer/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/stefankoegl/python-json-pointer
+COMMENT=	Library to resolve JSON Pointers according to RFC 6901
+LICENSE=	modified-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jsonpointer/PLIST b/py-jsonpointer/PLIST
new file mode 100644
index 0000000000..b4030fb49d
--- /dev/null
+++ b/py-jsonpointer/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+bin/jsonpointer
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jsonpointer.py
+${PYSITELIB}/jsonpointer.pyc
+${PYSITELIB}/jsonpointer.pyo
diff --git a/py-jsonpointer/distinfo b/py-jsonpointer/distinfo
new file mode 100644
index 0000000000..dd6e80b16b
--- /dev/null
+++ b/py-jsonpointer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (jsonpointer-2.3.tar.gz) = b1328110e148e6a3eb03f60c11835046a5f93dd928b8be054568f156f1c6eb3e
+SHA512 (jsonpointer-2.3.tar.gz) = e04da474a5ec376d1cd2c764c2d7a11ac296450df199449994cb1dedf02a49df3ae3a4e75b2963370dba1da166464602b849a79609f7a98d8246dab0b342c819
+Size (jsonpointer-2.3.tar.gz) = 9295 bytes


Home | Main Index | Thread Index | Old Index