python311Packages.python-openzwave-mqtt: remove

Once packaged as a dependency of home-assistants ozw component, it has
since been removed, so we're dropping it as well.
This commit is contained in:
Martin Weinelt 2024-01-05 01:36:21 +01:00
parent ec7ed36af4
commit 70a5e9c22e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
3 changed files with 1 additions and 36 deletions

View file

@ -1,34 +0,0 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, asyncio-mqtt
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "python-openzwave-mqtt";
version = "1.4.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "cgarwood";
repo = pname;
rev = "v${version}";
sha256 = "0zqx00dacs59y4gjr4swrn46c7hrp8a1167bcl270333284m8mqm";
};
propagatedBuildInputs = [
asyncio-mqtt
];
nativeCheckInputs = [
pytestCheckHook
];
meta = with lib; {
description = "Python wrapper for OpenZWave's MQTT daemon";
homepage = "https://github.com/cgarwood/python-openzwave-mqtt";
license = licenses.asl20;
maintainers = with maintainers; [ hexa ];
};
}

View file

@ -364,6 +364,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-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
python_keyczar = throw "python_keyczar has been removed because it's been archived upstream and deprecated"; # added 2023-05-16

View file

@ -9543,8 +9543,6 @@ self: super: with self; {
python-opensky = callPackage ../development/python-modules/python-opensky { };
python-openzwave-mqtt = callPackage ../development/python-modules/python-openzwave-mqtt { };
python-owasp-zap-v2-4 = callPackage ../development/python-modules/python-owasp-zap-v2-4 { };
python-pptx = callPackage ../development/python-modules/python-pptx { };