7 buildPythonPackage rec {
8 pname = "bluepy-devices";
12 pname = "bluepy_devices";
14 sha256 = "02zzzivxq2vifgs65m2rm8pqlsbzsbc419c032irzvfxjx539mr8";
17 propagatedBuildInputs = [ bluepy ];
21 pythonImportsCheck = [ "bluepy_devices" ];
24 description = "Python BTLE Device Interface for bluepy";
25 homepage = "https://github.com/bimbar/bluepy_devices";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];