10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "python-overpy";
21 hash = "sha256-Tl+tzxnPASL4J6D/BYCEWhXe/mI12OVgNT5lyby3s7A=";
26 # Remove pytest-runner
27 url = "https://patch-diff.githubusercontent.com/raw/DinoTools/python-overpy/pull/104.patch";
28 hash = "sha256-ScS0vd2P+wyQGyCQV6/4cUcqoQ+S07tGpEovuz9oBMw=";
32 nativeCheckInputs = [ pytestCheckHook ];
34 pythonImportsCheck = [ "overpy" ];
37 description = "Python Wrapper to access the Overpass API";
38 homepage = "https://github.com/DinoTools/python-overpy";
39 license = licenses.mit;
40 maintainers = with maintainers; [ firefly-cpp ];