24 buildPythonPackage rec {
29 disabled = pythonOlder "3.7" || isPyPy;
31 src = fetchFromGitHub {
34 rev = "refs/tags/v${version}";
35 hash = "sha256-pW2w/M4P4DtGhnTy72w0wjMtpLtSgvYGaemme/rRrwM=";
38 build-system = [ setuptools ];
40 nativeBuildInputs = [ cmake ];
53 dependencies = [ requests ];
64 __darwinAllowLocalNetworking = true;
67 description = "Python bindings for libosmium";
68 homepage = "https://osmcode.org/pyosmium";
69 changelog = "https://github.com/osmcode/pyosmium/blob/v${version}/CHANGELOG.md";
70 license = lib.licenses.bsd2;
71 maintainers = with lib.maintainers; [ sikmir ];