diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile index 6d3cbac14393..60ee466cbfdd 100644 --- a/security/py-gssapi/Makefile +++ b/security/py-gssapi/Makefile @@ -1,34 +1,34 @@ PORTNAME= gssapi -DISTVERSION= 1.10.1 +DISTVERSION= 1.11.1 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= john@saltant.com COMMENT= High-level and low-level Python bindings to GSSAPI C libraries WWW= https://github.com/pythongssapi/python-gssapi LICENSE= ISCL BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} -# Officially: 3.9-3.14 +# Officially: 3.9-3.14,3.14t USES= python USE_PYTHON= autoplist cython pep517 OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT OPTIONS_DEFAULT= GSSAPI_BASE GSSAPI_BASE_USES= gssapi ssl GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit MAKE_ENV+= GSSAPI_KRB5CONFIG=${KRB5CONFIG} post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -type f -name '*.so' -exec ${STRIP_CMD} {} + .include diff --git a/security/py-gssapi/distinfo b/security/py-gssapi/distinfo index 508ac4c72fe7..754d54842c35 100644 --- a/security/py-gssapi/distinfo +++ b/security/py-gssapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761519654 -SHA256 (gssapi-1.10.1.tar.gz) = 7b54335dc9a3c55d564624fb6e25fcf9cfc0b80296a5c51e9c7cf9781c7d295b -SIZE (gssapi-1.10.1.tar.gz) = 94262 +TIMESTAMP = 1773402316 +SHA256 (gssapi-1.11.1.tar.gz) = 2049ee4b1d0c363163a1344b7282a363f9f4094e51d2c36de0cf01d4735e0ae2 +SIZE (gssapi-1.11.1.tar.gz) = 95233 diff --git a/security/py-gssapi/files/patch-pyproject.toml b/security/py-gssapi/files/patch-pyproject.toml index 88bfc4b09e65..9a8030cff364 100644 --- a/security/py-gssapi/files/patch-pyproject.toml +++ b/security/py-gssapi/files/patch-pyproject.toml @@ -1,10 +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", +- "Cython == 3.2.4", ++ "Cython >= 3.2.4", "setuptools >= 40.6.0", # Start of PEP 517 support for setuptools ] build-backend = "setuptools.build_meta"