7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-iStzYacZ9JRSN9qMz3VOlRPbMvViiFJ4WuoQjc0lAJM=";
17 nativeCheckInputs = [ pytestCheckHook ];
19 pytestFlagsArray = [ "intelhex/test.py" ];
21 pythonImportsCheck = [ "intelhex" ];
24 homepage = "https://github.com/bialix/intelhex";
25 description = "Python library for Intel HEX files manipulations";
26 license = lib.licenses.bsd3;
27 maintainers = with lib.maintainers; [ pjones ];