mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
aws-cli: update to 1.22.23
This commit is contained in:
parent
d3a3bc05c6
commit
d9f9de6365
1 changed files with 9 additions and 3 deletions
|
@ -1,18 +1,24 @@
|
||||||
# Template file for 'aws-cli'
|
# Template file for 'aws-cli'
|
||||||
pkgname=aws-cli
|
pkgname=aws-cli
|
||||||
version=1.18.125
|
version=1.22.23
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="aws-cli-${version}"
|
wrksrc="aws-cli-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="groff python3-botocore python3-s3transfer python3-colorama
|
depends="groff python3-botocore python3-s3transfer python3-colorama
|
||||||
python3-rsa python3-yaml python3-docutils"
|
python3-rsa python3-yaml python3-docutils"
|
||||||
|
checkdepends="$depends python3-pytest"
|
||||||
short_desc="Universal Command Line Interface for Amazon Web Services"
|
short_desc="Universal Command Line Interface for Amazon Web Services"
|
||||||
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/aws/aws-cli"
|
homepage="https://github.com/aws/aws-cli"
|
||||||
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
||||||
checksum=97f632fb7aede8f7986a4bd381f3d460606e9c31ef91f02388f7895dd5822c27
|
checksum=d5424e05c87963547d6c98440391c6729e4e4f8eb7a4c64520ff7eefeffe41f3
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# integration tests want aws credentials, have some other issues not worth fixing
|
||||||
|
PATH=$PWD/bin:$PATH PYTHONPATH=$PWD python3 -m pytest tests/unit tests/functional
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
||||||
|
|
Loading…
Add table
Reference in a new issue