11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-FM+0z5cie/Kx9bhWI99MdnrSGa/cn+BzLdLP3/RGr98=";
23 propagatedBuildInputs = [
29 pythonImportsCheck = [ "bincopy" ];
32 description = "Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT, ELF and binary files)";
33 mainProgram = "bincopy";
34 homepage = "https://github.com/eerimoq/bincopy";
35 license = licenses.mit;
36 maintainers = with maintainers; [