[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add awscli-2.
From: |
guix-commits |
Subject: |
06/07: gnu: Add awscli-2. |
Date: |
Tue, 4 Oct 2022 12:17:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 58f6b246a6c3f3cf1cfdcce6bd2cdb3a26c23c9b
Author: Zzull <bstrazzull@hotmail.fr>
AuthorDate: Sat Sep 24 18:09:53 2022 +0200
gnu: Add awscli-2.
* gnu/packages/python-web.scm (awscli-2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-web.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1f0b43d1ad..6a9d6ee61d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -57,6 +57,7 @@
;;; Copyright © 2022 Tomasz Jeneralczyk <tj@schwi.pl>
;;; Copyright © 2022 msimonin <matthieu.simonin@inria.fr>
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3262,6 +3263,26 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
Amazon Web Services (AWS) API.")
(license license:asl2.0)))
+(define-public awscli-2
+ (package
+ (inherit awscli)
+ (name "awscli")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri (string-append name "v2") version))
+ (sha256
+ (base32
+ "0g1icsy2l4n540gnhliypy830dfp08hpfc3rk12dlxgc9v3ra4wl"))))
+ (arguments
+ ;; FIXME: The 'pypi' release does not contain tests.
+ '(#:tests? #f))
+ (inputs
+ (list python-importlib-resources
+ python-executor))))
+
+
(define-public python-wsgiproxy2
(package
(name "python-wsgiproxy2")
- branch master updated (7030f592c6 -> ecee392ef1), guix-commits, 2022/10/04
- 01/07: gnu: guix: Update to 17134b9., guix-commits, 2022/10/04
- 03/07: services: anonip: Bail out when the input is not a FIFO., guix-commits, 2022/10/04
- 02/07: channels: Warn about missing introductions., guix-commits, 2022/10/04
- 04/07: gnu: Add python-property-manager., guix-commits, 2022/10/04
- 05/07: gnu: Add python-executor., guix-commits, 2022/10/04
- 06/07: gnu: Add awscli-2.,
guix-commits <=
- 07/07: gnu: eog-plugins: Fix source URL., guix-commits, 2022/10/04