7 buildPythonPackage rec {
10 format = "setuptools";
15 hash = "sha256-zWHEsDw3tiu6SlrP6phidJwzxhjgKV5+kKpHE/s3O3A=";
18 # Tests disable because they do a platform check which requires running on a
23 homepage = "https://sourceforge.net/p/raspberry-gpio-python";
24 description = "Python module to control the GPIO on a Raspberry Pi";
25 license = licenses.mit;
26 platforms = platforms.linux;
27 maintainers = with maintainers; [ onny ];