pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc UltraJSON is an ultra fast JSON encoder and d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d0df304a4dbf
branches: trunk
changeset: 364425:d0df304a4dbf
user: adam <adam%pkgsrc.org@localhost>
date: Sat Jun 24 07:18:11 2017 +0000
description:
UltraJSON is an ultra fast JSON encoder and decoder written in pure C with
bindings for Python 2.5+ and 3.
diffstat:
textproc/Makefile | 3 ++-
textproc/py-ujson/DESCR | 2 ++
textproc/py-ujson/Makefile | 14 ++++++++++++++
textproc/py-ujson/PLIST | 6 ++++++
textproc/py-ujson/distinfo | 6 ++++++
5 files changed, 30 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r 6e00643abd5f -r d0df304a4dbf textproc/Makefile
--- a/textproc/Makefile Sat Jun 24 07:13:05 2017 +0000
+++ b/textproc/Makefile Sat Jun 24 07:18:11 2017 +0000
@@ -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-tabulate
SUBDIR+= py-textile
SUBDIR+= py-tinycss
+SUBDIR+= py-ujson
SUBDIR+= py-uritemplate
SUBDIR+= py-validators
SUBDIR+= py-vobject
diff -r 6e00643abd5f -r d0df304a4dbf textproc/py-ujson/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ujson/DESCR Sat Jun 24 07:18:11 2017 +0000
@@ -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.
diff -r 6e00643abd5f -r d0df304a4dbf textproc/py-ujson/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ujson/Makefile Sat Jun 24 07:18:11 2017 +0000
@@ -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@localhost
+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"
diff -r 6e00643abd5f -r d0df304a4dbf textproc/py-ujson/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ujson/PLIST Sat Jun 24 07:18:11 2017 +0000
@@ -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
diff -r 6e00643abd5f -r d0df304a4dbf textproc/py-ujson/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-ujson/distinfo Sat Jun 24 07:18:11 2017 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index