pkgsrc-WIP-changes archive

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

py-ld-2.0.3 Import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 11 22:17:55 2020 +0100
Changeset:	9befd190fd9c64b6c3b3e54daa811e71628246a5

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

Log Message:
py-ld-2.0.3 Import to wip

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

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

diffstat:
 py-ld/DESCR    |  4 ++++
 py-ld/Makefile | 20 ++++++++++++++++++++
 py-ld/PLIST    | 35 +++++++++++++++++++++++++++++++++++
 py-ld/distinfo |  6 ++++++
 4 files changed, 65 insertions(+)

diffs:
diff --git a/py-ld/DESCR b/py-ld/DESCR
new file mode 100644
index 0000000000..315182caea
--- /dev/null
+++ b/py-ld/DESCR
@@ -0,0 +1,4 @@
+This library is an implementation of the JSON-LD specification in Python.
+
+ JSON-LD_ is intended to be a simple publishing method for expressing
+ not only Linked Data in JSON, but for adding semantics to existing JSON.
diff --git a/py-ld/Makefile b/py-ld/Makefile
new file mode 100644
index 0000000000..4ed7a0bb82
--- /dev/null
+++ b/py-ld/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	PyLD-2.0.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/Py//tl}
+CATEGORIES=	converters python
+MASTER_SITES=	${MASTER_SITE_PYPI:=P/PyLD/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/digitalbazaar/pyld
+COMMENT=	Python implementation of the JSON-LD API
+LICENSE=	2-clause-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-cachetools>=4.1.1:../../devel/py-cachetools
+DEPENDS+=	${PYPKGPREFIX}-frozendict>=1.2:../../devel/py-frozendict
+DEPENDS+=	${PYPKGPREFIX}-lxml>=4.6.2:../../textproc/py-lxml
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ld/PLIST b/py-ld/PLIST
new file mode 100644
index 0000000000..3e704f93d8
--- /dev/null
+++ b/py-ld/PLIST
@@ -0,0 +1,35 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/c14n/Canonicalize.py
+${PYSITELIB}/c14n/Canonicalize.pyc
+${PYSITELIB}/c14n/Canonicalize.pyo
+${PYSITELIB}/c14n/NumberToJson.py
+${PYSITELIB}/c14n/NumberToJson.pyc
+${PYSITELIB}/c14n/NumberToJson.pyo
+${PYSITELIB}/c14n/__init__.py
+${PYSITELIB}/c14n/__init__.pyc
+${PYSITELIB}/c14n/__init__.pyo
+${PYSITELIB}/pyld/__about__.py
+${PYSITELIB}/pyld/__about__.pyc
+${PYSITELIB}/pyld/__about__.pyo
+${PYSITELIB}/pyld/__init__.py
+${PYSITELIB}/pyld/__init__.pyc
+${PYSITELIB}/pyld/__init__.pyo
+${PYSITELIB}/pyld/context_resolver.py
+${PYSITELIB}/pyld/context_resolver.pyc
+${PYSITELIB}/pyld/context_resolver.pyo
+${PYSITELIB}/pyld/documentloader/__init__.py
+${PYSITELIB}/pyld/documentloader/__init__.pyc
+${PYSITELIB}/pyld/documentloader/__init__.pyo
+${PYSITELIB}/pyld/documentloader/aiohttp.py
+${PYSITELIB}/pyld/documentloader/aiohttp.pyc
+${PYSITELIB}/pyld/documentloader/aiohttp.pyo
+${PYSITELIB}/pyld/documentloader/requests.py
+${PYSITELIB}/pyld/documentloader/requests.pyc
+${PYSITELIB}/pyld/documentloader/requests.pyo
+${PYSITELIB}/pyld/jsonld.py
+${PYSITELIB}/pyld/jsonld.pyc
+${PYSITELIB}/pyld/jsonld.pyo
+${PYSITELIB}/pyld/resolved_context.py
+${PYSITELIB}/pyld/resolved_context.pyc
+${PYSITELIB}/pyld/resolved_context.pyo
diff --git a/py-ld/distinfo b/py-ld/distinfo
new file mode 100644
index 0000000000..0ca5de1377
--- /dev/null
+++ b/py-ld/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (PyLD-2.0.3.tar.gz) = 07442a24823c0d320af9268e94a2a892c99dcc84
+RMD160 (PyLD-2.0.3.tar.gz) = e7def81eda0a061bda5db54efa5926b7145522b7
+SHA512 (PyLD-2.0.3.tar.gz) = facdfd2cc952682aa9bbb713d47a94c3440505bf801d1deac35f69a81e83ef1d74f8badcdad5f6beaab0ada071173b64a41a628d4edc2bda2d868ff66e33022b
+Size (PyLD-2.0.3.tar.gz) = 70200 bytes


Home | Main Index | Thread Index | Old Index