8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "1nkazgf7pajz7jym5rfy2df71lyfp4skxqbrg5ch0h4dwjdwllx1";
18 propagatedBuildInputs = [ pyftdi ];
20 # tests are not shipped with the PyPI source
23 pythonImportsCheck = [ "i2cflash" ];
26 description = "I2C eeprom device drivers in Python";
27 homepage = "https://github.com/eblot/pyi2cflash";
28 license = with licenses; [ mit ];
29 maintainers = with maintainers; [ fab ];