diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 13:47:35 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 14:05:44 +0000 |
commit | c977a4e57817b89fc0021a1a19666efc8d14eed0 (patch) | |
tree | c938bcbe5dc2d95071805c5ed15c5ef9aad2b042 | |
parent | 7ccd0bde8bc8388c70f08bc2991511f1db1ca971 (diff) |
devel/py-attrs-strict: Update version requirement of BUILD_DEPENDS
-rw-r--r-- | devel/py-attrs-strict/Makefile | 4 | ||||
-rw-r--r-- | 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] |