7 buildPythonPackage rec {
8 pname = "Adafruit-PureIO";
12 pname = "Adafruit_PureIO";
14 sha256 = "0yd8hw676s7plq75gac4z0ilfcfydjkk3wv76bc73xy70zxj5brc";
17 nativeBuildInputs = [ setuptools-scm ];
19 # Physical SMBus is not present
21 pythonImportsCheck = [ "Adafruit_PureIO" ];
24 description = "Python interface to Linux IO including I2C and SPI";
25 homepage = "https://github.com/adafruit/Adafruit_Python_PureIO";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ fab ];