Re: Python 3.5 start of update

2016-08-30 Thread Christopher Allan Webber
Leo Famulari writes: > On Sun, Aug 21, 2016 at 01:58:51PM -0400, Leo Famulari wrote: >> I picked this up. I've attached two patches. They upgrade python-3.4 to >> 3.4.5, and then upgrade python-3 to 3.5.2 while preserving a python-3.4. >> These are the latest releases in their respective series. >

Re: Python 3.5 start of update

2016-08-29 Thread Leo Famulari
On Sun, Aug 21, 2016 at 01:58:51PM -0400, Leo Famulari wrote: > I picked this up. I've attached two patches. They upgrade python-3.4 to > 3.4.5, and then upgrade python-3 to 3.5.2 while preserving a python-3.4. > These are the latest releases in their respective series. > > I had to split part of

Re: Python 3.5 start of update

2016-08-21 Thread Leo Famulari
On Wed, Jun 22, 2016 at 08:15:02AM -0500, Christopher Allan Webber wrote: > Ludovic Courtès writes: > >> From bbc1f68204318d79ece3fa46ed71d7c21d6ec8a2 Mon Sep 17 00:00:00 2001 > >> From: Christopher Allan Webber > > >> diff --git a/gnu/packages/patches/python-fix-tests-py3.5.patch > >> b/gnu/pac

Re: Python 3.5 start of update

2016-06-22 Thread Christopher Allan Webber
Ludovic Courtès writes: >> From bbc1f68204318d79ece3fa46ed71d7c21d6ec8a2 Mon Sep 17 00:00:00 2001 >> From: Christopher Allan Webber >> Date: Fri, 29 Apr 2016 17:53:50 -0500 >> Subject: [PATCH] gnu: Add geiser-next. > > Oops. ;-) Oops indeed... I'll attach the right first of 2 patches when I get

Re: Python 3.5 start of update

2016-06-21 Thread Ludovic Courtès
Christopher Allan Webber skribis: > Building on both the work that Diane did and my recent patch for python > 3.4.4, here's two patches which do both consecutively: the first patch > updates python-3.4 to 3.4.4, and the second patch adds python-3.5 and > sets this to be the default python. > > I'

Re: Python 3.5 start of update

2016-06-21 Thread Christopher Allan Webber
Building on both the work that Diane did and my recent patch for python 3.4.4, here's two patches which do both consecutively: the first patch updates python-3.4 to 3.4.4, and the second patch adds python-3.5 and sets this to be the default python. I'm interested in packaging Pulsar, but this requ

Re: Python 3.5 start of update

2016-03-08 Thread Ricardo Wurmus
Diane Trout writes: > (If you're curious about my progress with jupyter, that's over here: > https://github.com/detrout/guix-detrout/blob/master/detrout/packages/py > data.scm) Oh, nice. I also have a couple of jupyter-related patches, but they are already a little older. I also stumbled into

Re: Python 3.5 start of update

2016-03-07 Thread Diane Trout
Hello, I've gotten further with my Python 3.5 update. Attached are two patches. One to update Python to 3.5.1 and one to update pytest as I couldn't get that to run with pytest 2.6.1. My test was to install jupyter, which pulled in already packaged for guix packages numpy, pandas, six, requests,

Re: Python 3.5 start of update

2016-03-04 Thread Diane Trout
Hello, Thank you for getting back to me. > Also, the 'python-minimal' offered by `guix environment python- > minimal` > is likely the one that lives on the master branch, deployed by `guix > pull`, unless you symlinked your git checkout to > '~/.config/guix/latest'. > I remembered --pure, but I

Re: Python 3.5 start of update

2016-03-03 Thread Leo Famulari
On Fri, Feb 26, 2016 at 09:19:40PM -0800, Diane Trout wrote: > Hi, > > Attached is the patch I used for trying to update python 3 to 3.5. I disabled > a test and added an exception handler for some code calling pwd.getpwuid(0) > and the group equivalent. > > It builds outside of the python.scm

Python 3.5 start of update

2016-02-26 Thread Diane Trout
Hi, Attached is the patch I used for trying to update python 3 to 3.5. I disabled a test and added an exception handler for some code calling pwd.getpwuid(0) and the group equivalent. It builds outside of the python.scm module but if I change the version in python.scm python-minimal ends up wi