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.

Full log


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)]

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

Previous Next


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