-- Relax the setuptools build requirement so the port builds with the version -- of devel/py-setuptools currently available in the ports tree. --- pyproject.toml.orig 2026-07-11 00:00:00 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=68.0", "wheel"] +requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project]