Date: Tue, 17 Feb 2026 16:55:34 +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: 9efc84a68fb7 - main - devel/py-distributed: Update version requirement of BUILD_DEPENDS Message-ID: <69949d86.25cea.3fb11a13@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=9efc84a68fb7f55effc3d97c48ad781cb93fcb00 commit 9efc84a68fb7f55effc3d97c48ad781cb93fcb00 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-02-17 16:50:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-02-17 16:53:40 +0000 devel/py-distributed: Update version requirement of BUILD_DEPENDS --- devel/py-distributed/Makefile | 2 +- devel/py-distributed/files/patch-pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-distributed/Makefile b/devel/py-distributed/Makefile index c2eb129d4635..52776e5c5f1e 100644 --- a/devel/py-distributed/Makefile +++ b/devel/py-distributed/Makefile @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62.6:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=9:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cloudpickle>=3.0.0:devel/py-cloudpickle@${PY_FLAVOR} \ diff --git a/devel/py-distributed/files/patch-pyproject.toml b/devel/py-distributed/files/patch-pyproject.toml index 2e11b1dd93ec..cafdfd3836bc 100644 --- a/devel/py-distributed/files/patch-pyproject.toml +++ b/devel/py-distributed/files/patch-pyproject.toml @@ -3,7 +3,7 @@ @@ -1,13 +1,12 @@ [build-system] -requires = ["setuptools>=80", "setuptools-scm>=9"] -+requires = ["setuptools>=62.2", "setuptools-scm>=8"] ++requires = ["setuptools>=62.2", "setuptools-scm>=9"] 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?69949d86.25cea.3fb11a13>
