pkgsrc-WIP-changes archive

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

py-json5: new package py-json5 added as a dependency for py-jupyterlab



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Wed Aug 17 21:05:54 2022 +0800
Changeset:	b84270a7ccdd4b99712e2261175b16de16115e45

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

Log Message:
py-json5: new package py-json5 added as a dependency for py-jupyterlab

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

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

diffstat:
 py-json5/DESCR    |  1 +
 py-json5/Makefile | 18 ++++++++++++++++++
 py-json5/PLIST    | 32 ++++++++++++++++++++++++++++++++
 py-json5/distinfo |  5 +++++
 4 files changed, 56 insertions(+)

diffs:
diff --git a/py-json5/DESCR b/py-json5/DESCR
new file mode 100644
index 0000000000..ca9a30370e
--- /dev/null
+++ b/py-json5/DESCR
@@ -0,0 +1 @@
+A Python implementation of the JSON5 data format.
diff --git a/py-json5/Makefile b/py-json5/Makefile
new file mode 100644
index 0000000000..c133465145
--- /dev/null
+++ b/py-json5/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	json5-0.9.9
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/json5/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dpranke/pyjson5
+COMMENT=	Python implementation of the JSON5 data format
+LICENSE=	apache-2.0
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-hypothesis>=0:../../devel/py-hypothesis
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-json5/PLIST b/py-json5/PLIST
new file mode 100644
index 0000000000..62f26cbcba
--- /dev/null
+++ b/py-json5/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/pyjson5
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/json5/__init__.py
+${PYSITELIB}/json5/__init__.pyc
+${PYSITELIB}/json5/__init__.pyo
+${PYSITELIB}/json5/__main__.py
+${PYSITELIB}/json5/__main__.pyc
+${PYSITELIB}/json5/__main__.pyo
+${PYSITELIB}/json5/arg_parser.py
+${PYSITELIB}/json5/arg_parser.pyc
+${PYSITELIB}/json5/arg_parser.pyo
+${PYSITELIB}/json5/host.py
+${PYSITELIB}/json5/host.pyc
+${PYSITELIB}/json5/host.pyo
+${PYSITELIB}/json5/lib.py
+${PYSITELIB}/json5/lib.pyc
+${PYSITELIB}/json5/lib.pyo
+${PYSITELIB}/json5/parser.py
+${PYSITELIB}/json5/parser.pyc
+${PYSITELIB}/json5/parser.pyo
+${PYSITELIB}/json5/tool.py
+${PYSITELIB}/json5/tool.pyc
+${PYSITELIB}/json5/tool.pyo
+${PYSITELIB}/json5/version.py
+${PYSITELIB}/json5/version.pyc
+${PYSITELIB}/json5/version.pyo
diff --git a/py-json5/distinfo b/py-json5/distinfo
new file mode 100644
index 0000000000..dcebe3a4ad
--- /dev/null
+++ b/py-json5/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (json5-0.9.9.tar.gz) = ffbe967413d52e1261137ee692709f99e4c6de33753e9a42eece4be06b24f195
+SHA512 (json5-0.9.9.tar.gz) = 485929b1749422290eae4b4545e0a24ccbb9293b98a982f19414920c60dc33b33cc1be68669e12f89011ce2ee1158e4eba013e998588ff7acb3d0f8a956b8304
+Size (json5-0.9.9.tar.gz) = 23220 bytes


Home | Main Index | Thread Index | Old Index