10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-OL+7ntgzpA63ALQ8whhKRePsKxcp81PLuU1bHJvxN9U=";
24 name = "dont-fail-with-python-313.patch";
25 url = "https://github.com/jazzband/geojson/commit/c13afff339e6b78f442785cc95f0eb66ddab3e7b.patch?full_index=1";
26 hash = "sha256-xdz96vzTA+zblJtCvXIZe5p51xJGM5eB/HAtCXgy5JA=";
30 build-system = [ setuptools ];
32 pythonImportsCheck = [ "geojson" ];
34 nativeCheckInputs = [ unittestCheckHook ];
37 homepage = "https://github.com/jazzband/geojson";
38 changelog = "https://github.com/jazzband/geojson/blob/${version}/CHANGELOG.rst";
39 description = "Python bindings and utilities for GeoJSON";
40 license = lib.licenses.bsd3;
41 maintainers = with lib.maintainers; [ oxzi ];