Merge pull request #279388 from Stunkymonkey/python-openzwave-normalize

python311Packages.python-openzwave: rename from python_openzwave
This commit is contained in:
Robert Schütz 2024-01-23 17:05:41 -08:00 committed by GitHub
commit a00a91b1ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

@ -387,6 +387,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

@ -11889,7 +11889,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 { };