19 buildPythonPackage rec {
20 pname = "json-schema-for-humans";
24 disabled = pythonOlder "3.7";
26 src = fetchFromGitHub {
29 rev = "refs/tags/v${version}";
30 hash = "sha256-wTO+d0O3SKT2jJ2zNubT2q76PdJ7+kT9RBEw5MMH1yg=";
37 propagatedBuildInputs = [
55 # Tests require network access
61 pythonImportsCheck = [
62 "json_schema_for_humans"
66 description = "Quickly generate HTML documentation from a JSON schema";
67 homepage = "https://github.com/coveooss/json-schema-for-humans";
68 changelog = "https://github.com/coveooss/json-schema-for-humans/releases/tag/v${version}";
69 license = licenses.asl20;
70 maintainers = with maintainers; [ astro ];