Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-18 Thread Eric Bavier
On 2015-08-18 11:23, Eric Dvorsak wrote: Ludovic Courtès writes: e...@dvorsak.fr skribis: Altough the tests are still failing, I ran them after the build failed with : guix build -K cd tmp/nix-build-* env -i $(which bash) source environment-variables And they all passed except for some ski

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-18 Thread Eric Dvorsak
Ludovic Courtès writes: > e...@dvorsak.fr skribis: > >> Altough the tests are still failing, I ran them after the build failed >> with : >> >> guix build -K >> cd tmp/nix-build-* >> env -i $(which bash) >> source environment-variables >> >> And they all passed except for some skips and a module t

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-18 Thread Ludovic Courtès
e...@dvorsak.fr skribis: > Altough the tests are still failing, I ran them after the build failed > with : > > guix build -K > cd tmp/nix-build-* > env -i $(which bash) > source environment-variables > > And they all passed except for some skips and a module that failed > trying to write to a dir

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-11 Thread Andreas Enge
On Mon, Aug 10, 2015 at 07:45:23PM -0400, Mark H Weaver wrote: > Actually, that's precisely the problem that was fixed by > 9f6509c655b766b0fb9dfab181a8533e698473b0. > The reason it still fails for python2-sip is because python-sip > contains another copy of the same faulty code that I fixed in > 9

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-10 Thread Mark H Weaver
Hi Andreas, Andreas Enge writes: > something does not work as expected in your commit > 9f6509c655b766b0fb9dfab181a8533e698473b0 to accomodate python version > numbers with two-digit components. Now the files are installed into > lib/python.7. for python-2 modules Actually, that's precisely the

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-10 Thread Andreas Enge
Hello Mark, something does not work as expected in your commit 9f6509c655b766b0fb9dfab181a8533e698473b0 to accomodate python version numbers with two-digit components. Now the files are installed into lib/python.7. for python-2 modules (see, for instance, python2-sip). Everything seems to work as

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-06 Thread Mark H Weaver
e...@dvorsak.fr writes: > From 5665e477589d97672cc6e27a1f454585a2ae773e Mon Sep 17 00:00:00 2001 > From: Eric Dvorsak > Date: Sun, 2 Aug 2015 19:27:24 +0200 > Subject: [PATCH] gnu: python-2: Update to 2.7.10. > > * gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-04 Thread Mark H Weaver
Mark H Weaver writes: > e...@dvorsak.fr writes: > >> From 5665e477589d97672cc6e27a1f454585a2ae773e Mon Sep 17 00:00:00 2001 >> From: Eric Dvorsak >> Date: Sun, 2 Aug 2015 19:27:24 +0200 >> Subject: [PATCH] gnu: python-2: Update to 2.7.10. >> >> * gnu/

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-03 Thread Andreas Enge
Thanks also from me! This will make it possible to try a calibre update. Andreas

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-02 Thread Mark H Weaver
e...@dvorsak.fr writes: > From 5665e477589d97672cc6e27a1f454585a2ae773e Mon Sep 17 00:00:00 2001 > From: Eric Dvorsak > Date: Sun, 2 Aug 2015 19:27:24 +0200 > Subject: [PATCH] gnu: python-2: Update to 2.7.10. > > * gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-02 Thread eric
5a1d3f613cb42532a0233f03b60 Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Sun, 2 Aug 2015 19:27:24 +0200 Subject: [PATCH] gnu: python-2: update to 2.7.10. Remove patches added to upstream This needs a proper commit log that lists the changes made to each file, conforming to our c

Re: [PATCH] gnu: python-2: update to 2.7.10.

2015-08-02 Thread Mark H Weaver
Sep 17 00:00:00 2001 > From: Eric Dvorsak > Date: Sun, 2 Aug 2015 19:27:24 +0200 > Subject: [PATCH] gnu: python-2: update to 2.7.10. Remove patches added to > upstream This needs a proper commit log that lists the changes made to each file, conforming to our conventions. See our existing g

[PATCH] gnu: python-2: update to 2.7.10.

2015-08-02 Thread eric
. They fail because of an OSError exception, so I wonder if it could be because the module doesn't work withing the chroot. Eric.From 1ffc21f29ce255a1d3f613cb42532a0233f03b60 Mon Sep 17 00:00:00 2001 From: Eric Dvorsak Date: Sun, 2 Aug 2015 19:27:24 +0200 Subject: [PATCH] gnu: python-2: u