summaryrefslogtreecommitdiff
path: root/security/py-gssapi/files/patch-pyproject.toml
diff options
context:
space:
mode:
authorMichael Osipov <michaelo@FreeBSD.org>2025-10-27 00:16:14 +0100
committerMichael Osipov <michaelo@FreeBSD.org>2025-11-07 15:01:59 +0100
commit019d791f0c5e42432456d78e0d2ecf3bc27334bb (patch)
treecfe866792aec90d96428194a55ba069c570055ac /security/py-gssapi/files/patch-pyproject.toml
parentnet-im/tox: Update 0.2.20 => 0.2.21, take maitainership (diff)
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
Diffstat (limited to 'security/py-gssapi/files/patch-pyproject.toml')
-rw-r--r--security/py-gssapi/files/patch-pyproject.toml10
1 files changed, 10 insertions, 0 deletions
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"