diff options
Diffstat (limited to 'textproc/py-ujson')
-rw-r--r-- | textproc/py-ujson/DESCR | 2 | ||||
-rw-r--r-- | textproc/py-ujson/Makefile | 14 | ||||
-rw-r--r-- | textproc/py-ujson/PLIST | 6 | ||||
-rw-r--r-- | textproc/py-ujson/distinfo | 6 |
4 files changed, 28 insertions, 0 deletions
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 |