python311Packages.python-openzwave: rename from python_openzwave

This commit is contained in:
Felix Buehler 2024-01-07 15:45:38 +01:00
parent 5570f4ba1e
commit c09e1828a4
4 changed files with 5 additions and 3 deletions

View File

@ -4,14 +4,15 @@
, six, pydispatcher, urwid }:
buildPythonPackage rec {
pname = "python_openzwave";
pname = "python-openzwave";
version = "0.4.19";
format = "setuptools";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
pname = "python_openzwave";
inherit version;
sha256 = "6b40c7711383eeb3535cf5504f1cf47cc1ac7018eb820f299642a5a2795aef84";
extension = "zip";
};

View File

@ -374,6 +374,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_openzwave = python-openzwave; # added 2024-01-07
python-openzwave-mqtt = throw "python-openzwave was removed, as it was packaged as a dependency of home-assistant, which it is no longer."; # added 2024-01-05
python_docs_theme = python-docs-theme; # added 2023-11-04
python_fedora = python-fedora; # added 2023-11-15

View File

@ -11801,7 +11801,7 @@ self: super: with self; {
python-openstackclient = callPackage ../development/python-modules/python-openstackclient { };
python_openzwave = callPackage ../development/python-modules/python_openzwave { };
python-openzwave = callPackage ../development/python-modules/python-openzwave { };
python-osc = callPackage ../development/python-modules/python-osc { };