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:   adam
Date:           Tue Nov 20 11:52:44 UTC 2018

Modified Files:
        pkgsrc/textproc/py-jsonref: DESCR Makefile PLIST distinfo

Log Message:
py-jsonref: updated to 0.2

0.2:
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: pkgsrc/textproc/py-jsonref/DESCR
diff -u pkgsrc/textproc/py-jsonref/DESCR:1.1 pkgsrc/textproc/py-jsonref/DESCR:1.2
--- pkgsrc/textproc/py-jsonref/DESCR:1.1        Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/DESCR    Tue Nov 20 11:52:43 2018
@@ -2,4 +2,4 @@ jsonref is a library for automatic deref
 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.
Index: pkgsrc/textproc/py-jsonref/Makefile
diff -u pkgsrc/textproc/py-jsonref/Makefile:1.1 pkgsrc/textproc/py-jsonref/Makefile:1.2
--- pkgsrc/textproc/py-jsonref/Makefile:1.1     Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/Makefile Tue Nov 20 11:52:43 2018
@@ -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 @@ HOMEPAGE=   https://github.com/gazpachokin
 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"
Index: pkgsrc/textproc/py-jsonref/PLIST
diff -u pkgsrc/textproc/py-jsonref/PLIST:1.1 pkgsrc/textproc/py-jsonref/PLIST:1.2
--- pkgsrc/textproc/py-jsonref/PLIST:1.1        Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/PLIST    Tue Nov 20 11:52:43 2018
@@ -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
Index: pkgsrc/textproc/py-jsonref/distinfo
diff -u pkgsrc/textproc/py-jsonref/distinfo:1.1 pkgsrc/textproc/py-jsonref/distinfo:1.2
--- pkgsrc/textproc/py-jsonref/distinfo:1.1     Fri Sep 29 13:47:27 2017
+++ pkgsrc/textproc/py-jsonref/distinfo Tue Nov 20 11:52:43 2018
@@ -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