bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-06-25 Thread Maxim Cournoyer
Hey ng0! ng0 writes: > Hi Maxim, > > great to see this fixed. Weird it bumped into my view after > almost 3 years. Yes! Bugs don't really expire, do they? :-) > I trust that other people will have tested > it, I'm all over the place and mostly doing NetBSD and GNUnet > now. I'm glad to know

bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-06-16 Thread ng0
Hi Maxim, great to see this fixed. Weird it bumped into my view after almost 3 years. I trust that other people will have tested it, I'm all over the place and mostly doing NetBSD and GNUnet now. Sorry if I have written a reply before, the thread was marked as unread here. Maxim Cournoyer

bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-05-15 Thread Ricardo Wurmus
Hi Maxim, I would very much like to see your improvements to the pypi importer to be merged. Have you been able to separate the independent changes as suggested by Ludo? -- Ricardo

bug#24450: [PATCHv2] bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-04-01 Thread Ludovic Courtès
Hi Maxim, T460s laptop skribis: > From 37e499d5d5d5f690aa0a065c730e13f6a31dd30d Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer > Date: Thu, 28 Mar 2019 23:12:26 -0400 > Subject: [PATCH] import: pypi: Include optional test inputs as native-inputs. > > * guix/import/pypi.scm (maybe-inputs):

bug#24450: [PATCH] bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-03-31 Thread Maxim Cournoyer
Hello! I've yet another commit to add on the top of the current stack of patches already sent. This one makes it so that the source archive is searched for the '[...].egg-info/requires.txt' file rather than check the more common, fixed location. This makes the importer more useful, as some

bug#24450: [PATCHv2] bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-03-29 Thread T460s laptop
The previous 0007 patch had broken the recursive importer. This reworked version fixes this. The rest of the patches stack sent in the previous message is still good as is. From 37e499d5d5d5f690aa0a065c730e13f6a31dd30d Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 28 Mar 2019

bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-03-28 Thread Maxim Cournoyer
ng0 writes: > I think this should not happen with pypi import: > > (inputs > `(("python-certifi==2016.2.28" >,python-certifi==2016.2.28) > ("python-dateutil==2.5.3" >,python-dateutil==2.5.3) > ("python-flask-babel==0.11.1" >,python-flask-babel==0.11.1) >

bug#24450: [PATCH] bug#24450: pypi importer outputs strange character series in optional dependency case.

2019-03-28 Thread Maxim Cournoyer
Hello, ng0 writes: > I think this should not happen with pypi import: > > (inputs > `(("python-certifi==2016.2.28" >,python-certifi==2016.2.28) > ("python-dateutil==2.5.3" >,python-dateutil==2.5.3) > ("python-flask-babel==0.11.1" >

bug#24450: pypi importer outputs strange character series in optional dependency case.

2016-09-16 Thread ng0
I think this should not happen with pypi import: (inputs `(("python-certifi==2016.2.28" ,python-certifi==2016.2.28) ("python-dateutil==2.5.3" ,python-dateutil==2.5.3) ("python-flask-babel==0.11.1" ,python-flask-babel==0.11.1) ("python-flask==0.11.1"