12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-n5W8TdZZJmT7SECXE8k6WK2lmCcucA6eLm+LZpojERo=";
27 substituteInPlace pyproject.toml \
28 --replace "--cov --cov-report term-missing --cov=src/pywaze " ""
35 propagatedBuildInputs = [
45 pythonImportsCheck = [
50 description = "Module for calculating WAZE routes and travel times";
51 homepage = "https://github.com/eifinger/pywaze";
52 changelog = "https://github.com/eifinger/pywaze/releases/tag/v${version}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ fab ];