10 buildPythonPackage rec {
11 pname = "webthing-ws";
13 format = "setuptools";
15 disabled = pythonOlder "3.9";
17 src = fetchFromGitHub {
18 owner = "home-assistant-ecosystem";
20 rev = "refs/tags/${version}";
21 hash = "sha256-j7nc4yJczDs28RVFDHeQ2ZIG9mIW2m25AAeErVKi4E4=";
24 propagatedBuildInputs = [
32 pythonImportsCheck = [ "webthing_ws" ];
35 description = "WebThing WebSocket consumer and API client";
36 homepage = "https://github.com/home-assistant-ecosystem/webthing-ws";
37 changelog = "https://github.com/home-assistant-ecosystem/webthing-ws/releases/tag/${version}";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];