7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1nkazgf7pajz7jym5rfy2df71lyfp4skxqbrg5ch0h4dwjdwllx1";
17 propagatedBuildInputs = [
21 # tests are not shipped with the PyPI source
24 pythonImportsCheck = [ "i2cflash" ];
27 description = "I2C eeprom device drivers in Python";
28 homepage = "https://github.com/eblot/pyi2cflash";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ fab ];