Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aws-c-s3.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: aws-c-s3
version: 0.3.14
epoch: 0
epoch: 1
description: "AWS C99 library implementation for communicating with the S3 service"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -65,7 +65,7 @@ subpackages:
- uses: split/dev
- runs: |
mkdir -p "${{targets.subpkgdir}}"/usr/lib
mv "${{targets.destdir}}"/usr/lib/aws-c-s3 "${{targets.subpkgdir}}"/usr/lib/
mv "${{targets.destdir}}"/usr/lib/* "${{targets.subpkgdir}}"/usr/lib/
dependencies:
runtime:
- aws-c-s3
Expand Down
8 changes: 5 additions & 3 deletions aws-cli.yaml → aws-cli-v1.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package:
name: aws-cli
name: aws-cli-v1
version: 1.27.165
epoch: 0
epoch: 1
description: "Universal Command Line Interface for Amazon Web Services"
copyright:
- license: Apache-2.0
dependencies:
provides:
- aws-cli=1.999
runtime:
- python3
- py3-setuptools
Expand Down Expand Up @@ -48,4 +50,4 @@ update:
github:
identifier: aws/aws-cli
use-tag: true
tag-filter: "1.27"
tag-filter: "1"
80 changes: 80 additions & 0 deletions aws-cli-v2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
package:
name: aws-cli-v2
version: 2.13.10
epoch: 0
description: "Universal Command Line Interface for Amazon Web Services"
copyright:
- license: Apache-2.0
dependencies:
provides:
- aws-cli=2
runtime:
- python3
- py3-awscrt
- py3-certifi
- py3-cryptography
- py3-dateutil
- py3-distro
- py3-colorama
- py3-docutils
- py3-jmespath
- py3-urllib3-1
- py3-prompt-toolkit
- aws-crt-cpp

environment:
contents:
packages:
- wolfi-base
- busybox
- ca-certificates-bundle
- build-base

- python3-dev
- py3-gpep517
- py3-flit-core

- apk-tools
- aws-crt-cpp-dev

- py3-awscrt
- py3-distro
- py3-botocore
- py3-docutils
- py3-jmespath
- py3-rsa
- py3-s3transfer
- py3-colorama
- py3-cryptography
- py3-certifi
- py3-dateutil
- py3-colorama
- py3-urllib3-1
- py3-prompt-toolkit
- py3-ruamel-yaml

pipeline:
- uses: git-checkout
with:
repository: https://github.com/aws/aws-cli
tag: ${{package.version}}
expected-commit: 220a5dfbf7e67fb891c2ba6b1d9e532457d1a601

- runs: |
python3 -m gpep517 build-wheel \
--wheel-dir dist \
--output-fd 3 3>&1 >&2

- runs: |
python3 -m installer -d "${{targets.destdir}}" dist/*.whl

rm "${{targets.destdir}}"/usr/bin/aws.cmd

- uses: strip

update:
enabled: true
github:
identifier: aws/aws-cli
use-tag: true
tag-filter: "2"