forked from mirrors/nixpkgs
pythonPackages: sphinxcontrib_plantuml -> sphinxcontrib-plantuml
This commit is contained in:
parent
a6a6de159f
commit
503f72bfa6
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Provides a Sphinx domain for embedding UML diagram with PlantUML";
|
||||
homepage = "https://github.com/sphinx-contrib/plantuml/";
|
||||
maintainers = with maintainers; [ ];
|
||||
license = with licenses; [ bsd2 ];
|
||||
};
|
||||
|
||||
}
|
|
@ -73,6 +73,7 @@ mapAliases ({
|
|||
setuptools_scm = setuptools-scm; # added 2021-06-03
|
||||
smart_open = smart-open; # added 2021-03-14
|
||||
smmap2 = throw "smmap2 has been deprecated, use smmap instead."; # added 2020-03-14
|
||||
sphinxcontrib_plantuml = sphinxcontrib-plantuml;
|
||||
topydo = throw "python3Packages.topydo was moved to topydo"; # 2017-09-22
|
||||
tvnamer = throw "python3Packages.tvnamer was moved to tvnamer"; # 2021-07-05
|
||||
websocket_client = websocket-client;
|
||||
|
|
|
@ -8256,7 +8256,7 @@ in {
|
|||
|
||||
sphinxcontrib-openapi = callPackage ../development/python-modules/sphinxcontrib-openapi { };
|
||||
|
||||
sphinxcontrib_plantuml = callPackage ../development/python-modules/sphinxcontrib_plantuml {
|
||||
sphinxcontrib-plantuml = callPackage ../development/python-modules/sphinxcontrib-plantuml {
|
||||
inherit (pkgs) plantuml;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue