[NEW PORT] devel/py24-simplejson: Simplejson is a simple, fast, extensible JSON encoder/decoder

simplejson is a simple, fast, extensible JSON encoder/decoder
	for Python

	simplejson is compatible with Python 2.3 and later with no
	external dependencies. It covers the full JSON specification
	for both encoding and decoding, with unicode support. By
	default, encoding is done in an encoding neutral fashion
	(plain ASCII with \uXXXX escapes for unicode characters).

	The encoder may be subclassed to provide serialization in
	any kind of situation, without any special support by the
	objects to be serialized (somewhat like pickle).

	The decoder can handle incoming JSON strings of any specified
	encoding (UTF-8 by default).

	WWW: http://svn.red-bean.com/bob/simplejson/

PR:		ports/96340
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
Edwin Groothuis 2006-04-26 03:24:41 +00:00
parent 2eb2494df4
commit 8dcf764e24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160486
5 changed files with 43 additions and 0 deletions

View File

@ -1492,6 +1492,7 @@
SUBDIR += py-roxlib
SUBDIR += py-sendfile
SUBDIR += py-setuptools
SUBDIR += py-simplejson
SUBDIR += py-simpleparse
SUBDIR += py-simpy
SUBDIR += py-sip

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: py-simplejson
# Date created: 25 Apr 2006
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
#
# $FreeBSD$
#
PORTNAME= simplejson
PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= http://cheeseshop.python.org/packages/source/s/simplejson/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (simplejson-1.3.tar.gz) = fbe039b9b863572651a0f665acea34c9
SHA256 (simplejson-1.3.tar.gz) = e68c59d56ba92bded0189a02e39d2483aea20cd23b6ec1b5d8fe1b4900d1cb26
SIZE (simplejson-1.3.tar.gz) = 49181

View File

@ -0,0 +1,15 @@
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
simplejson is compatible with Python 2.3 and later with no external
dependencies. It covers the full JSON specification for both encoding and
decoding, with unicode support. By default, encoding is done in an encoding
neutral fashion (plain ASCII with \uXXXX escapes for unicode characters).
The encoder may be subclassed to provide serialization in any kind of
situation, without any special support by the objects to be serialized
(somewhat like pickle).
The decoder can handle incoming JSON strings of any specified encoding
(UTF-8 by default).
WWW: http://svn.red-bean.com/bob/simplejson/

View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/simplejson-1.3-py2.4.egg