11 buildPythonPackage rec {
12 pname = "zwave-me-ws";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-bTchtgr+UbHCpcXMaQA3bTrhasJ79TguvAqLNlpD/2c=";
25 nativeBuildInputs = [ poetry-core ];
27 propagatedBuildInputs = [
35 pythonImportsCheck = [ "zwave_me_ws" ];
38 description = "Library to connect to a ZWave-Me instance";
39 homepage = "https://github.com/Z-Wave-Me/zwave-me-ws";
40 changelog = "https://github.com/Z-Wave-Me/zwave-me-ws/releases/tag/v${version}";
41 license = with licenses; [ mit ];
42 maintainers = with maintainers; [ fab ];