GNU bug report logs - #30486
[PATCH] gnu: Add python-boto3 and python2-boto3.

Previous Next

Package: guix-patches;

Reported by: "Thompson, David" <dthompson2 <at> worcester.edu>

Date: Fri, 16 Feb 2018 15:38:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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 30486 in the body.
You can then email your comments to 30486 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#30486; Package guix-patches. (Fri, 16 Feb 2018 15:38:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Thompson, David" <dthompson2 <at> worcester.edu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 16 Feb 2018 15:38:02 GMT) Full text and rfc822 format available.

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

From: "Thompson, David" <dthompson2 <at> worcester.edu>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add python-boto3 and python2-boto3.
Date: Fri, 16 Feb 2018 10:37:20 -0500
[Message part 1 (text/plain, inline)]
Small patch that adds the AWS SDK for Python which came in handy for
me while testing a Lambda function (in the AWS sense) on my local
machine yesterday.

- Dave
[0001-gnu-Add-python-boto3-and-python2-boto3.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#30486; Package guix-patches. (Fri, 16 Feb 2018 19:36:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: "Thompson, David" <dthompson2 <at> worcester.edu>
Cc: 30486 <at> debbugs.gnu.org
Subject: Re: [bug#30486] [PATCH] gnu: Add python-boto3 and python2-boto3.
Date: Fri, 16 Feb 2018 14:34:58 -0500
[Message part 1 (text/plain, inline)]
On Fri, Feb 16, 2018 at 10:37:20AM -0500, Thompson, David wrote:
> Small patch that adds the AWS SDK for Python which came in handy for
> me while testing a Lambda function (in the AWS sense) on my local
> machine yesterday.
> 
> - Dave

> From a328be2daccc7778f05c86a06b3b7db237473a44 Mon Sep 17 00:00:00 2001
> From: David Thompson <dthompson2 <at> worcester.edu>
> Date: Fri, 16 Feb 2018 10:35:04 -0500
> Subject: [PATCH] gnu: Add python-boto3 and python2-boto3.
> 
> * gnu/packages/python-web.scm (python-boto3, python2-boto3): New variables.

Thanks!

> +(define-public python2-boto3
> +  (let ((base (package-with-python2 python-boto3)))
> +    (package
> +      (inherit base)
> +      (propagated-inputs
> +       `(("python2-futures" ,python2-futures)
> +         ,@(package-propagated-inputs base))))))

I think this needs to use the python2-variant system. The package
definition of python2-parse-type has a simple example.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#30486; Package guix-patches. (Fri, 11 Dec 2020 06:45:02 GMT) Full text and rfc822 format available.

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

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Leo Famulari <leo <at> famulari.name>, "Thompson, David"
 <dthompson2 <at> worcester.edu>
Cc: 30486 <at> debbugs.gnu.org
Subject: Re: [bug#30486] [PATCH] gnu: Add python-boto3 and python2-boto3.
Date: Fri, 11 Dec 2020 12:14:21 +0530
[Message part 1 (text/plain, inline)]
Hi,

python-boto3 has been added in 65579957d524804ea27dec2bed4382aa00a607e2.

--8<---------------cut here---------------start------------->8---
commit 65579957d524804ea27dec2bed4382aa00a607e2
Author: Kristian Trandem <kristian <at> devup.no>
Date:   Fri Aug 16 02:35:39 2019 +0200

    gnu: Add python-boto3.
    
    gnu/packages/python-xyz.scm (python-boto3): New variable.
    
    Signed-off-by: Marius Bakke <mbakke <at> fastmail.com>
--8<---------------cut here---------------end--------------->8---

I guess we don't need python2-boto3 since python2 has reached end of
life. So, can we close this bug report?

Regards,
Arun
[signature.asc (application/pgp-signature, inline)]

Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Sat, 12 Dec 2020 01:26:01 GMT) Full text and rfc822 format available.

Notification sent to "Thompson, David" <dthompson2 <at> worcester.edu>:
bug acknowledged by developer. (Sat, 12 Dec 2020 01:26:01 GMT) Full text and rfc822 format available.

Message #16 received at 30486-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: "Thompson, David" <dthompson2 <at> worcester.edu>, 30486-done <at> debbugs.gnu.org
Subject: Re: [bug#30486] [PATCH] gnu: Add python-boto3 and python2-boto3.
Date: Fri, 11 Dec 2020 20:25:04 -0500
On Fri, Dec 11, 2020 at 12:14:21PM +0530, Arun Isaac wrote:
> 
> Hi,
> 
> python-boto3 has been added in 65579957d524804ea27dec2bed4382aa00a607e2.
> 
> --8<---------------cut here---------------start------------->8---
> commit 65579957d524804ea27dec2bed4382aa00a607e2
> Author: Kristian Trandem <kristian <at> devup.no>
> Date:   Fri Aug 16 02:35:39 2019 +0200
> 
>     gnu: Add python-boto3.
>     
>     gnu/packages/python-xyz.scm (python-boto3): New variable.
>     
>     Signed-off-by: Marius Bakke <mbakke <at> fastmail.com>
> --8<---------------cut here---------------end--------------->8---
> 
> I guess we don't need python2-boto3 since python2 has reached end of
> life. So, can we close this bug report?

Done!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 09 Jan 2021 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 79 days ago.

Previous Next


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