Re: [PATCH] distro: Add Python 2.7.3.

2013-01-15 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: >> Python is required by GLib, which is a leaf dependency of GNU Parted. >> So I would prefer to push Python without tests and spend more time on >> Parted. (GNU packages are preferred, right?) OK, makes sense. The failing tests don’t look scary, and could well

Re: [PATCH] distro: Add Python 2.7.3.

2013-01-14 Thread Nikita Karetnikov
x27;? Nikita From 0f46f14c53b6645f6ceddf847b642ea97dbb8e58 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Tue, 15 Jan 2013 02:29:28 +0000 Subject: [PATCH] distro: Add Python 2.7.3. * distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it. --- Makefile.am|1 + distro/package

Re: [PATCH] distro: Add Python 2.7.3.

2013-01-14 Thread Nikita Karetnikov
> Did you try to investigate? How hard would it be to fix that? Here is the output: 328 tests OK. 9 tests failed: test_distutils test_file test_file2k test_openpty test_pty test_site test_socket test_subprocess test_unittest 52 tests skipped: test_aepack test_al test_applesingle test

Re: [PATCH] distro: Add Python 2.7.3.

2013-01-14 Thread Ludovic Courtès
Hi, Nikita Karetnikov skribis: > Also, should we explictly mention the licenses for third-party software > incorporated in the Python distribution [2]? Perhaps just add the link in a comment. > +(arguments `(#:tests? #f)) ; XXX: some tests fail Did you try to investigate? How hard would

[PATCH] distro: Add Python 2.7.3.

2013-01-14 Thread Nikita Karetnikov
chive/html/bug-guix/2013-01/msg00139.html [2] http://docs.python.org/2/license.html#licenses-and-acknowledgements-for-incorporated-software From 79c91df9df0899aa96418dad0f3015a7e58fc618 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Mon, 14 Jan 2013 22:26:43 + Subject: [PATCH] distro