pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc



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.

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@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"
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



Home | Main Index | Thread Index | Old Index