2023-02-28 00:48:29 +03:00
|
|
|
distributable:
|
|
|
|
url: https://github.com/aws/aws-cli/archive/{{version}}.tar.gz
|
|
|
|
strip-components: 1
|
|
|
|
|
|
|
|
versions:
|
|
|
|
github: aws/aws-cli/tags
|
|
|
|
|
|
|
|
dependencies:
|
2023-03-02 14:50:41 +03:00
|
|
|
python.org: ">=3.7"
|
2023-06-07 15:19:58 +03:00
|
|
|
sourceware.org/libffi: ^3
|
2023-02-28 00:48:29 +03:00
|
|
|
|
|
|
|
build:
|
|
|
|
dependencies:
|
|
|
|
tea.xyz/gx/cc: c99
|
2023-03-02 14:50:41 +03:00
|
|
|
tea.xyz/gx/make: "*"
|
|
|
|
rust-lang.org: ">=1.48.0" # needed for cryptography
|
|
|
|
rust-lang.org/cargo: "*"
|
2023-02-28 00:48:29 +03:00
|
|
|
script: |
|
|
|
|
python-venv.sh {{prefix}}/bin/aws
|
|
|
|
env:
|
|
|
|
# python includes are subdirectoried under the version
|
|
|
|
# frankly, python's versioning system causes a lot of
|
|
|
|
# issues for us despite its similarities to our own,
|
|
|
|
# due to versioning at the end of the path tree,
|
|
|
|
# instead of the beginning.
|
|
|
|
CPATH: $CPATH:{{deps.python.org.prefix}}/include/python{{deps.python.org.version.marketing}}
|
|
|
|
|
|
|
|
test: |
|
|
|
|
# Pretty much anything else appears to require AWS credentials
|
|
|
|
aws --version
|
|
|
|
|
|
|
|
provides:
|
|
|
|
- bin/aws
|