10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "python-tcxparser";
21 hash = "sha256-HOACQpPVg/UKopz3Jdsyg0CIBnXYuVyhWUVPA+OXI0k=";
24 propagatedBuildInputs = [
33 pythonImportsCheck = [
38 description = "Simple parser for Garmin TCX files";
39 homepage = "https://github.com/vkurup/python-tcxparser";
40 license = licenses.bsd2;
41 maintainers = with maintainers; [ firefly-cpp ];