From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCHES] Add awscli and 7 pre-requisite Python libraries. Date: Tue, 2 Feb 2016 09:26:50 -0500 Message-ID: References: <868u3b3xi0.fsf@7VWJD42.i-did-not-set--mail-host-address--so-tickle-me> <87egcwnk04.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQbuu-0002gG-Ip for guix-devel@gnu.org; Tue, 02 Feb 2016 09:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQbut-0006Zr-Ik for guix-devel@gnu.org; Tue, 02 Feb 2016 09:26:52 -0500 Received: from mail-yk0-x22d.google.com ([2607:f8b0:4002:c07::22d]:34911) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQbut-0006Za-CT for guix-devel@gnu.org; Tue, 02 Feb 2016 09:26:51 -0500 Received: by mail-yk0-x22d.google.com with SMTP id r207so139169212ykd.2 for ; Tue, 02 Feb 2016 06:26:51 -0800 (PST) In-Reply-To: <87egcwnk04.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Mon, Feb 1, 2016 at 5:28 PM, Ludovic Court=C3=A8s wrote: > Dave Thompson skribis: > >> Here's a patch set I've been sitting on for awhile for the AWS CLI. Do >> note that the AWS APIs are not exclusive to Amazon. Free software such >> as Eucalyptus [0] and OpenStack also implement these APIs for >> compatibility reasons, and both the boto library and awscli itself can >> be used to manipulate them. > > I think it=E2=80=99s OK to include AWS clients. After all, AWS is essent= ially a > =E2=80=9Chosting service=E2=80=9D, it=E2=80=99s not SaaSS or anything dir= ectly conflicting with > our goals and the GNU FSDG. Thanks for the clarification! Much appreciated. >> If this proves too controversial, I'd still like to apply the first 6 >> uncontroversial patches. ;) > > Nothing to add to what Efraim already said. Except that, now that Tox > gets in, you=E2=80=99ll have to add Guix-Tox. ;-) :) Efraim, I incorporated most of your suggestions, but the Tox test suite remains disabled with a "FIXME" above it because it requires a more recent version of pytest than we have, but upgrading the existing pytest package causes breakage. That's a task for another day! Pushed everything, sans the redundant python-wheel patch. Thanks! - Dave