git: bbe6d9598573 - main - devel/py-localstack-core: Update version requirement of BUILD_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Feb 2026 16:55:38 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bbe6d9598573006ccaf359c54eb50b59e2cb1e4f
commit bbe6d9598573006ccaf359c54eb50b59e2cb1e4f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-17 16:50:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-17 16:53:41 +0000
devel/py-localstack-core: Update version requirement of BUILD_DEPENDS
---
devel/py-localstack-core/Makefile | 2 +-
devel/py-localstack-core/files/patch-pyproject.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/py-localstack-core/Makefile b/devel/py-localstack-core/Makefile
index efd1f6730a84..eb17fbd39317 100644
--- a/devel/py-localstack-core/Makefile
+++ b/devel/py-localstack-core/Makefile
@@ -16,7 +16,7 @@ LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plux>=1.12:devel/py-plux@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.1:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cachetools>=5.0:devel/py-cachetools@${PY_FLAVOR} \
diff --git a/devel/py-localstack-core/files/patch-pyproject.toml b/devel/py-localstack-core/files/patch-pyproject.toml
index 8459a994cacf..1f260f12053d 100644
--- a/devel/py-localstack-core/files/patch-pyproject.toml
+++ b/devel/py-localstack-core/files/patch-pyproject.toml
@@ -4,7 +4,7 @@
# LocalStack project configuration
[build-system]
-requires = ['setuptools>=64', 'wheel', 'plux>=1.12', "setuptools_scm>=8.1"]
-+requires = ['setuptools>=61', 'wheel', 'plux>=1.12', "setuptools_scm>=8"]
++requires = ['setuptools>=61', 'wheel', 'plux>=1.12', "setuptools_scm>=8.1"]
build-backend = "setuptools.build_meta"
[project]