summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-06-24 07:18:11 +0000
committeradam <adam@pkgsrc.org>2017-06-24 07:18:11 +0000
commit3f0c33e8d1b068715bb5055575db6b705c72dd31 (patch)
tree97b9aa89546cd10c5675a7dfcce057633ff4e83d /textproc
parent2af4088da091c78186c7c2b02506c3bd40ffc899 (diff)
downloadpkgsrc-3f0c33e8d1b068715bb5055575db6b705c72dd31.tar.gz
UltraJSON is an ultra fast JSON encoder and decoder written in pure C with
bindings for Python 2.5+ and 3.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/py-ujson/DESCR2
-rw-r--r--textproc/py-ujson/Makefile14
-rw-r--r--textproc/py-ujson/PLIST6
-rw-r--r--textproc/py-ujson/distinfo6
5 files changed, 30 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 59c5e9ec72b..eebb68813bf 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/py-ujson/DESCR b/textproc/py-ujson/DESCR
new file mode 100644
index 00000000000..7b7c9a7e61d
--- /dev/null
+++ b/textproc/py-ujson/DESCR
@@ -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 --git a/textproc/py-ujson/Makefile b/textproc/py-ujson/Makefile
new file mode 100644
index 00000000000..9cc307dcd79
--- /dev/null
+++ b/textproc/py-ujson/Makefile
@@ -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"
diff --git a/textproc/py-ujson/PLIST b/textproc/py-ujson/PLIST
new file mode 100644
index 00000000000..4adffa4e135
--- /dev/null
+++ b/textproc/py-ujson/PLIST
@@ -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 --git a/textproc/py-ujson/distinfo b/textproc/py-ujson/distinfo
new file mode 100644
index 00000000000..679e27a5f00
--- /dev/null
+++ b/textproc/py-ujson/distinfo
@@ -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