8 buildPythonPackage rec {
9 pname = "wazeroutecalculator";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 pname = "WazeRouteCalculator";
18 hash = "sha256-DB5oWthWNwamFG3kNxA/kmUBOVogoSg5LI2KrI39s4M=";
21 propagatedBuildInputs = [
28 pythonImportsCheck = [
33 description = "Calculate actual route time and distance with Waze API";
34 homepage = "https://github.com/kovacsbalu/WazeRouteCalculator";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ peterhoeg ];