Date: Thu, 07 May 2026 05:46:43 +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: 1ad2484840e8 - main - devel/py-localstack: Update version requirement of RUN_DEPENDS Message-ID: <69fc2743.39839.64bcab85@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=1ad2484840e8c3f8aa2b722782c9df98ee3ee290 commit 1ad2484840e8c3f8aa2b722782c9df98ee3ee290 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-07 05:43:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-07 05:43:12 +0000 devel/py-localstack: Update version requirement of RUN_DEPENDS - Clean up previous RUN_DEPENDS - Bump PORTREVISION for package change --- devel/py-localstack/Makefile | 4 ++-- devel/py-localstack/files/patch-pyproject.toml | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/devel/py-localstack/Makefile b/devel/py-localstack/Makefile index 2e48b24bf69b..9feaeab8f0a8 100644 --- a/devel/py-localstack/Makefile +++ b/devel/py-localstack/Makefile @@ -1,5 +1,6 @@ PORTNAME= localstack PORTVERSION= 4.14.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,10 +17,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plux>=1.12:devel/py-plux@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${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}localstack-core>=${PORTVERSION}<${PORTVERSION}_99:devel/py-localstack-core@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cachetools>=5.0:devel/py-cachetools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}click>=8.1.0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=8.2.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnslib>=0.9.10:dns/py-dnslib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}docker>=6.1.1:sysutils/py-docker@${PY_FLAVOR} \ diff --git a/devel/py-localstack/files/patch-pyproject.toml b/devel/py-localstack/files/patch-pyproject.toml index 12110cfee702..e4d87fff74c3 100644 --- a/devel/py-localstack/files/patch-pyproject.toml +++ b/devel/py-localstack/files/patch-pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] -@@ -9,12 +9,12 @@ readme = "README.md" +@@ -9,7 +9,7 @@ readme = "README.md" ] description = "The LocalStack Command Line Interface" readme = "README.md" @@ -16,9 +16,3 @@ requires-python = ">=3.10" dependencies = [ "asn1crypto", - "cachetools>=5.0", -- "click>=8.2.0", -+ "click>=8.1.0", - "cryptography", - "dnslib>=0.9.10", - "dnspython>=1.16.0",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fc2743.39839.64bcab85>
