python311Packages.python-openzwave: rename from python_openzwave
This commit is contained in:
parent
5570f4ba1e
commit
c09e1828a4
@ -4,14 +4,15 @@
|
|||||||
, six, pydispatcher, urwid }:
|
, six, pydispatcher, urwid }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python_openzwave";
|
pname = "python-openzwave";
|
||||||
version = "0.4.19";
|
version = "0.4.19";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "python_openzwave";
|
||||||
|
inherit version;
|
||||||
sha256 = "6b40c7711383eeb3535cf5504f1cf47cc1ac7018eb820f299642a5a2795aef84";
|
sha256 = "6b40c7711383eeb3535cf5504f1cf47cc1ac7018eb820f299642a5a2795aef84";
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
};
|
};
|
@ -374,6 +374,7 @@ mapAliases ({
|
|||||||
pytestrunner = pytest-runner; # added 2021-01-04
|
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-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-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-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_docs_theme = python-docs-theme; # added 2023-11-04
|
||||||
python_fedora = python-fedora; # added 2023-11-15
|
python_fedora = python-fedora; # added 2023-11-15
|
||||||
|
@ -11801,7 +11801,7 @@ self: super: with self; {
|
|||||||
|
|
||||||
python-openstackclient = callPackage ../development/python-modules/python-openstackclient { };
|
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 { };
|
python-osc = callPackage ../development/python-modules/python-osc { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user