11 buildPythonPackage rec {
12 pname = "sphinxcontrib-plantuml";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-KhJmykO930RkCuRBBwA99EkN4rPDFUoNYnz7Y+mhab8=";
23 build-system = [ setuptools ];
25 dependencies = [ sphinx ];
27 propagatedBuildInputs = [ plantuml ];
29 pythonImportsCheck = [ "sphinxcontrib.plantuml" ];
34 pythonNamespaces = [ "sphinxcontrib" ];
37 description = "Provides a Sphinx domain for embedding UML diagram with PlantUML";
38 homepage = "https://github.com/sphinx-contrib/plantuml/";
39 license = with licenses; [ bsd2 ];