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