git: 962ef341a8f4 - main - security/py-python-pkcs11: Update version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 16:55:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=962ef341a8f4eac954c96c9d6eb66b2653fba031
commit 962ef341a8f4eac954c96c9d6eb66b2653fba031
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:42 +0000
security/py-python-pkcs11: Update version requirement of BUILD_DEPENDS
---
security/py-python-pkcs11/Makefile | 4 ++--
security/py-python-pkcs11/files/patch-pyproject.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile
index 04f66b983840..ea2e064d2724 100644
--- a/security/py-python-pkcs11/Makefile
+++ b/security/py-python-pkcs11/Makefile
@@ -14,8 +14,8 @@ WWW= https://python-pkcs11.readthedocs.io/en/latest/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.3.1:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR}
diff --git a/security/py-python-pkcs11/files/patch-pyproject.toml b/security/py-python-pkcs11/files/patch-pyproject.toml
index df5030c3b30f..b7b2a6f7a80a 100644
--- a/security/py-python-pkcs11/files/patch-pyproject.toml
+++ b/security/py-python-pkcs11/files/patch-pyproject.toml
@@ -5,7 +5,7 @@ Revert: https://github.com/pyauth/python-pkcs11/commit/d45957fd94abfd01b47cbf6a
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools>=80.8", "cython", "setuptools-scm>=8.3.1"]
-+requires = ["setuptools>=61", "cython", "setuptools-scm>=8"]
++requires = ["setuptools>=61", "cython", "setuptools-scm>=8.3.1"]
build-backend = "setuptools.build_meta"
[project]