git: c977a4e57817 - main - devel/py-attrs-strict: Update version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:11:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c977a4e57817b89fc0021a1a19666efc8d14eed0 commit c977a4e57817b89fc0021a1a19666efc8d14eed0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:47:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:44 +0000 devel/py-attrs-strict: Update version requirement of BUILD_DEPENDS --- devel/py-attrs-strict/Makefile | 4 ++-- devel/py-attrs-strict/files/patch-pyproject.toml | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/devel/py-attrs-strict/Makefile b/devel/py-attrs-strict/Makefile index e7999cae0510..a9842f7118e7 100644 --- a/devel/py-attrs-strict/Makefile +++ b/devel/py-attrs-strict/Makefile @@ -12,8 +12,8 @@ WWW= https://github.com/bloomberg/attrs-strict LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=58:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6:devel/py-setuptools-scm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7.1:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.2:devel/py-attrs@${PY_FLAVOR} diff --git a/devel/py-attrs-strict/files/patch-pyproject.toml b/devel/py-attrs-strict/files/patch-pyproject.toml index 1f8310ee4bfa..d628e551d67c 100644 --- a/devel/py-attrs-strict/files/patch-pyproject.toml +++ b/devel/py-attrs-strict/files/patch-pyproject.toml @@ -1,13 +1,11 @@ --- pyproject.toml.orig 2023-08-14 16:58:30 UTC +++ pyproject.toml -@@ -1,8 +1,8 @@ +@@ -1,7 +1,7 @@ requires = [ [build-system] build-backend = 'setuptools.build_meta' requires = [ - "setuptools>=67.6.1", -- "setuptools-scm>=7.1", -+ "setuptools>=58", -+ "setuptools-scm>=6", ++ "setuptools>=61", + "setuptools-scm>=7.1", ] - [tool.setuptools_scm]