NOTICE: This package has been removed from pkgsrc

./textproc/py-demjson, Encoder, decoder, and lint/validator for JSON compliant with RFC 7159

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.2.4nb1, Package name: py39-demjson-2.2.4nb1, Maintainer: pkgsrc-users

The "demjson" module, and the included "jsonlint" script, provide methods
for encoding and decoding JSON formatted data, as well as checking JSON data
for errors and/or portability issues. The jsonlint command/script can be
used from the command line without needing any programming.

Although the standard Python library now includes basic JSON support (which
it did not when demjson was first written), this module provides a much more
comprehensive implementation with many features not found elsewhere. It is
especially useful for error checking or for parsing JavaScript data which
may not strictly be valid JSON data.


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 128.376 KB

Version history: (Expand)


CVS history: (Expand)


   2022-10-26 15:26:36 by Adam Ciarcinski | Files touched by this commit (6) | Package removed
Log message:
py-demjson: removed; successor py-demjson3
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-06 16:03:51 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-demjson: fix build with latest setuptools.
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2020-05-07 11:29:04 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-demjson: fix building with Python 2.7; clean-up
   2020-05-01 19:52:29 by Nia Alarie | Files touched by this commit (5)
Log message:
textproc: Add py-demjson

The "demjson" module, and the included "jsonlint" script, \ 
provide methods
for encoding and decoding JSON formatted data, as well as checking JSON data
for errors and/or portability issues. The jsonlint command/script can be
used from the command line without needing any programming.

Although the standard Python library now includes basic JSON support (which
it did not when demjson was first written), this module provides a much more
comprehensive implementation with many features not found elsewhere. It is
especially useful for error checking or for parsing JavaScript data which
may not strictly be valid JSON data.