python311Packages.mkdocs-minify-plugin: rename from mkdocs-minify

This commit is contained in:
Martin Weinelt 2023-11-28 15:01:30 +01:00
parent f31e6ef87a
commit 9851235821
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
4 changed files with 5 additions and 4 deletions

View File

@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
pname = "mkdocs-minify";
pname = "mkdocs-minify-plugin";
version = "0.7.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "byrnereese";
repo = "${pname}-plugin";
repo = "mkdocs-minify-plugin";
rev = "refs/tags/${version}";
hash = "sha256-LDCAWKVbFsa6Y/tmY2Zne4nOtxe4KvNplZuWxg4e4L8=";
};

View File

@ -42,7 +42,7 @@ buildGoModule rec {
mkdocs
python3
python3Packages.mkdocs-material
python3Packages.mkdocs-minify
python3Packages.mkdocs-minify-plugin
python3Packages.mkdocs-simple-hooks
];

View File

@ -246,6 +246,7 @@ mapAliases ({
memory_profiler = memory-profiler; # added 2023-10-09
mistune_0_8 = throw "mistune_0_8 was removed because it was outdated and insecure"; # added 2022-08-12
mistune_2_0 = mistune; # added 2022-08-12
mkdocs-minify = mkdocs-minify-plugin; # added 2023-11-28
mox = throw "mox was removed because it is unmaintained"; # added 2023-02-21
mrkd = throw "mrkd has been promoted to a top-level attribute"; # added 2023-08-01
multi_key_dict = multi-key-dict; # added 2023-11-05

View File

@ -7055,7 +7055,7 @@ self: super: with self; {
mkdocs-macros = callPackage ../development/python-modules/mkdocs-macros { };
mkdocs-material = callPackage ../development/python-modules/mkdocs-material { };
mkdocs-material-extensions = callPackage ../development/python-modules/mkdocs-material/mkdocs-material-extensions.nix { };
mkdocs-minify = callPackage ../development/python-modules/mkdocs-minify { };
mkdocs-minify-plugin = callPackage ../development/python-modules/mkdocs-minify-plugin { };
mkdocs-redirects = callPackage ../development/python-modules/mkdocs-redirects { };
mkdocs-simple-hooks = callPackage ../development/python-modules/mkdocs-simple-hooks { };
mkdocs-swagger-ui-tag = callPackage ../development/python-modules/mkdocs-swagger-ui-tag { };