Received: by mail.netbsd.org (Postfix, from userid 605) id 2D87584E62; Tue, 20 Nov 2018 11:52:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2793784D8C for ; Tue, 20 Nov 2018 11:52:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sC66q4Uw5GOw for ; Tue, 20 Nov 2018 11:52:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3296E84CCC for ; Tue, 20 Nov 2018 11:52:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22E34FB1F; Tue, 20 Nov 2018 11:52:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1542714764281770" MIME-Version: 1.0 Date: Tue, 20 Nov 2018 11:52:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-jsonref To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181120115244.22E34FB1F@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1542714764281770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1542714764281770 Content-Disposition: inline Content-Length: 3339 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1542714764281770--