From 019d791f0c5e42432456d78e0d2ecf3bc27334bb Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Mon, 27 Oct 2025 00:16:14 +0100 Subject: 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 --- security/py-gssapi/files/patch-pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 security/py-gssapi/files/patch-pyproject.toml (limited to 'security/py-gssapi/files/patch-pyproject.toml') diff --git a/security/py-gssapi/files/patch-pyproject.toml b/security/py-gssapi/files/patch-pyproject.toml new file mode 100644 index 000000000000..88bfc4b09e65 --- /dev/null +++ b/security/py-gssapi/files/patch-pyproject.toml @@ -0,0 +1,10 @@ +--- 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" -- cgit v1.2.3