unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 12/13] gnu: Add python2-pygtk.
@ 2014-11-22 15:40 Federico Beffa
  2014-11-22 16:18 ` Eric Bavier
  0 siblings, 1 reply; 7+ messages in thread
From: Federico Beffa @ 2014-11-22 15:40 UTC (permalink / raw)
  To: ericbavier, Guix-devel, Ludovic Courtès

> Eric Bavier <ericbavier@gmail.com> skribis:
>
>> * gnu/packages/gtk.scm (python2-pygtk): New variable.
>

I notice that most python packages are defined for python 3 and then a
python2 package is generated with the procedure 'package-with-python2'.
Is pygtk problematic with python 3?  I would be interested in using it
with a package for matplotlib that I'm preparing.

Regards,
Fede

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 00/13] Add gourmet (and dependent python packages)
@ 2014-11-21  5:40 Eric Bavier
  2014-11-21  5:41 ` [PATCH 12/13] gnu: Add python2-pygtk Eric Bavier
  0 siblings, 1 reply; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2014-11-26 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-22 15:40 [PATCH 12/13] gnu: Add python2-pygtk Federico Beffa
2014-11-22 16:18 ` Eric Bavier
2014-11-26  3:46   ` Eric Bavier
2014-11-26  8:30     ` Federico Beffa
2014-11-26 16:50       ` Cyril Roelandt
  -- strict thread matches above, loose matches on Subject: below --
2014-11-21  5:40 [PATCH 00/13] Add gourmet (and dependent python packages) Eric Bavier
2014-11-21  5:41 ` [PATCH 12/13] gnu: Add python2-pygtk Eric Bavier
2014-11-21 22:10   ` 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).