[Midnightbsd-cvs] mports [24335] trunk/devel: add py-ujson

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 17 22:19:14 EDT 2018


Revision: 24335
          http://svnweb.midnightbsd.org/mports/?rev=24335
Author:   laffer1
Date:     2018-09-17 22:19:13 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add   py-ujson

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-ujson/
    trunk/devel/py-ujson/Makefile
    trunk/devel/py-ujson/distinfo
    trunk/devel/py-ujson/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-18 02:17:51 UTC (rev 24334)
+++ trunk/devel/Makefile	2018-09-18 02:19:13 UTC (rev 24335)
@@ -538,6 +538,7 @@
 SUBDIR += py-termcolor
 SUBDIR += py-twisted
 SUBDIR += py-txaio
+SUBDIR += py-ujson
 SUBDIR += py-virtualenv
 SUBDIR += py-wrapt
 SUBDIR += py-xdg

Added: trunk/devel/py-ujson/Makefile
===================================================================
--- trunk/devel/py-ujson/Makefile	                        (rev 0)
+++ trunk/devel/py-ujson/Makefile	2018-09-18 02:19:13 UTC (rev 24335)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	ujson
+PORTVERSION=	1.35
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Ultra fast JSON encoder and decoder for Python
+
+LICENSE=	bsd3 TclTk
+LICENSE_COMB=	multi
+LICENSE_NAME_TclTk=	Tcl/Tk License
+LICENSE_TEXT_TclTk=	http://www.tcl.tk/software/tcltk/license.html
+LICENSE_PERMS_TclTk=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-ujson/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-ujson/distinfo
===================================================================
--- trunk/devel/py-ujson/distinfo	                        (rev 0)
+++ trunk/devel/py-ujson/distinfo	2018-09-18 02:19:13 UTC (rev 24335)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1466931061
+SHA256 (ujson-1.35.tar.gz) = f66073e5506e91d204ab0c614a148d5aa938bdbf104751be66f8ad7a222f5f86
+SIZE (ujson-1.35.tar.gz) = 192027


Property changes on: trunk/devel/py-ujson/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-ujson/pkg-descr
===================================================================
--- trunk/devel/py-ujson/pkg-descr	                        (rev 0)
+++ trunk/devel/py-ujson/pkg-descr	2018-09-18 02:19:13 UTC (rev 24335)
@@ -0,0 +1,4 @@
+UltraJSON is a fast and extendable JSON encoder and decoder written
+in pure C.
+
+WWW: https://github.com/esnme/ultrajson


Property changes on: trunk/devel/py-ujson/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list