[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/13] Add gourmet (and dependent python packages)
From: |
Eric Bavier |
Subject: |
[PATCH 00/13] Add gourmet (and dependent python packages) |
Date: |
Thu, 20 Nov 2014 23:40:55 -0600 |
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
- [PATCH 00/13] Add gourmet (and dependent python packages),
Eric Bavier <=
- [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Eric Bavier, 2014/11/21
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Ludovic Courtès, 2014/11/21
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Eric Bavier, 2014/11/21
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Eric Bavier, 2014/11/22
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Ludovic Courtès, 2014/11/22
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Eric Bavier, 2014/11/25
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Ludovic Courtès, 2014/11/25
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Eric Bavier, 2014/11/25
- Re: [PATCH 01/13] gnu: subversion: Propagate env variables to hooks., Ludovic Courtès, 2014/11/25
[PATCH 03/13] gnu: Add python-sqlalchemy., Eric Bavier, 2014/11/21