all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Add python-bandit.
@ 2015-09-21 22:31 Cyril Roelandt
  2015-09-21 22:31 ` [PATCH 1/3] gnu: Add python-pip Cyril Roelandt
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Cyril Roelandt @ 2015-09-21 22:31 UTC (permalink / raw)
  To: guix-devel

The first and third patches are probably easy to review. The second one is a bit
tricky. As explained in the comment, there is a circular dependency between
recent versions of python-pbr and python-fixtures, so I packaged older versions
of both python-pbr and python-fixtures to bootstrap the whole thing.

I did not use "inherit" because newer versions of these packages have become
quite different from the old versions, so it might just be clearer to write a
separate definition. Also, python-pbr-0.11 is defined in python.scm, next to
python-fixtures, which should be the only package that will ever need it (or so
I hope). Maybe it would be better to move it next to python-pbr, in
openstack.scm?

Finally, note that python-testrepository does not build well with the latest
version of python-fixtures, so we keep using python-fixtures-0.3.16 for now.


Cyril.
--

Cyril Roelandt (3):
  gnu: Add python-pip.
  gnu: Update python-fixtures
  gnu: Add python-bandit.

 gnu/packages/openstack.scm |  40 +++++++++++++++++
 gnu/packages/python.scm    | 107 ++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 145 insertions(+), 2 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-10-09 12:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 22:31 [PATCH 0/3] Add python-bandit Cyril Roelandt
2015-09-21 22:31 ` [PATCH 1/3] gnu: Add python-pip Cyril Roelandt
2015-09-22 14:30   ` Mathieu Lirzin
2015-09-21 22:31 ` [PATCH 2/3] gnu: Update python-fixtures Cyril Roelandt
2015-09-22 15:11   ` Mathieu Lirzin
2015-09-22 19:16   ` Thompson, David
2015-09-22 21:45     ` Cyril Roelandt
2015-09-27 20:17       ` Ludovic Courtès
2015-10-08 21:41         ` Cyril Roelandt
2015-10-09 12:18           ` Ludovic Courtès
2015-09-21 22:31 ` [PATCH 3/3] gnu: Add python-bandit Cyril Roelandt

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.