Re: [PATCH 07/11] gnu: Add python-ipaddress.

2017-09-12 Thread Hartmut Goebel
Am 11.09.2017 um 20:22 schrieb Cyril Roelandt: > +(define-public python-ipaddress > + (package > +(name "python-ipaddress") This package already exists, only the Python2-variant is missing. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | |

Re: [PATCH 10/11] gnu: Add python-pkginfo.

2017-09-12 Thread Hartmut Goebel
Am 11.09.2017 um 20:22 schrieb Cyril Roelandt: > +(description > + "API to query the distutils metadata written in the PKG-INFO file > inside a > +source distriubtion (an sdist) or a binary distribution (e.g., created by > +running bdist_egg). It can also query the EGG-INFO directory of

Re: [PATCH 09/11] gnu: Add python-tqdm.

2017-09-12 Thread Hartmut Goebel
Am 11.09.2017 um 20:22 schrieb Cyril Roelandt: > +(synopsis "Fast, Extensible Progress Meter") I suggest: "Fast and extensible progress bar for the console" > +(description "Make for loops show a progress bar.") This is a bit terse (and it's not only "for" loops, AFAICT). Maybe something li

Re: Thoughts and questions from a newcomer

2017-09-12 Thread Julien Lepiller
Le 12 septembre 2017 01:25:54 GMT+02:00, Andrew Erlanger a écrit : >Hello, Guix users, > >After a bit of love, I've got most of my personal computing environment >running in GuixSD. As I get more comfortable with the system, I hope to >naturally become a developer. > >At this point, I have a few

Re: openjpeg-2 security updates vs stale openjpeg-1

2017-09-12 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > I've just rebuilt my x86_64 GuixSD system to use 'openjpeg' from git > (since I see many more fixes there that look security-relevant), and to > use this fresh openjpeg in both 'poppler' and 'tracker'. Unfortunately, > the 'poppler' change required a massive re

Re: guix pull via cgit odd behavior or [guile-git] limitations?

2017-09-12 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > ng0 writes: > >> guix pull: error: Git error: invalid Content-Type: text/plain; >> charset=UTF-8 >> >> so that I have to use git:// instead (which succeeds)? Is guile-git limited >> in >> that aspect? > > I am struggling* to get going again with Cuirrass and suspe

Re: Mes 0.10 released

2017-09-12 Thread Arne Babenhauserheide
Jan Nieuwenhuizen writes: > Arne Babenhauserheide writes: >>> For details, see >>> >>> [8] https://gitlab.com/janneke/tinycc >>> >>> TinyCC uses (imho) unnecessarily complex C constructs. Therefore it is >>> (imho) >>> not too well suited as a bootstrap dependency, at least not in an >>> un

Re: guix pull via cgit odd behavior or [guile-git] limitations?

2017-09-12 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: >> I am struggling* to get going again with Cuirrass and suspect a similar >> thing. On http:// urls with Cuirrass I now get >> >> Git error: no Content-Type header in response > > Weird, I wonder why libgit2 insists on having Content-Type. Okay. libgit2 does not sup

Re: guix pull via cgit odd behavior or [guile-git] limitations?

2017-09-12 Thread ng0
Jan Nieuwenhuizen transcribed 1.0K bytes: > Ludovic Courtès writes: > > >> I am struggling* to get going again with Cuirrass and suspect a similar > >> thing. On http:// urls with Cuirrass I now get > >> > >> Git error: no Content-Type header in response > > > > Weird, I wonder why libgit2 in

Re: code review

2017-09-12 Thread Christopher Baines
On Mon, 11 Sep 2017 22:10:22 +0200 Catonano wrote: > I could use some code review on my Trytond service hypothesis > > As far as I understand, there are 2 steps that need to be done in > order for a Trytond service to be usable. > > 1) as the "postgres" role (that is as the operating system "po

Re: [PATCH 07/11] gnu: Add python-ipaddress.

2017-09-12 Thread Cyril Roelandt
On 09/12/2017 09:31 AM, Hartmut Goebel wrote: > This package already exists, only the Python2-variant is missing. Oh apparently the Py2 version is there as well. I deleted this patch. Thanks for the review! Cyril.

[PATCH 08/10] gnu: Add python-tqdm.

2017-09-12 Thread Cyril Roelandt
* gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7f48b8dae..cfe97b495 100644 --- a/gnu/packages/python.scm +++

Re: Question about multiple licenses

2017-09-12 Thread Dave Love
Ludovic Courtès writes: >> Well, from what I know about copyright, that isn't the licence of glibc, >> which is the sum of all the licences involved, and you'd have to know >> how to find them if you didn't just unpack the tarball. With pack >> output in a lot of cases you don't have the informa

Re: Question about multiple licenses

2017-09-12 Thread Dave Love
Andy Wingo writes: > More concretely... if this is necessary (and I suspect but don't know > that it is,) probably the easiest thing would be for each package to > install a copyright file in its output derivations. Then a "guix pack" > would include them automatically. It would be good to syml

Re: missing licence files and incomplete licence lists

2017-09-12 Thread Dave Love
Ludovic Courtès writes: > If you look at , you’ll see > “License:LGPL”, which is already more vague than what we have (following > FSF legal advice?). If you look at GitHub repos (yack!), Pypi, CPAN, > Hackage, npm (doh!), well, that’s yet another lev

[PATCH 09/10] gnu: Add python-pkginfo.

2017-09-12 Thread Cyril Roelandt
* gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables. --- gnu/packages/python.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cfe97b495..0da26b9d9 100644 --- a/gnu/packages/python.

Re: My experiences with GuixSD

2017-09-12 Thread Maxim Cournoyer
Jonathan Brielmaier writes: > Am 11.09.2017 um 18:39 schrieb Maxim Cournoyer: >> Jonathan Brielmaier writes: [...] >>> 4. Icecat... I had to restart it like every five minutes because it >>> doesn't show websites. Yes, I disabled all those add-ons (LibreJS etc.). >>> It was not usable for me,