9 buildPythonPackage rec {
10 pname = "sphinxcontrib-plantuml";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-l6Tyomr5HbiHcMz4o7LgMwW82n7EGn+Wn8jLJ7hKPEQ=";
21 propagatedBuildInputs = [
29 pythonNamespaces = [ "sphinxcontrib" ];
32 description = "Provides a Sphinx domain for embedding UML diagram with PlantUML";
33 homepage = "https://github.com/sphinx-contrib/plantuml/";
34 license = with licenses; [ bsd2 ];
35 maintainers = with maintainers; [ ];