10 buildPythonPackage rec {
11 pname = "sphinxcontrib-nwdiag";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-bula1DutRv6NwfZRhciZfLHRZmXu42p+qvbeExN/+Fk=";
22 propagatedBuildInputs = [
28 pythonImportsCheck = [
29 "sphinxcontrib.nwdiag"
32 pythonNamespaces = [ "sphinxcontrib" ];
35 description = "Sphinx nwdiag extension";
36 homepage = "https://github.com/blockdiag/sphinxcontrib-nwdiag";
37 license = licenses.bsd2;
38 maintainers = with maintainers; [ davidtwco ];