mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+awslocal -- Thin wrapper around the 'aws' command line interface for use with LocalStack (#5426)
* +awslocal -- Thin wrapper around the 'aws' command line interface for use with LocalStack * Update package.yml --------- Co-authored-by: Jacob Heider <jacob@pkgx.dev>
This commit is contained in:
parent
05f9d82a8e
commit
a0b5a2987a
28
projects/localstack.cloud/awscli-local/package.yml
Normal file
28
projects/localstack.cloud/awscli-local/package.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# https://localstack.cloud/
|
||||||
|
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/localstack/awscli-local/archive/5b38bc5f3e954298c27a1895578390398f968814.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
- 2023.12.28
|
||||||
|
# FIXME once there has been an official release
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
pkgx.sh: ^1
|
||||||
|
aws.amazon.com/cli: ^2
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3.11
|
||||||
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} awslocal
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/awslocal
|
||||||
|
|
||||||
|
test:
|
||||||
|
- awslocal --version
|
||||||
|
- awslocal --version | grep aws-cli/2
|
Loading…
Reference in a new issue