mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
19de1c5c33
commit
da770a1901
|
@ -8,15 +8,18 @@ versions:
|
||||||
github: aws/aws-cli/tags
|
github: aws/aws-cli/tags
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
python.org: ">=3.7<3.12"
|
|
||||||
sourceware.org/libffi: ^3
|
sourceware.org/libffi: ^3
|
||||||
|
pkgx.sh: ^1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ">=1.48.0" # needed for cryptography
|
rust-lang.org: '>=1.48.0' # needed for cryptography
|
||||||
rust-lang.org/cargo: "*"
|
rust-lang.org/cargo: '*'
|
||||||
script: |
|
python.org: '>=3.7<3.12'
|
||||||
python-venv.sh {{prefix}}/bin/aws
|
script:
|
||||||
|
- bkpyvenv stage {{prefix}} {{version}}
|
||||||
|
- ${{prefix}}/venv/bin/pip install .
|
||||||
|
- bkpyvenv seal {{prefix}} aws
|
||||||
env:
|
env:
|
||||||
# python includes are subdirectoried under the version
|
# python includes are subdirectoried under the version
|
||||||
# frankly, python's versioning system causes a lot of
|
# frankly, python's versioning system causes a lot of
|
||||||
|
|
Loading…
Reference in a new issue