Re: [ART] Website mockup rev2

2015-02-20 Thread Ricardo Wurmus
Luis Felipe López Acevedo writes: > Here is a revision of the last mockup for the website [1]. This time > aimed at a techie audience. > > http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-rev2.jpg I like this a lot better than the previous mockups (which would have been great for s

[ART] Website mockup rev2

2015-02-20 Thread Luis Felipe López Acevedo
Hi, Here is a revision of the last mockup for the website [1]. This time aimed at a techie audience. http://sirgazil.bitbucket.org/static/temp/img/guixsd/home-view-rev2.jpg Note that some sections that are currently available in are not present in this mockup.

[PATCH] gnu: Add pumpa.

2015-02-20 Thread David Thompson
Here's our first pump.io client! I created a new "pumpio" module because there are other clients and libraries out there that could be added in the future. >From 6bdff480ca5d4a2ea017cb72471ede2ea13ed3d0 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 20 Feb 2015 19:53:27 -0500 Subject:

Re: Test failure cpan

2015-02-20 Thread Andreas Enge
On Fri, Feb 20, 2015 at 04:31:26PM -0500, David Thompson wrote: > Mark just pushed a patch that fixes a 'guix pull' issue caused by the > CPAN importer. Perhaps the tests will pass now? Unfortunately, it does not. Andreas

Re: Test failure cpan

2015-02-20 Thread Eric Bavier
On Fri, 20 Feb 2015 16:31:26 -0500 David Thompson wrote: > Andreas Enge writes: > > > Hello, > > > > I just ran a "make check", and got a failure in the cpan test. Here is the > > cpan.log: > > > > accepted connection from pid 9095, uid 1000 > > spurious SIGPOLL > > 415 operations > > accepted

Re: Test failure cpan

2015-02-20 Thread David Thompson
Andreas Enge writes: > Hello, > > I just ran a "make check", and got a failure in the cpan test. Here is the > cpan.log: > > accepted connection from pid 9095, uid 1000 > spurious SIGPOLL > 415 operations > accepted connection from pid 9095, uid 1000 > 1 operations > Starting test cpan (Wri

Re: [PATCH]: gnu: Add jalv.

2015-02-20 Thread Andreas Enge
I did not try to compile it, but the recipe looks good to me, so please push. Andreas

Re: [PATCH]: gnu: lilv: propagate inputs serd, sord and sratom.

2015-02-20 Thread Andreas Enge
On Fri, Feb 20, 2015 at 10:04:30PM +0100, Ricardo Wurmus wrote: > lilv-0.pc requires the packages serd, sord and sratom to be present or > else pkg-config fails when looking for the flags for lilv. Okay, please push! Andreas

[PATCH]: gnu: Add jalv.

2015-02-20 Thread Ricardo Wurmus
>From e253f67cd387dbad5629e53d113a717b41ca96af Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 20 Feb 2015 22:05:37 +0100 Subject: [PATCH] gnu: Add jalv. * gnu/packages/audio.scm (jalv): New variable. --- gnu/packages/audio.scm | 31 +++ 1 file changed, 31 in

[PATCH]: gnu: lilv: propagate inputs serd, sord and sratom.

2015-02-20 Thread Ricardo Wurmus
lilv-0.pc requires the packages serd, sord and sratom to be present or else pkg-config fails when looking for the flags for lilv. The attached patch moves serd, sord and sratom from lilv's inputs to the propagated-inputs field. ~~ Ricardo >From a253ab3b2ed89148211275938b5e574a594d8526 Mon Sep 17

Bugs in parsing build options

2015-02-20 Thread Alex Kost
Ludovic Courtès (2014-12-06 18:04 +0300) wrote: > Deck Pickard skribis: > >> From 9c27d995e1a622de8457209d40031b392538e0f8 Mon Sep 17 00:00:00 2001 >> From: nebuli >> Date: Fri, 5 Dec 2014 01:28:12 +0100 >> Subject: [PATCH] guix: scripts: Fix GUIX_BUILD_OPTIONS handling. >> >> Appending to "raw"

Re: [PATCH 2/3]: Add pyyaml.

2015-02-20 Thread Andreas Enge
On Fri, Feb 20, 2015 at 05:48:04PM +0100, Ricardo Wurmus wrote: > +(propagated-inputs > + `(("libyaml" ,libyaml))) Is it really needed to propagate the input? The _yaml.cpython-33m.so library is automatically linked with libyaml-0.so.2 thanks to our ld. If it is needed, could you add a qui

Test failure cpan

2015-02-20 Thread Andreas Enge
Hello, I just ran a "make check", and got a failure in the cpan test. Here is the cpan.log: accepted connection from pid 9095, uid 1000 spurious SIGPOLL 415 operations accepted connection from pid 9095, uid 1000 1 operations Starting test cpan (Writing full log to "cpan.log") tests/cpan.scm

Re: [PATCH]: Add HTSeq.

2015-02-20 Thread Andreas Enge
Looks good, please push! It is a bit unfortunate that the sources themselves do not mention the license (PKG-INFO states that the license is unknown), but the web page is clear. So maybe you could make the suggestion for the next release to update the PKG-INFO file, and to maybe add a COPYING to th

[PATCH 1/3]: Add libyaml

2015-02-20 Thread Ricardo Wurmus
>From c52c742aaa90fb68e496ef83b1763125a514e606 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 20 Feb 2015 17:35:09 +0100 Subject: [PATCH 1/3] gnu: Add libyaml. * gnu/packages/web.scm (libyaml): New variable. --- gnu/packages/web.scm | 20 1 file changed, 20 inserti

[PATCH 0/3]: Add libyaml, pyyaml, pybedtools.

2015-02-20 Thread Ricardo Wurmus
Attached is a series of patches adding libyaml, the Python bindings to libyaml, and pybedtools (Python bindings to bedtools), which depends on the former two. ~~ Ricardo

[PATCH 3/3]: Add pybedtools.

2015-02-20 Thread Ricardo Wurmus
>From 26054dc29fa3132e58b2a71e20f37cfc3446a68d Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 20 Feb 2015 17:43:08 +0100 Subject: [PATCH 3/3] gnu: Add pybedtools. * gnu/packages/bioinformatics.scm (python2-pybedtools): New variable. --- gnu/packages/bioinformatics.scm | 34

[PATCH 2/3]: Add pyyaml.

2015-02-20 Thread Ricardo Wurmus
>From 4b8d6f7a10bc4c20c267a4c26be4e5678ce96382 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 20 Feb 2015 17:38:17 +0100 Subject: [PATCH 2/3] gnu: Add pyyaml. * gnu/packages/python.scm (python-pyyaml, python2-pyyaml): New variables. --- gnu/packages/python.scm | 32

[PATCH]: Add HTSeq.

2015-02-20 Thread Ricardo Wurmus
>From 3b812ce1c3458f832aa6eaac0d15502832bae8d5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 20 Feb 2015 16:41:50 +0100 Subject: [PATCH] gnu: Add HTSeq. * gnu/packages/bioinformatics.scm (htseq): New variable. --- gnu/packages/bioinformatics.scm | 24 1 file c

Re: [PATCH]: fix scipy build

2015-02-20 Thread Andreas Enge
On Fri, Feb 20, 2015 at 12:35:19PM +0100, Ricardo Wurmus wrote: > just like matplotlib also python-scipy needs to first install the UTF-8 > locale before setting it. The attached patch is virtually identical to > the matplotlib patch[1]. Please push for now, and please revert if at some point in

[PATCH]: fix scipy build

2015-02-20 Thread Ricardo Wurmus
Hi Guix, just like matplotlib also python-scipy needs to first install the UTF-8 locale before setting it. The attached patch is virtually identical to the matplotlib patch[1]. ~~ Ricardo [1]: http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00506.html >From d6b6d8c52d71519385ca16e89f51

Re: Gnupg update

2015-02-20 Thread Andreas Enge
On Thu, Feb 19, 2015 at 06:44:16PM -0500, Mark H Weaver wrote: > Minor nit: According to our conventions, instead of listing the same > file twice, write this: > * gnu/packages/gnupg.scm (gnupg): Update to 2.1.2. > (gnupg-2.0): Copy of previous package for version 2.0.26. Good point, I amended t