1 { lib, buildPythonPackage, fetchPypi, autoPatchelfHook }:
3 buildPythonPackage rec {
9 hash = "sha256-KE085u9yIPsuEr41GNWwHFm6KAHggvqGqP9ChGRoLE0=";
12 pythonImportsCheck = [ "pypemicro" ];
14 # tests are neither pytest nor unittest compatible and require a device
19 description = "Python interface for PEMicro debug probes";
20 homepage = "https://github.com/NXPmicro/pypemicro";
21 license = with licenses; [ bsd3 unfree ]; # it includes shared libraries for which no license is available (https://github.com/NXPmicro/pypemicro/issues/10)
22 maintainers = with maintainers; [ frogamic sbruder ];