git: 5ac60c7dc92c - main - devel/py-localstack-client: Add py-localstack-client 1.36
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Aug 2022 11:42:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ac60c7dc92c7891694902bf79a4ba16d76840f3 commit 5ac60c7dc92c7891694902bf79a4ba16d76840f3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 11:21:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 11:40:48 +0000 devel/py-localstack-client: Add py-localstack-client 1.36 LocalStack Python Client is an easy-to-use Python client for LocalStack. The client library provides a thin wrapper around boto3 which automatically configures the target endpoints to use LocalStack for your local cloud application development. WWW: https://github.com/localstack/localstack-python-client --- devel/Makefile | 1 + devel/py-localstack-client/Makefile | 20 ++++++++++++++++++++ devel/py-localstack-client/distinfo | 3 +++ devel/py-localstack-client/pkg-descr | 6 ++++++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 4eaca442b651..255ce8b29a1a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4741,6 +4741,7 @@ SUBDIR += py-llvmcpy SUBDIR += py-llvmlite SUBDIR += py-lml + SUBDIR += py-localstack-client SUBDIR += py-locket SUBDIR += py-lockfile SUBDIR += py-logan diff --git a/devel/py-localstack-client/Makefile b/devel/py-localstack-client/Makefile new file mode 100644 index 000000000000..c73e90f9a725 --- /dev/null +++ b/devel/py-localstack-client/Makefile @@ -0,0 +1,20 @@ +PORTNAME= localstack-client +PORTVERSION= 1.36 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Lightweight Python client for LocalStack + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=0:www/py-boto3@${PY_FLAVOR} + +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-localstack-client/distinfo b/devel/py-localstack-client/distinfo new file mode 100644 index 000000000000..96625b5c5bb4 --- /dev/null +++ b/devel/py-localstack-client/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1661599115 +SHA256 (localstack-client-1.36.tar.gz) = 3121b3daabbdd06da18c73b243a93106ac58b6e5c93ee2a5adbe1eb844fc4b96 +SIZE (localstack-client-1.36.tar.gz) = 9018 diff --git a/devel/py-localstack-client/pkg-descr b/devel/py-localstack-client/pkg-descr new file mode 100644 index 000000000000..5676d0b170a9 --- /dev/null +++ b/devel/py-localstack-client/pkg-descr @@ -0,0 +1,6 @@ +LocalStack Python Client is an easy-to-use Python client for LocalStack. The +client library provides a thin wrapper around boto3 which automatically +configures the target endpoints to use LocalStack for your local cloud +application development. + +WWW: https://github.com/localstack/localstack-python-client