1 { lib, buildPythonPackage, fetchPypi, isPy3k, isPyPy }:
3 buildPythonPackage rec {
4 pname = "python-cjson";
6 disabled = isPy3k || isPyPy;
10 sha256 = "3006c2c218297be3448dc793218e0b15d20fe9839775521bfc294fc6aa24972b";
14 description = "A very fast JSON encoder/decoder for Python";
15 homepage = "https://ag-projects.com/";
16 license = licenses.lgpl2;