10 buildPythonPackage rec {
13 format = "setuptools";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 hash = "sha256-s65k0u4LIwHX9RJMJIYMkNS4/Z0wstzqYVPAjydo2iI=";
23 propagatedBuildInputs = [ lxml ];
26 ${python.interpreter} -m unittest test
30 description = "Python GPX (GPS eXchange format) parser";
31 mainProgram = "gpxinfo";
32 homepage = "https://github.com/tkrajina/gpxpy";
33 license = licenses.asl20;
34 platforms = platforms.unix;
35 maintainers = with maintainers; [ sikmir ];