8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-l9hwdAKrpdXj/pkrgyiuhbPaGgT6tjfoOw/TBpR+k1I=";
20 pythonImportsCheck = [ "lightwave" ];
22 # Requires phyiscal hardware
26 description = "Module for interacting with LightwaveRF hubs";
27 homepage = "https://github.com/GeoffAtHome/lightwave";
28 license = licenses.mit;
29 maintainers = with maintainers; [ fab ];