diff --git a/devel/py-localstack-core/Makefile b/devel/py-localstack-core/Makefile index 5dcc616e5ce4..fe5de2074a23 100644 --- a/devel/py-localstack-core/Makefile +++ b/devel/py-localstack-core/Makefile @@ -1,38 +1,39 @@ PORTNAME= localstack-core PORTVERSION= 4.14.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= localstack_core-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Core library and runtime of LocalStack WWW= https://www.localstack.cloud/ \ https://docs.localstack.cloud/ \ https://github.com/localstack/localstack/tree/main/localstack-core \ https://github.com/localstack/localstack LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61: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}asn1crypto>=1.5.1: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,1:dns/py-dnspython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}plux>=1.14.0:devel/py-plux@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.4.8:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.19.1:www/py-python-dotenv@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.3.0:textproc/py-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}semver>=2.10:devel/py-semver@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent cryptography pep517 NO_ARCH= yes .include diff --git a/devel/py-localstack-core/files/patch-pyproject.toml b/devel/py-localstack-core/files/patch-pyproject.toml index b137b9a94fed..f3e7bff504b7 100644 --- a/devel/py-localstack-core/files/patch-pyproject.toml +++ b/devel/py-localstack-core/files/patch-pyproject.toml @@ -1,24 +1,19 @@ ---- pyproject.toml.orig 2026-02-02 11:31:38 UTC +--- pyproject.toml.orig 2026-02-26 10:14:23 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ # LocalStack project configuration [build-system] -requires = ['setuptools>=64', 'wheel', 'setuptools_scm>=8.1'] +requires = ['setuptools>=61', 'wheel', 'setuptools_scm>=8.1'] build-backend = "setuptools.build_meta" [project] -@@ -9,11 +9,11 @@ description = "The core library and runtime of LocalSt +@@ -9,7 +9,7 @@ description = "The core library and runtime of LocalSt { name = "LocalStack Contributors", email = "info@localstack.cloud" } ] description = "The core library and runtime of LocalStack" -license = "Apache-2.0" +license = { text = "Apache-2.0" } requires-python = ">=3.10" dependencies = [ "asn1crypto>=1.5.1", -- "click>=8.2.0", -+ "click>=8.1.0", - "cachetools>=5.0", - "cryptography", - "dnslib>=0.9.10",