On Sat, Aug 13, 2016 at 12:32:42PM -0700, Dylan Jeffers wrote: > Thanks for getting back. Here is the series!
Cool, you showed me something new. I didn't know you could put the whole series in a single attachment, apply it with `git am`, and have the patch ordering handled automatically. Very nice :) > Subject: [PATCH 1/2] gnu: Add python-requests-oauthlib > > * gnu/packages/python.scm (python-requests-oauthlib, > * python2-requests-oauthlib): New variables. Somewhere in the re-creation of the patch series, this line was forgotten: + #:use-module (gnu packages openstack) I put it back in on my local branch. > * gnu/packages/python.scm (python-pypump, python2-pypump): New > * variables. How about putting this in gnu/packages/pumpio.scm? Seems appropriate to me :) > +(define-public python-pypump > + (package > + (name "python-pypump") > + (version "0.6") The latest upstream version 0.7. Is there a reason not to use the latest version in this case? https://pypi.python.org/pypi/PyPump/