summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2024-03-20 13:53:04 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2024-04-12 11:59:40 +0200
commite9dd5bc683c8be73b184e72d8bcec004f61898dc (patch)
tree366357a96dbfad8caafe246009c779b1761bd394
parent10a852359e0374ed3f03d8a7216780db0fdf141b (diff)
downloadaports-e9dd5bc683c8be73b184e72d8bcec004f61898dc.zip
community/aws-cli: disable due to no python 3.12 support
https://github.com/aws/aws-cli/issues/8342
-rw-r--r--community/aws-cli/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/aws-cli/APKBUILD b/community/aws-cli/APKBUILD
index 9a84a659007..c2f831cb3a5 100644
--- a/community/aws-cli/APKBUILD
+++ b/community/aws-cli/APKBUILD
@@ -1,14 +1,15 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
# Maintainer:
pkgname=aws-cli
-pkgver=2.15.14
+pkgver=2.15.30
pkgrel=0
pkgdesc="Universal Command Line Interface for Amazon Web Services (v2)"
url="https://github.com/aws/aws-cli"
# s390x: py3-awscrt doesn't support big-endian
# arm*, ppc64le: py3-awscrt
# x86: fails check, so most likely not supported on 32-bit anymore
-arch="all !x86 !armhf !armv7 !ppc64le !s390x"
+# no python 3.12 support: https://github.com/aws/aws-cli/issues/8342
+#arch="all !x86 !armhf !armv7 !ppc64le !s390x"
license="Apache-2.0"
depends="
py3-awscrt
@@ -129,7 +130,7 @@ doc() {
}
sha512sums="
-f2d3f7cfa75ad97ea24a53c25ffd7c8e50704bcb2af065ff0c78ccd256a4cc2217646228c9f7ad78701bcd02cc18a900bb8face43ae68f51bbbccf06850f928b aws-cli-2.15.14.tar.gz
+eedf2027a36122bad94e6090a4511fc9438f509a19d97b57fc79ec9b4f7df88003f04584fc9ecbf499b7d37430bf00d2eba333f1354dea8c69805b7bdffa8406 aws-cli-2.15.30.tar.gz
850b4ca6e09f96cba8968d2d7a3b60bd5206d7c4c257ba927b576336a992796b51263506cdd100314604ec7ad493a26326bf059ccd7f96772ad9326aa68ee41e fix-env.patch
ecfad03dafbdc8cdc73f41a432f0acb53ce3636f58a8b3d0cfcef06617f24ee8588e0648ee7290148bcfc8a3007d00b865899d473a6653d970a55be63760551f tmpfile-index.patch
"