unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Python improvements.
@ 2014-03-07  2:47 Cyril Roelandt
  2014-03-07  2:47 ` [PATCH 1/5] gnu: Enable the 'ctypes' module in Python Cyril Roelandt
                   ` (4 more replies)
  0 siblings, 5 replies; 21+ messages in thread
From: Cyril Roelandt @ 2014-03-07  2:47 UTC (permalink / raw)
  To: guix-devel

This patch series, meant to be applied on the core-updates branch, brings a
bunch of improvements to the Python package.

The first one fixes bug #16569. The second one uses /nix/.../sh in the
subprocess module if /bin/sh is not available. I know Mark is not too found of
using /bin/sh if it is available, but I think Python users are willing to use
/bin/sh, that might be a symlink to whatever shell they may want to use. I don't
really feel too strongly about it, so if people agree on always using
/nix/.../sh, let's go with it, just let me know what you think. The last three
patches are (almost) trivial.


Regards,
Cyril.
---
Cyril Roelandt (5):
  gnu: Enable the 'ctypes' module in Python.
  gnu: Python: use /nix/.../sh if /bin/sh cannot be found
  gnu: Enable tests in Python 3.
  gnu: Python: bump to 3.3.4
  gnu: remove python-fix-dbm.patch

 gnu-system.am                               |  2 +-
 gnu/packages/patches/python-fix-dbm.patch   | 20 ----------
 gnu/packages/patches/python-fix-tests.patch | 62 +++++++++++++++++++++++++++++
 gnu/packages/python.scm                     | 51 ++++++++++++++++++++++--
 4 files changed, 111 insertions(+), 24 deletions(-)
 delete mode 100644 gnu/packages/patches/python-fix-dbm.patch
 create mode 100644 gnu/packages/patches/python-fix-tests.patch

-- 
1.8.4.rc3

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

end of thread, other threads:[~2014-03-23 10:43 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-07  2:47 [PATCH 0/5] Python improvements Cyril Roelandt
2014-03-07  2:47 ` [PATCH 1/5] gnu: Enable the 'ctypes' module in Python Cyril Roelandt
2014-03-07  9:28   ` Ludovic Courtès
2014-03-07  2:47 ` [PATCH 2/5] gnu: Python: use /nix/.../sh if /bin/sh cannot be found Cyril Roelandt
2014-03-07  9:31   ` Ludovic Courtès
2014-03-22  3:36     ` [PATCH 2/4 v2] gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess module Cyril Roelandt
2014-03-22 14:26       ` Ludovic Courtès
2014-03-07  2:47 ` [PATCH 3/5] gnu: Enable tests in Python 3 Cyril Roelandt
2014-03-07  9:40   ` Ludovic Courtès
2014-03-21  4:12     ` [PATCH 3/4 v2] " Cyril Roelandt
2014-03-22 14:32       ` Ludovic Courtès
2014-03-21  4:14     ` [PATCH 3/5] " Cyril Roelandt
2014-03-21 13:15       ` Ludovic Courtès
2014-03-22 23:13         ` Cyril Roelandt
2014-03-23 10:43           ` Ludovic Courtès
2014-03-07  2:47 ` [PATCH 4/5] gnu: Python: bump to 3.3.4 Cyril Roelandt
2014-03-07  9:31   ` Ludovic Courtès
2014-03-21  4:07     ` Cyril Roelandt
2014-03-21 13:02       ` Ludovic Courtès
2014-03-07  2:47 ` [PATCH 5/5] gnu: remove python-fix-dbm.patch Cyril Roelandt
2014-03-07  9:32   ` 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).