9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
15 owner = "rossengeorgiev";
18 hash = "sha256-2bYTnbJ8wF/smTpZ2tV+3ZRae7FpbNBtXoaR2Sc9Pek=";
23 url = "https://github.com/rossengeorgiev/aprs-python/commit/c2a0f18ce028a4cced582567a73d57f0d03cd00f.patch";
24 hash = "sha256-uxiLIagz1PIUUa6/qdBW15yhm/0QXqznVzZnzUVCWuQ=";
28 doCheck = false; # mox3 is disabled on python311
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "aprslib" ];
35 description = "Module for accessing APRS-IS and parsing APRS packets";
36 homepage = "https://github.com/rossengeorgiev/aprs-python";
37 license = licenses.gpl2Plus;
38 maintainers = with maintainers; [ dotlambda ];