-- Lower setuptools build requirement from >=78.1.1 to >=63.1.0 -- to match the version available in the FreeBSD ports tree. --- pyproject.toml.orig 2026-06-19 01:48:24 UTC +++ pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["setuptools>=78.1.1", "wheel"] +requires = ["setuptools>=63.1.0", "wheel"] build-backend = "setuptools.build_meta"