8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-N8g7DG6wjSXe/IjfCipIddWKeAmpZQvW7uev2AU826w=";
21 ${python.interpreter} test/test_demjson3.py
24 pythonImportsCheck = [
29 description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
30 homepage = "https://github.com/nielstron/demjson3/";
31 license = licenses.lgpl3Plus;
32 maintainers = with maintainers; [ fab ];