8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "rossengeorgiev";
17 hash = "sha256-2bYTnbJ8wF/smTpZ2tV+3ZRae7FpbNBtXoaR2Sc9Pek=";
22 url = "https://github.com/rossengeorgiev/aprs-python/commit/c2a0f18ce028a4cced582567a73d57f0d03cd00f.patch";
23 hash = "sha256-uxiLIagz1PIUUa6/qdBW15yhm/0QXqznVzZnzUVCWuQ=";
27 doCheck = false; # mox3 is disabled on python311
33 pythonImportsCheck = [ "aprslib" ];
36 description = "Module for accessing APRS-IS and parsing APRS packets";
37 homepage = "https://github.com/rossengeorgiev/aprs-python";
38 license = licenses.gpl2Plus;
39 maintainers = with maintainers; [ dotlambda ];