6 hatch-fancy-pypi-readme,
10 jsonschema-specifications,
30 buildPythonPackage rec {
35 disabled = pythonOlder "3.8";
38 inherit pname version;
39 hash = "sha256-1xSX/vJjUaMyZTN/p3/+uCQj8+ohKDzZRnuwOZkma8Q=";
43 patchShebangs json/bin/jsonschema_suite
47 hatch-fancy-pypi-readme
55 jsonschema-specifications
59 ++ lib.optionals (pythonOlder "3.9") [
64 optional-dependencies = {
92 pythonImportsCheck = [ "jsonschema" ];
95 description = "Implementation of JSON Schema validation";
96 homepage = "https://github.com/python-jsonschema/jsonschema";
97 changelog = "https://github.com/python-jsonschema/jsonschema/blob/v${version}/CHANGELOG.rst";
98 license = licenses.mit;
99 maintainers = with maintainers; [ domenkozar ];
100 mainProgram = "jsonschema";