Received: by mail.netbsd.org (Postfix, from userid 605) id 013D784D9C; Sat, 24 Jun 2017 07:18:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8579784CDD for ; Sat, 24 Jun 2017 07:18:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aBr2AqrJCs9T for ; Sat, 24 Jun 2017 07:18:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0221984C6C for ; Sat, 24 Jun 2017 07:18:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F1CE2FAE8; Sat, 24 Jun 2017 07:18:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149828869135480" MIME-Version: 1.0 Date: Sat, 24 Jun 2017 07:18:11 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170624071811.F1CE2FAE8@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. --_----------=_149828869135480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 24 07:18:11 UTC 2017 Modified Files: pkgsrc/textproc: Makefile Added Files: pkgsrc/textproc/py-ujson: DESCR Makefile PLIST distinfo Log Message: UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3. To generate a diff of this commit: cvs rdiff -u -r1.936 -r1.937 pkgsrc/textproc/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-ujson/DESCR \ pkgsrc/textproc/py-ujson/Makefile pkgsrc/textproc/py-ujson/PLIST \ pkgsrc/textproc/py-ujson/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149828869135480 Content-Disposition: inline Content-Length: 2711 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/Makefile diff -u pkgsrc/textproc/Makefile:1.936 pkgsrc/textproc/Makefile:1.937 --- pkgsrc/textproc/Makefile:1.936 Fri Jun 23 23:25:03 2017 +++ pkgsrc/textproc/Makefile Sat Jun 24 07:18:11 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.936 2017/06/23 23:25:03 markd Exp $ +# $NetBSD: Makefile,v 1.937 2017/06/24 07:18:11 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -782,6 +782,7 @@ SUBDIR+= py-sphinxcontrib-websupport SUBDIR+= py-tabulate SUBDIR+= py-textile SUBDIR+= py-tinycss +SUBDIR+= py-ujson SUBDIR+= py-uritemplate SUBDIR+= py-validators SUBDIR+= py-vobject Added files: Index: pkgsrc/textproc/py-ujson/DESCR diff -u /dev/null pkgsrc/textproc/py-ujson/DESCR:1.1 --- /dev/null Sat Jun 24 07:18:11 2017 +++ pkgsrc/textproc/py-ujson/DESCR Sat Jun 24 07:18:11 2017 @@ -0,0 +1,2 @@ +UltraJSON is an ultra fast JSON encoder and decoder written in pure C with +bindings for Python 2.5+ and 3. Index: pkgsrc/textproc/py-ujson/Makefile diff -u /dev/null pkgsrc/textproc/py-ujson/Makefile:1.1 --- /dev/null Sat Jun 24 07:18:11 2017 +++ pkgsrc/textproc/py-ujson/Makefile Sat Jun 24 07:18:11 2017 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2017/06/24 07:18:11 adam Exp $ + +DISTNAME= ujson-1.35 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/esnme/ultrajson +COMMENT= Ultra fast JSON encoder and decoder for Python +LICENSE= modified-bsd + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-ujson/PLIST diff -u /dev/null pkgsrc/textproc/py-ujson/PLIST:1.1 --- /dev/null Sat Jun 24 07:18:11 2017 +++ pkgsrc/textproc/py-ujson/PLIST Sat Jun 24 07:18:11 2017 @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2017/06/24 07:18:11 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}/ujson.so Index: pkgsrc/textproc/py-ujson/distinfo diff -u /dev/null pkgsrc/textproc/py-ujson/distinfo:1.1 --- /dev/null Sat Jun 24 07:18:11 2017 +++ pkgsrc/textproc/py-ujson/distinfo Sat Jun 24 07:18:11 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/06/24 07:18:11 adam Exp $ + +SHA1 (ujson-1.35.tar.gz) = 566e2936c0fbd0132667fea735ee7096019a63e4 +RMD160 (ujson-1.35.tar.gz) = 74d577963a3759fbacc6c2453e5807f5fd075857 +SHA512 (ujson-1.35.tar.gz) = 931d8f574fc4920c9ded48369774666060e951f40982606ce9f1d9de3420004042af7d797075a54d92a2b25c4f313572a5e1a30f3bc8ce387ef8f3881193eee7 +Size (ujson-1.35.tar.gz) = 192027 bytes --_----------=_149828869135480--