-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community/aws-cli: disable due to no python 3.12 support
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
# Contributor: Valery Kartel <[email protected]> | ||
# 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 | ||
" |