python311Packages.python-docs-theme: rename from python_docs_theme

This commit is contained in:
natsukium 2023-11-04 12:34:41 +09:00
parent c078548076
commit 56b570d6af
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
4 changed files with 4 additions and 3 deletions

View File

@ -581,7 +581,7 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
mv $out/share/doc/* $out/share/doc/python${pythonVersion}-${version}
'';
nativeBuildInputs = with pkgsBuildBuild.python3.pkgs; [ sphinxHook python_docs_theme ];
nativeBuildInputs = with pkgsBuildBuild.python3.pkgs; [ sphinxHook python-docs-theme ];
};
tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;

View File

@ -1,7 +1,7 @@
{ lib, buildPythonPackage, fetchFromGitHub, flit-core, sphinx }:
buildPythonPackage rec {
pname = "python_docs_theme";
pname = "python-docs-theme";
version = "2023.9";
format = "pyproject";

View File

@ -335,6 +335,7 @@ mapAliases ({
pytestrunner = pytest-runner; # added 2021-01-04
python-forecastio = throw "python-forecastio has been removed, as the Dark Sky service was shut down."; # added 2023-04-05
python-igraph = igraph; # added 2021-11-11
python_docs_theme = python-docs-theme; # added 2023-11-04
python_keyczar = throw "python_keyczar has been removed because it's been archived upstream and deprecated"; # added 2023-05-16
python-lz4 = lz4; # added 2018-06-01
python_magic = python-magic; # added 2022-05-07

View File

@ -8665,7 +8665,7 @@ self: super: with self; {
pallets-sphinx-themes = callPackage ../development/python-modules/pallets-sphinx-themes { };
python_docs_theme = callPackage ../development/python-modules/python_docs_theme { };
python-docs-theme = callPackage ../development/python-modules/python-docs-theme { };
pamela = callPackage ../development/python-modules/pamela { };