8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
16 inherit pname version;
17 hash = "sha256-JbdJbkzd55KeM3Sf1ExvMuHRKNu5VAvGG4y+wkMS0Wo=";
20 propagatedBuildInputs = [
24 # tests are not present
27 pythonImportsCheck = [
32 description = "Python Rollease Acmeda Automate Pulse hub protocol implementation";
34 The Rollease Acmeda Pulse Hub is a WiFi hub that communicates with
35 Rollease Acmeda Automate roller blinds via a proprietary RF protocol.
36 This module communicates over a local area network using a propriatery
37 binary protocol to issues commands to the Pulse Hub.
39 homepage = "https://github.com/atmurray/aiopulse";
40 changelog = "https://github.com/atmurray/aiopulse/releases/tag/v${version}";
41 license = with licenses; [ asl20 ];
42 maintainers = with maintainers; [ fab ];