Loading pkgs/development/python-modules/pywaze/default.nix +13 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , hatchling , httpx , pytest-asyncio , pytestCheckHook , pythonOlder , respx { lib, buildPythonPackage, fetchFromGitHub, hatchling, httpx, pytest-asyncio, pytestCheckHook, pythonOlder, respx, }: buildPythonPackage rec { Loading @@ -28,13 +29,9 @@ buildPythonPackage rec { --replace-fail "--cov --cov-report term-missing --cov=src/pywaze " "" ''; build-system = [ hatchling ]; build-system = [ hatchling ]; dependencies = [ httpx ]; dependencies = [ httpx ]; nativeCheckInputs = [ pytest-asyncio Loading @@ -42,9 +39,7 @@ buildPythonPackage rec { respx ]; pythonImportsCheck = [ "pywaze" ]; pythonImportsCheck = [ "pywaze" ]; meta = with lib; { description = "Module for calculating WAZE routes and travel times"; Loading Loading
pkgs/development/python-modules/pywaze/default.nix +13 −18 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , hatchling , httpx , pytest-asyncio , pytestCheckHook , pythonOlder , respx { lib, buildPythonPackage, fetchFromGitHub, hatchling, httpx, pytest-asyncio, pytestCheckHook, pythonOlder, respx, }: buildPythonPackage rec { Loading @@ -28,13 +29,9 @@ buildPythonPackage rec { --replace-fail "--cov --cov-report term-missing --cov=src/pywaze " "" ''; build-system = [ hatchling ]; build-system = [ hatchling ]; dependencies = [ httpx ]; dependencies = [ httpx ]; nativeCheckInputs = [ pytest-asyncio Loading @@ -42,9 +39,7 @@ buildPythonPackage rec { respx ]; pythonImportsCheck = [ "pywaze" ]; pythonImportsCheck = [ "pywaze" ]; meta = with lib; { description = "Module for calculating WAZE routes and travel times"; Loading