7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-iStzYacZ9JRSN9qMz3VOlRPbMvViiFJ4WuoQjc0lAJM=";
16 checkInputs = [ pytestCheckHook ];
18 pytestFlagsArray = [ "intelhex/test.py" ];
20 pythonImportsCheck = [ "intelhex" ];
23 homepage = "https://github.com/bialix/intelhex";
24 description = "Python library for Intel HEX files manipulations";
25 license = lib.licenses.bsd3;
26 maintainers = with lib.maintainers; [ pjones ];