1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "03cicc9kpi5khhq0bl4dcy8cjcl2j488mylp8sna47hnkwl5qzwa";
12 # package does not include tests
15 pythonImportsCheck = [ "spidev" ];
18 homepage = "https://github.com/doceme/py-spidev";
19 description = "Python bindings for Linux SPI access through spidev";
20 license = licenses.mit;
21 maintainers = with maintainers; [ hexa ];