pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-jsonref
Module Name: pkgsrc
Committed By: joerg
Date: Fri Sep 29 13:47:27 UTC 2017
Added Files:
pkgsrc/textproc/py-jsonref: DESCR Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-jsonref/DESCR \
pkgsrc/textproc/py-jsonref/Makefile pkgsrc/textproc/py-jsonref/PLIST \
pkgsrc/textproc/py-jsonref/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/py-jsonref/DESCR
diff -u /dev/null pkgsrc/textproc/py-jsonref/DESCR:1.1
--- /dev/null Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/DESCR Fri Sep 29 13:47:27 2017
@@ -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
Index: pkgsrc/textproc/py-jsonref/Makefile
diff -u /dev/null pkgsrc/textproc/py-jsonref/Makefile:1.1
--- /dev/null Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/Makefile Fri Sep 29 13:47:27 2017
@@ -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"
Index: pkgsrc/textproc/py-jsonref/PLIST
diff -u /dev/null pkgsrc/textproc/py-jsonref/PLIST:1.1
--- /dev/null Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/PLIST Fri Sep 29 13:47:27 2017
@@ -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
Index: pkgsrc/textproc/py-jsonref/distinfo
diff -u /dev/null pkgsrc/textproc/py-jsonref/distinfo:1.1
--- /dev/null Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/distinfo Fri Sep 29 13:47:27 2017
@@ -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