15 buildPythonPackage rec {
16 pname = "here-transit";
19 disabled = pythonOlder "3.10";
23 src = fetchFromGitHub {
25 repo = "here_transit";
27 hash = "sha256-fORg1iqRcD75Is1EW9XeAu8astibypmnNXo3vHduQdk=";
31 sed -i "/^addopts/d" pyproject.toml
34 build-system = [ hatchling ];
48 pythonImportsCheck = [ "here_transit" ];
51 changelog = "https://github.com/eifinger/here_transit/releases/tag/v${version}";
52 description = "Asynchronous Python client for the HERE Routing V8 API";
53 homepage = "https://github.com/eifinger/here_transit";
54 license = lib.licenses.mit;
55 maintainers = with lib.maintainers; [ dotlambda ];