Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-23 Thread Andreas Enge
On Mon, Jun 20, 2016 at 11:10:20AM +0200, Andreas Enge wrote: > This is maybe too much right now; question to those who suffer the most from > core-updates: Should I push it to core-updates-next? This patch is nice to > have, but probably not very urgent. I just pushed to core-updates-next. Andre

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-20 Thread Andreas Enge
Hello Hartmut, On Fri, Jun 17, 2016 at 09:45:22PM +0200, Hartmut Goebel wrote: > I've jsut send an updated version of the patch. I'd appreciate if you > could take care of it. thanks a lot! I applied it locally and was about to push it to master, when I started to wonder: $ ./pre-inst-env guix re

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-17 Thread Hartmut Goebel
Hello Andreas, Am 15.06.2016 um 16:27 schrieb Andreas Enge: > the content of the patch looks good, but I cannot apply it with "git am"; > is it relative to an older git commit? I could correct it myself, but > then you would disappear as an author. I've jsut send an updated version of the patch.

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-15 Thread Andreas Enge
Hi Hartmut, the content of the patch looks good, but I cannot apply it with "git am"; is it relative to an older git commit? I could correct it myself, but then you would disappear as an author. Andreas

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-06-14 Thread Hartmut Goebel
Sorry, this patch was accidentaly resend. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog: http://www.g

[PATCH] gnu: wrap-python3: create more symlinks.

2016-06-14 Thread Hartmut Goebel
* gnu/pyckages/python.csm (wrap-python3): Create symlinks for pip and python-config, too. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 65210e0..5c4bf3b 100644 --- a/gnu/packages/python

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-05-06 Thread Leo Famulari
On Thu, May 05, 2016 at 07:41:02PM +0300, Alex Kost wrote: > Ludovic Courtès (2016-05-05 17:58 +0300) wrote: > > > Leo Famulari skribis: > > > >> On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: > >>> * gnu/pyckages/python.csm (wrap-python3): Create symlinks for > >>> pip and pyt

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-05-05 Thread Alex Kost
Ludovic Courtès (2016-05-05 17:58 +0300) wrote: > Leo Famulari skribis: > >> On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: >>> * gnu/pyckages/python.csm (wrap-python3): Create symlinks for >>> pip and python-config, too. >> >> [...] >> >>> +++ b/gnu/packages/python.scm >>> -

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-05-05 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: >> * gnu/pyckages/python.csm (wrap-python3): Create symlinks for >> pip and python-config, too. > > [...] > >> +++ b/gnu/packages/python.scm >> - `("python3" ,"pydoc3" ,"idle3") >> -

Re: [PATCH] gnu: wrap-python3: create more symlinks.

2016-04-29 Thread Leo Famulari
On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: > * gnu/pyckages/python.csm (wrap-python3): Create symlinks for > pip and python-config, too. [...] > +++ b/gnu/packages/python.scm > - `("python3" ,"pydoc3" ,"idle3") > - `("python" ,"pydoc" ,"i

[PATCH] gnu: wrap-python3: create more symlinks.

2016-04-21 Thread Hartmut Goebel
* gnu/pyckages/python.csm (wrap-python3): Create symlinks for pip and python-config, too. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 65210e0..5c4bf3b 100644 --- a/gnu/packages/python