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