GNU bug report logs - #44398
[PATCH] gnu: Add python-boto3.

Previous Next

Package: guix-patches;

Reported by: Reza Alizadeh Majd <r.majd <at> pantherx.org>

Date: Mon, 2 Nov 2020 19:06:01 UTC

Severity: normal

Tags: patch

Done: "Reza Alizadeh Majd" <r.majd <at> pantherx.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44398 in the body.
You can then email your comments to 44398 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44398; Package guix-patches. (Mon, 02 Nov 2020 19:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Reza Alizadeh Majd <r.majd <at> pantherx.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 02 Nov 2020 19:06:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Reza Alizadeh Majd <r.majd <at> pantherx.org>
To: guix-patches <at> gnu.org
Cc: Reza Alizadeh Majd <r.majd <at> pantherx.org>
Subject: [PATCH] gnu: Add python-boto3.
Date: Mon,  2 Nov 2020 22:35:08 +0330
* gnu/packages/python-xyz.scm (python-boto3): New variable.
---
 gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee1f9acda0..e087da1e55 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11094,6 +11094,29 @@ manipulation library.")
 interface to the Amazon Web Services (AWS) API.")
     (license license:asl2.0)))
 
+(define-public python-boto3
+  (package
+    (name "python-boto3")
+    (version "1.16.9")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "boto3" version))
+        (sha256
+          (base32
+            "1smrfjpnki71dkdbj3zpfqi39gbcr5yb4q74fzl35hs953sf9zrs"))))
+    (build-system python-build-system)
+    (propagated-inputs
+      `(("python-botocore" ,python-botocore)
+        ("python-jmespath" ,python-jmespath)
+        ("python-s3transfer" ,python-s3transfer)))
+    (home-page "https://github.com/boto/boto3")
+    (synopsis "The AWS SDK for Python")
+    (description "Boto3 is the Amazon Web Services (AWS) Software Development
+Kit (SDK) for Python, which allows Python developers to write software that
+makes use of services like Amazon S3 and Amazon EC2.")
+    (license license:asl2.0)))
+
 (define-public python2-botocore
   (package-with-python2 python-botocore))
 
-- 
2.28.0





Information forwarded to guix-patches <at> gnu.org:
bug#44398; Package guix-patches. (Mon, 02 Nov 2020 19:30:02 GMT) Full text and rfc822 format available.

Message #8 received at 44398 <at> debbugs.gnu.org (full text, mbox):

From: "Reza Alizadeh Majd" <r.majd <at> pantherx.org>
To: 44398 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: Add python-boto3.
Date: Mon, 02 Nov 2020 22:58:35 +0330
sorry, it seems that there is an issue during build of this package.
so I close this patch and submit a new one whenever the build issue
has been resolved. 

-- 
Reza Alizadeh Majd
PantherX Team
https://pantherx.org




bug closed, send any further explanations to 44398 <at> debbugs.gnu.org and Reza Alizadeh Majd <r.majd <at> pantherx.org> Request was from "Reza Alizadeh Majd" <r.majd <at> pantherx.org> to control <at> debbugs.gnu.org. (Mon, 02 Nov 2020 19:42:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Dec 2020 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 197 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.