9 buildPythonPackage rec {
10 pname = "adafruit-pureio";
14 disabled = pythonOlder "3.7";
17 pname = "Adafruit_PureIO";
19 hash = "sha256-xM+7NlcxlC0fEJKhFvR9/a4K7xjFsn8QcrWCStXqjHw=";
22 nativeBuildInputs = [ setuptools-scm ];
24 # Physical SMBus is not present
27 pythonImportsCheck = [ "Adafruit_PureIO" ];
30 description = "Python interface to Linux IO including I2C and SPI";
31 homepage = "https://github.com/adafruit/Adafruit_Python_PureIO";
32 changelog = "https://github.com/adafruit/Adafruit_Python_PureIO/releases/tag/${version}";
33 license = with licenses; [ mit ];
34 maintainers = with maintainers; [ fab ];