1 { lib, buildPythonPackage, fetchPypi, pytestCheckHook }:
3 buildPythonPackage rec {
10 hash = "sha256-Hap5uTJ5+IfRwjXlzFx54yZEVkE4zkaYmrD0ovyXDXw=";
13 nativeCheckInputs = [ pytestCheckHook ];
15 pythonImportsCheck = [ "pynmea2" ];
18 homepage = "https://github.com/Knio/pynmea2";
19 description = "Python library for the NMEA 0183 protcol";
20 license = lib.licenses.mit;
21 maintainers = with lib.maintainers; [ oxzi ];