unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 00/13] Add gourmet (and dependent python packages)
@ 2014-11-21  5:40 Eric Bavier
  2014-11-21  5:40 ` [PATCH 01/13] gnu: subversion: Propagate env variables to hooks Eric Bavier
                   ` (13 more replies)
  0 siblings, 14 replies; 42+ messages in thread
From: Eric Bavier @ 2014-11-21  5:40 UTC (permalink / raw)
  To: guix-devel; +Cc: Eric Bavier

I've squatted on these patches for too long (since the hackathon :/), so I
finally sat down to "polish" them out.  A few may be non-controversial, but
some may be of interest to others.

The addition of sqlite to python will require a fair number of package
rebuilds.  I think I dealt with the introduced module circular dependencies in
an acceptable manner.

Eric Bavier (13):
  gnu: subversion: Propagate env variables to hooks.
  gnu: python: Add sqlite input.
  gnu: Add python-sqlalchemy.
  gnu: Export symbols in (gnu packages image) upfront.
  gnu: Export ghostscript module symbols up-front.
  gnu: Add python-pillow.
  gnu: Add python-distutils-extra.
  gnu: Add python-elib.intl.
  guix: Add MPL1.1 license.
  gnu: Add python-pycairo.
  gnu: Add python-pygobject.
  gnu: Add python2-pygtk.
  gnu: Add gourmet.

 gnu-system.am                                      |    5 +
 gnu/packages/ghostscript.scm                       |   23 ++-
 gnu/packages/glib.scm                              |   84 ++++++++
 gnu/packages/gtk.scm                               |   49 ++++-
 gnu/packages/image.scm                             |   38 ++--
 gnu/packages/nutrition.scm                         |   68 ++++++
 .../patches/python-sqlite-3.8.4-test-fix.patch     |   15 ++
 ...on2-pygobject-2-gi-info-type-error-domain.patch |   39 ++++
 .../patches/python2-sqlite-3.8.4-test-fix.patch    |   15 ++
 .../subversion-propagate-env-to-hooks.patch        |   14 ++
 gnu/packages/python.scm                            |  216 +++++++++++++++++++-
 gnu/packages/version-control.scm                   |    8 +-
 guix/licenses.scm                                  |    7 +-
 13 files changed, 555 insertions(+), 26 deletions(-)
 create mode 100644 gnu/packages/nutrition.scm
 create mode 100644 gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch
 create mode 100644 gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch
 create mode 100644 gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch
 create mode 100644 gnu/packages/patches/subversion-propagate-env-to-hooks.patch

-- 
1.7.9.5

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

end of thread, other threads:[~2014-12-02 20:05 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-21  5:40 [PATCH 00/13] Add gourmet (and dependent python packages) Eric Bavier
2014-11-21  5:40 ` [PATCH 01/13] gnu: subversion: Propagate env variables to hooks Eric Bavier
2014-11-21 22:02   ` Ludovic Courtès
2014-11-21 22:24     ` Eric Bavier
2014-11-22  5:15       ` Eric Bavier
2014-11-22 11:02         ` Ludovic Courtès
2014-11-25  5:42           ` Eric Bavier
2014-11-25  8:03             ` Ludovic Courtès
2014-11-25 16:51               ` Eric Bavier
2014-11-25 17:09                 ` Ludovic Courtès
2014-11-21  5:40 ` [PATCH 02/13] gnu: python: Add sqlite input Eric Bavier
2014-11-21  9:28   ` Ludovic Courtès
2014-11-21 13:11     ` Eric Bavier
2014-11-21  5:40 ` [PATCH 03/13] gnu: Add python-sqlalchemy Eric Bavier
2014-11-21 22:03   ` Ludovic Courtès
2014-11-21  5:40 ` [PATCH 04/13] gnu: Export symbols in (gnu packages image) upfront Eric Bavier
2014-11-21  5:41 ` [PATCH 05/13] gnu: Export ghostscript module symbols up-front Eric Bavier
2014-11-21 22:04   ` Ludovic Courtès
2014-11-21 22:27     ` Eric Bavier
2014-11-21  5:41 ` [PATCH 06/13] gnu: Add python-pillow Eric Bavier
2014-11-21 22:05   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 07/13] gnu: Add python-distutils-extra Eric Bavier
2014-11-21 22:07   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 08/13] gnu: Add python-elib.intl Eric Bavier
2014-11-21 22:06   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 09/13] guix: Add MPL1.1 license Eric Bavier
2014-11-21 22:08   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 10/13] gnu: Add python-pycairo Eric Bavier
2014-11-21 22:11   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 11/13] gnu: Add python-pygobject Eric Bavier
2014-11-21 22:12   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 12/13] gnu: Add python2-pygtk Eric Bavier
2014-11-21 22:10   ` Ludovic Courtès
2014-11-21  5:41 ` [PATCH 13/13] gnu: Add gourmet Eric Bavier
2014-11-21 22:13   ` Ludovic Courtès
2014-11-21  9:21 ` [PATCH 00/13] Add gourmet (and dependent python packages) Andreas Enge
2014-11-21 21:27   ` Ludovic Courtès
2014-12-02  3:09     ` Eric Bavier
2014-12-02  8:33       ` Ludovic Courtès
2014-12-02 10:56       ` Andreas Enge
2014-12-02 12:49         ` Ludovic Courtès
2014-12-02 20:05         ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).