12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-v/0NwFmxDZ9kEOx5qs5L9sKzOg/kto79syctg0Ah+30=";
25 # https://github.com/mjg59/python-avion/pull/16
26 substituteInPlace setup.py \
27 --replace "bluepy>==1.1.4" "bluepy>=1.1.4"
30 propagatedBuildInputs = [
40 # bluepy/uuids.json is not found
41 # pythonImportsCheck = [ "avion" ];
44 description = "Python API for controlling Avi-on Bluetooth dimmers";
45 homepage = "https://github.com/mjg59/python-avion";
46 license = with licenses; [ gpl3Plus ];
47 maintainers = with maintainers; [ fab ];