pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonref py-jsonref: updated to 0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ba4993e2be1
branches:  trunk
changeset: 315263:1ba4993e2be1
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 20 11:52:43 2018 +0000

description:
py-jsonref: updated to 0.2

0.2:
Unknown changes

diffstat:

 textproc/py-jsonref/DESCR    |   2 +-
 textproc/py-jsonref/Makefile |   8 ++++----
 textproc/py-jsonref/PLIST    |   7 +++++--
 textproc/py-jsonref/distinfo |  10 +++++-----
 4 files changed, 15 insertions(+), 12 deletions(-)

diffs (64 lines):

diff -r c523013dc55f -r 1ba4993e2be1 textproc/py-jsonref/DESCR
--- a/textproc/py-jsonref/DESCR Tue Nov 20 11:49:38 2018 +0000
+++ b/textproc/py-jsonref/DESCR Tue Nov 20 11:52:43 2018 +0000
@@ -2,4 +2,4 @@
 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
+as if the references had been replaced with the referent data.
diff -r c523013dc55f -r 1ba4993e2be1 textproc/py-jsonref/Makefile
--- a/textproc/py-jsonref/Makefile      Tue Nov 20 11:49:38 2018 +0000
+++ b/textproc/py-jsonref/Makefile      Tue Nov 20 11:52:43 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 13:47:27 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/11/20 11:52:43 adam Exp $
 
-DISTNAME=      jsonref-0.1
+DISTNAME=      jsonref-0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonref/}
@@ -10,10 +10,10 @@
 COMMENT=       JSON References for Python
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX} tests.py
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c523013dc55f -r 1ba4993e2be1 textproc/py-jsonref/PLIST
--- a/textproc/py-jsonref/PLIST Tue Nov 20 11:49:38 2018 +0000
+++ b/textproc/py-jsonref/PLIST Tue Nov 20 11:52:43 2018 +0000
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/29 13:47:27 joerg Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.2 2018/11/20 11:52:43 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/jsonref.py
 ${PYSITELIB}/jsonref.pyc
 ${PYSITELIB}/jsonref.pyo
diff -r c523013dc55f -r 1ba4993e2be1 textproc/py-jsonref/distinfo
--- a/textproc/py-jsonref/distinfo      Tue Nov 20 11:49:38 2018 +0000
+++ b/textproc/py-jsonref/distinfo      Tue Nov 20 11:52:43 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/29 13:47:27 joerg Exp $
+$NetBSD: distinfo,v 1.2 2018/11/20 11:52:43 adam 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
+SHA1 (jsonref-0.2.tar.gz) = 7e76e8d3d324f90b9ffbd166ba1d57329aaaea30
+RMD160 (jsonref-0.2.tar.gz) = b92d50b169d82d3f24af253ffe34c4fd150e7931
+SHA512 (jsonref-0.2.tar.gz) = 415eaefcaf2c7a02bf70749522fef0d96f1e0cc5772edd50ca016a564258df21dd3eb178b7a33ee61e606125fb802a29b0cb8855a81c6116baf6393208927b0f
+Size (jsonref-0.2.tar.gz) = 13032 bytes



Home | Main Index | Thread Index | Old Index