git: f0b013e22fa5 - main - security/py-argon2-cffi-bindings: Update to 26.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 09 Sep 2026 14:55:44 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f0b013e22fa53a80911042960f6cc0fa5f9a4c4e

commit f0b013e22fa53a80911042960f6cc0fa5f9a4c4e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-09-09 14:40:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-09-09 14:48:41 +0000

    security/py-argon2-cffi-bindings: Update to 26.1.0
    
    Changes:        https://github.com/hynek/argon2-cffi-bindings/releases
---
 security/py-argon2-cffi-bindings/Makefile                  | 10 ++++------
 security/py-argon2-cffi-bindings/distinfo                  |  6 +++---
 .../py-argon2-cffi-bindings/files/patch-pyproject.toml     | 14 +++-----------
 3 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/security/py-argon2-cffi-bindings/Makefile b/security/py-argon2-cffi-bindings/Makefile
index 122d3b3136be..5338776a9b63 100644
--- a/security/py-argon2-cffi-bindings/Makefile
+++ b/security/py-argon2-cffi-bindings/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	argon2-cffi-bindings
-PORTVERSION=	25.1.0
+PORTVERSION=	26.1.0
 CATEGORIES=	security python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,10 @@ WWW=		https://github.com/hynek/argon2-cffi-bindings
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=2.0.0:devel/py-cffi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}scikit-build-core>=1.0:devel/py-scikit-build-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR}
 LIB_DEPENDS=	libargon2.so:security/libargon2
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=2.0.0:devel/py-cffi@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=2:devel/py-cffi@${PY_FLAVOR}
 
 USES=		localbase python
 USE_PYTHON=	autoplist concurrent pep517 pytest
diff --git a/security/py-argon2-cffi-bindings/distinfo b/security/py-argon2-cffi-bindings/distinfo
index dead0b1a5cfa..71f42b8cb949 100644
--- a/security/py-argon2-cffi-bindings/distinfo
+++ b/security/py-argon2-cffi-bindings/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1773966924
-SHA256 (argon2_cffi_bindings-25.1.0.tar.gz) = b957f3e6ea4d55d820e40ff76f450952807013d361a65d7f28acc0acbf29229d
-SIZE (argon2_cffi_bindings-25.1.0.tar.gz) = 1783441
+TIMESTAMP = 1788500272
+SHA256 (argon2_cffi_bindings-26.1.0.tar.gz) = 63505c71542a44b68b1e38060450fb006404170da375feb31af153e7f9c6205d
+SIZE (argon2_cffi_bindings-26.1.0.tar.gz) = 1790807
diff --git a/security/py-argon2-cffi-bindings/files/patch-pyproject.toml b/security/py-argon2-cffi-bindings/files/patch-pyproject.toml
index ee82205b94c9..0f790020b8ad 100644
--- a/security/py-argon2-cffi-bindings/files/patch-pyproject.toml
+++ b/security/py-argon2-cffi-bindings/files/patch-pyproject.toml
@@ -1,17 +1,9 @@
---- pyproject.toml.orig	2025-07-30 07:11:08 UTC
+--- pyproject.toml.orig	2022-11-09 12:37:21 UTC
 +++ pyproject.toml
-@@ -1,6 +1,6 @@ requires = [
- [build-system]
- requires = [
--    "setuptools>=77",
-+    "setuptools>=61",
-     "setuptools_scm[toml]>=6.2",
-     "cffi>=1.0.1; python_version < '3.14'",
-     "cffi>=2.0.0b1; python_version >= '3.14'",
-@@ -15,8 +15,7 @@ requires-python = ">=3.9"
+@@ -13,8 +13,7 @@ requires-python = ">=3.10"
  readme = { content-type = "text/markdown", file = "README.md" }
  authors = [{ name = "Hynek Schlawack", email = "hs@ox.cx" }]
- requires-python = ">=3.9"
+ requires-python = ">=3.10"
 -license = "MIT"
 -license-files = ["LICENSE"]
 +license = { text = "MIT" }