Date: Tue, 17 Feb 2026 16:55:42 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 962ef341a8f4 - main - security/py-python-pkcs11: Update version requirement of BUILD_DEPENDS Message-ID: <69949d8e.274b6.59af71c6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69949d8e.274b6.59af71c6>
