pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonref Add py-jsonref-0.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b381aff30c08
branches:  trunk
changeset: 369407:b381aff30c08
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 29 13:47:27 2017 +0000

description:
Add py-jsonref-0.1:

jsonref is a library for automatic dereferencing of JSON Reference
objects for Python (supporting 2.6+ including Python 3).

This library lets you use a data structure with JSON reference objects,
as if the references had been replaced with the referent data.

diffstat:

 textproc/py-jsonref/DESCR    |   5 +++++
 textproc/py-jsonref/Makefile |  19 +++++++++++++++++++
 textproc/py-jsonref/PLIST    |   8 ++++++++
 textproc/py-jsonref/distinfo |   6 ++++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r 4b4e03b64a36 -r b381aff30c08 textproc/py-jsonref/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonref/DESCR Fri Sep 29 13:47:27 2017 +0000
@@ -0,0 +1,5 @@
+jsonref is a library for automatic dereferencing of JSON Reference
+objects for Python (supporting 2.6+ including Python 3).
+
+This library lets you use a data structure with JSON reference objects,
+as if the references had been replaced with the referent data.
\ No newline at end of file
diff -r 4b4e03b64a36 -r b381aff30c08 textproc/py-jsonref/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonref/Makefile      Fri Sep 29 13:47:27 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 13:47:27 joerg Exp $
+
+DISTNAME=      jsonref-0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonref/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/gazpachoking/jsonref
+COMMENT=       JSON References for Python
+LICENSE=       mit
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+do-test:
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX} tests.py
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4b4e03b64a36 -r b381aff30c08 textproc/py-jsonref/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonref/PLIST Fri Sep 29 13:47:27 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 13:47:27 joerg Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/jsonref.py
+${PYSITELIB}/jsonref.pyc
+${PYSITELIB}/jsonref.pyo
+${PYSITELIB}/proxytypes.py
+${PYSITELIB}/proxytypes.pyc
+${PYSITELIB}/proxytypes.pyo
diff -r 4b4e03b64a36 -r b381aff30c08 textproc/py-jsonref/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-jsonref/distinfo      Fri Sep 29 13:47:27 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 13:47:27 joerg Exp $
+
+SHA1 (jsonref-0.1.tar.gz) = f513631471573ceb59c2af2f962929b8e5a3ed11
+RMD160 (jsonref-0.1.tar.gz) = 4ba9e6e41990cef63a9359ba5c5895507028b5d4
+SHA512 (jsonref-0.1.tar.gz) = 9900601feab0c20c902a6d5575fd411898af126a650d0c9ff955f50f5bd1f5da8e5a071ca86cac31ce3c5fb35a516f849cbb70098cac2cfdc910ba33a1f7411b
+Size (jsonref-0.1.tar.gz) = 12296 bytes



Home | Main Index | Thread Index | Old Index