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