8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-iStzYacZ9JRSN9qMz3VOlRPbMvViiFJ4WuoQjc0lAJM=";
18 nativeCheckInputs = [ pytestCheckHook ];
20 pytestFlagsArray = [ "intelhex/test.py" ];
22 pythonImportsCheck = [ "intelhex" ];
25 homepage = "https://github.com/bialix/intelhex";
26 description = "Python library for Intel HEX files manipulations";
27 license = lib.licenses.bsd3;
28 maintainers = with lib.maintainers; [ pjones ];