Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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).

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.17 2012/10/03 00:20:16 asau Exp $
#
DISTNAME= simplejson-2.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= http://pypi.python.org/packages/source/s/simplejson/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://undefined.org/python/#simplejson
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
LICENSE= mit
USE_LANGUAGES= c
do-test:
cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,93 @@
@comment $NetBSD: PLIST,v 1.9 2012/06/03 22:24:20 wiz Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/simplejson/__init__.py
${PYSITELIB}/simplejson/__init__.pyc
${PYSITELIB}/simplejson/__init__.pyo
${PYSITELIB}/simplejson/_speedups.so
${PYSITELIB}/simplejson/decoder.py
${PYSITELIB}/simplejson/decoder.pyc
${PYSITELIB}/simplejson/decoder.pyo
${PYSITELIB}/simplejson/encoder.py
${PYSITELIB}/simplejson/encoder.pyc
${PYSITELIB}/simplejson/encoder.pyo
${PYSITELIB}/simplejson/ordered_dict.py
${PYSITELIB}/simplejson/ordered_dict.pyc
${PYSITELIB}/simplejson/ordered_dict.pyo
${PYSITELIB}/simplejson/scanner.py
${PYSITELIB}/simplejson/scanner.pyc
${PYSITELIB}/simplejson/scanner.pyo
${PYSITELIB}/simplejson/tests/__init__.py
${PYSITELIB}/simplejson/tests/__init__.pyc
${PYSITELIB}/simplejson/tests/__init__.pyo
${PYSITELIB}/simplejson/tests/test_bigint_as_string.py
${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc
${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo
${PYSITELIB}/simplejson/tests/test_check_circular.py
${PYSITELIB}/simplejson/tests/test_check_circular.pyc
${PYSITELIB}/simplejson/tests/test_check_circular.pyo
${PYSITELIB}/simplejson/tests/test_decimal.py
${PYSITELIB}/simplejson/tests/test_decimal.pyc
${PYSITELIB}/simplejson/tests/test_decimal.pyo
${PYSITELIB}/simplejson/tests/test_decode.py
${PYSITELIB}/simplejson/tests/test_decode.pyc
${PYSITELIB}/simplejson/tests/test_decode.pyo
${PYSITELIB}/simplejson/tests/test_default.py
${PYSITELIB}/simplejson/tests/test_default.pyc
${PYSITELIB}/simplejson/tests/test_default.pyo
${PYSITELIB}/simplejson/tests/test_dump.py
${PYSITELIB}/simplejson/tests/test_dump.pyc
${PYSITELIB}/simplejson/tests/test_dump.pyo
${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.py
${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.pyc
${PYSITELIB}/simplejson/tests/test_encode_basestring_ascii.pyo
${PYSITELIB}/simplejson/tests/test_encode_for_html.py
${PYSITELIB}/simplejson/tests/test_encode_for_html.pyc
${PYSITELIB}/simplejson/tests/test_encode_for_html.pyo
${PYSITELIB}/simplejson/tests/test_errors.py
${PYSITELIB}/simplejson/tests/test_errors.pyc
${PYSITELIB}/simplejson/tests/test_errors.pyo
${PYSITELIB}/simplejson/tests/test_fail.py
${PYSITELIB}/simplejson/tests/test_fail.pyc
${PYSITELIB}/simplejson/tests/test_fail.pyo
${PYSITELIB}/simplejson/tests/test_float.py
${PYSITELIB}/simplejson/tests/test_float.pyc
${PYSITELIB}/simplejson/tests/test_float.pyo
${PYSITELIB}/simplejson/tests/test_indent.py
${PYSITELIB}/simplejson/tests/test_indent.pyc
${PYSITELIB}/simplejson/tests/test_indent.pyo
${PYSITELIB}/simplejson/tests/test_item_sort_key.py
${PYSITELIB}/simplejson/tests/test_item_sort_key.pyc
${PYSITELIB}/simplejson/tests/test_item_sort_key.pyo
${PYSITELIB}/simplejson/tests/test_namedtuple.py
${PYSITELIB}/simplejson/tests/test_namedtuple.pyc
${PYSITELIB}/simplejson/tests/test_namedtuple.pyo
${PYSITELIB}/simplejson/tests/test_pass1.py
${PYSITELIB}/simplejson/tests/test_pass1.pyc
${PYSITELIB}/simplejson/tests/test_pass1.pyo
${PYSITELIB}/simplejson/tests/test_pass2.py
${PYSITELIB}/simplejson/tests/test_pass2.pyc
${PYSITELIB}/simplejson/tests/test_pass2.pyo
${PYSITELIB}/simplejson/tests/test_pass3.py
${PYSITELIB}/simplejson/tests/test_pass3.pyc
${PYSITELIB}/simplejson/tests/test_pass3.pyo
${PYSITELIB}/simplejson/tests/test_recursion.py
${PYSITELIB}/simplejson/tests/test_recursion.pyc
${PYSITELIB}/simplejson/tests/test_recursion.pyo
${PYSITELIB}/simplejson/tests/test_scanstring.py
${PYSITELIB}/simplejson/tests/test_scanstring.pyc
${PYSITELIB}/simplejson/tests/test_scanstring.pyo
${PYSITELIB}/simplejson/tests/test_separators.py
${PYSITELIB}/simplejson/tests/test_separators.pyc
${PYSITELIB}/simplejson/tests/test_separators.pyo
${PYSITELIB}/simplejson/tests/test_speedups.py
${PYSITELIB}/simplejson/tests/test_speedups.pyc
${PYSITELIB}/simplejson/tests/test_speedups.pyo
${PYSITELIB}/simplejson/tests/test_tuple.py
${PYSITELIB}/simplejson/tests/test_tuple.pyc
${PYSITELIB}/simplejson/tests/test_tuple.pyo
${PYSITELIB}/simplejson/tests/test_unicode.py
${PYSITELIB}/simplejson/tests/test_unicode.pyc
${PYSITELIB}/simplejson/tests/test_unicode.pyo
${PYSITELIB}/simplejson/tool.py
${PYSITELIB}/simplejson/tool.pyc
${PYSITELIB}/simplejson/tool.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2012/10/02 17:29:48 wiz Exp $
SHA1 (simplejson-2.6.2.tar.gz) = a8bb3aefe165a5d688a16f6277daf3ebd88097e9
RMD160 (simplejson-2.6.2.tar.gz) = 1672e5e90929fb5ce8a41807bf254be29beea0c6
Size (simplejson-2.6.2.tar.gz) = 53228 bytes