On Mon, Feb 1, 2016 at 5:28 PM, Ludovic Courtès <l...@gnu.org> wrote: > Dave Thompson <dthomps...@worcester.edu> 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’s OK to include AWS clients. After all, AWS is essentially a > “hosting service”, it’s not SaaSS or anything directly 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’ll 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