9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "python-overpy";
20 hash = "sha256-Tl+tzxnPASL4J6D/BYCEWhXe/mI12OVgNT5lyby3s7A=";
25 # Remove pytest-runner
26 url = "https://patch-diff.githubusercontent.com/raw/DinoTools/python-overpy/pull/104.patch";
27 hash = "sha256-ScS0vd2P+wyQGyCQV6/4cUcqoQ+S07tGpEovuz9oBMw=";
35 pythonImportsCheck = [
40 description = "Python Wrapper to access the Overpass API";
41 homepage = "https://github.com/DinoTools/python-overpy";
42 license = licenses.mit;
43 maintainers = with maintainers; [ firefly-cpp ];