ports/security/py-gssapi/files/patch-pyproject.toml
Michael Osipov 019d791f0c security/py-gssapi: Upgrade port to 1.10.1
Make now use of setuptools (PEP 517) instead of distutils.

PR:		290561
Approved by:	john@saltant.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D53370
Release Notes:	https://github.com/pythongssapi/python-gssapi/releases/tag/v1.10.1
2025-11-07 15:01:59 +01:00

11 lines
277 B
TOML

--- pyproject.toml.orig 2025-10-26 23:13:25 UTC
+++ pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
- "Cython == 3.1.3",
+ "Cython >= 3.1.3",
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
]
build-backend = "setuptools.build_meta"