Edit

IABSD.fr/ports/geo/py-fiona/patches

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-10-17 08:48:41
    Hash : 716dc744
    Message : recognise cython 3.1

  • patch-pyproject_toml
  • Index: pyproject.toml
    --- pyproject.toml.orig
    +++ pyproject.toml
    @@ -1,5 +1,5 @@
     [build-system]
    -requires = ["setuptools>=67.8", "cython~=3.0.2"]
    +requires = ["setuptools>=67.8", "cython"]
     build-backend = "setuptools.build_meta"
     
     [project]