8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-+oVYlqF5PQAFz4EO1ap6pjmYTLg9xQy6UbQja4utt2Q=";
18 propagatedBuildInputs = [ rpi-gpio ];
20 # Checks depend on rpi-gpio which requires to be run on a Raspberry Pi,
21 # therefore it fails on other systems
25 homepage = "https://github.com/brettmclean/pad4pi";
26 description = "Interrupt-based matrix keypad library for Raspberry Pi";
27 license = licenses.lgpl3;
28 maintainers = with maintainers; [ onny ];