mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
python310Packages.somecomfort: drop
Home Assistant moved to aiosomecomfort.
This commit is contained in:
parent
89e37e0515
commit
5d27d7008c
@ -1,33 +0,0 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, prettytable
|
||||
, requests
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "somecomfort";
|
||||
version = "0.8.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "56e60e4e9f76c12c0c9dd1016e9f1334be6800409e0762f5f143f9069d7292d3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
requests
|
||||
prettytable
|
||||
];
|
||||
|
||||
# tests require network access
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "somecomfort" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Client for Honeywell's US-based cloud devices";
|
||||
homepage = "https://github.com/kk7ds/somecomfort";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
};
|
||||
}
|
@ -214,6 +214,7 @@ mapAliases ({
|
||||
sharkiqpy = sharkiq; # added 2022-05-21
|
||||
smart_open = smart-open; # added 2021-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
|
||||
SPARQLWrapper = sparqlwrapper;
|
||||
sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
|
||||
sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
|
||||
|
@ -10699,8 +10699,6 @@ self: super: with self; {
|
||||
|
||||
somajo = callPackage ../development/python-modules/somajo { };
|
||||
|
||||
somecomfort = callPackage ../development/python-modules/somecomfort { };
|
||||
|
||||
somfy-mylink-synergy = callPackage ../development/python-modules/somfy-mylink-synergy { };
|
||||
|
||||
sonarr = callPackage ../development/python-modules/sonarr { };
|
||||
|
Loading…
Reference in New Issue
Block a user