1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
11 hash = "sha256-zWHEsDw3tiu6SlrP6phidJwzxhjgKV5+kKpHE/s3O3A=";
14 # Tests disable because they do a platform check which requires running on a
19 homepage = "https://sourceforge.net/p/raspberry-gpio-python";
20 description = "Python module to control the GPIO on a Raspberry Pi";
21 license = licenses.mit;
22 platforms = platforms.linux;
23 maintainers = with maintainers; [ onny ];