python310Packages.sphinxcontrib-jquery: rename from sphinx-jquery
The package name used by the project itself is `sphinxcontrib.jquery` [1] [1] https://pypi.org/project/sphinxcontrib.jquery/
This commit is contained in:
parent
2278f9ebe2
commit
a054a24e0b
4 changed files with 6 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
||||||
, sphinxemoji
|
, sphinxemoji
|
||||||
# runtime dependencies
|
# runtime dependencies
|
||||||
, sphinx
|
, sphinx
|
||||||
, sphinx-jquery
|
, sphinxcontrib-jquery
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||||
sphinxemoji
|
sphinxemoji
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ sphinx sphinx-jquery ];
|
propagatedBuildInputs = [ sphinx sphinxcontrib-jquery ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "hoverxref" ];
|
pythonImportsCheck = [ "hoverxref" ];
|
||||||
|
|
||||||
|
|
|
@ -2,12 +2,11 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, flit-core
|
, flit-core
|
||||||
, pythonImportsCheckHook
|
|
||||||
, sphinx
|
, sphinx
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sphinx-jquery";
|
pname = "sphinxcontrib-jquery";
|
||||||
version = "3.0.0";
|
version = "3.0.0";
|
||||||
format = "flit";
|
format = "flit";
|
||||||
|
|
||||||
|
@ -19,7 +18,6 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pythonImportsCheckHook
|
|
||||||
flit-core
|
flit-core
|
||||||
];
|
];
|
||||||
|
|
|
@ -255,6 +255,7 @@ mapAliases ({
|
||||||
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
|
||||||
somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01
|
somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01
|
||||||
SPARQLWrapper = sparqlwrapper;
|
SPARQLWrapper = sparqlwrapper;
|
||||||
|
sphinx-jquery = sphinxcontrib-jquery; # added 2023-02-24
|
||||||
sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
|
sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
|
||||||
sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
|
sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
|
||||||
sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
|
sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
|
||||||
|
|
|
@ -10972,6 +10972,8 @@ self: super: with self; {
|
||||||
|
|
||||||
sphinxcontrib_httpdomain = callPackage ../development/python-modules/sphinxcontrib_httpdomain { };
|
sphinxcontrib_httpdomain = callPackage ../development/python-modules/sphinxcontrib_httpdomain { };
|
||||||
|
|
||||||
|
sphinxcontrib-jquery = callPackage ../development/python-modules/sphinxcontrib-jquery { };
|
||||||
|
|
||||||
sphinxcontrib-jsmath = callPackage ../development/python-modules/sphinxcontrib-jsmath { };
|
sphinxcontrib-jsmath = callPackage ../development/python-modules/sphinxcontrib-jsmath { };
|
||||||
|
|
||||||
sphinxcontrib-katex = callPackage ../development/python-modules/sphinxcontrib-katex { };
|
sphinxcontrib-katex = callPackage ../development/python-modules/sphinxcontrib-katex { };
|
||||||
|
@ -11012,8 +11014,6 @@ self: super: with self; {
|
||||||
|
|
||||||
sphinx-argparse = callPackage ../development/python-modules/sphinx-argparse { };
|
sphinx-argparse = callPackage ../development/python-modules/sphinx-argparse { };
|
||||||
|
|
||||||
sphinx-jquery = callPackage ../development/python-modules/sphinx-jquery { };
|
|
||||||
|
|
||||||
sphinx-autobuild = callPackage ../development/python-modules/sphinx-autobuild { };
|
sphinx-autobuild = callPackage ../development/python-modules/sphinx-autobuild { };
|
||||||
|
|
||||||
sphinx-autodoc-typehints = callPackage ../development/python-modules/sphinx-autodoc-typehints { };
|
sphinx-autodoc-typehints = callPackage ../development/python-modules/sphinx-autodoc-typehints { };
|
||||||
|
|
Loading…
Reference in a new issue