[PATCH] midicsv: new package

2016-07-01 Thread John J Foerch
Hello, Here is my first attempt at a package, midicsv. Please let me know what changes may need to be made. >From 15e6c06398fa8d340b70da391f90e6c69e613f70 Mon Sep 17 00:00:00 2001 From: "John J. Foerch" Date: Fri, 1 Jul 2016 21:26:55 -0400 Subject: [PATCH] gnu: midicsv: new package --- gnu/pa

[PATCH 4/5] gnu: python-sphinx: Update to 1.4.4.

2016-07-01 Thread Leo Famulari
* gnu/packages/python.scm (python-sphinx, python2-sphinx): Update to 1.4.4. [source]: Use pypi-uri. [inputs]: Add python-alabaster, python-babel, python-imagesize, python-six. [propagated-inputs]: New field. --- gnu/packages/python.scm | 23 +++ 1 file changed, 15 insertions(+)

[PATCH 1/5] gnu: Add python-imagesize.

2016-07-01 Thread Leo Famulari
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 597ca6a..469f1fa 100644 --- a/gnu/packages/python.scm

[PATCH 3/5] gnu: Add python-snowballstemmer.

2016-07-01 Thread Leo Famulari
* gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New variables. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4eed92f..73312e8 100644 --- a/gnu/packages/pyt

[PATCH 5/5] gnu: python-sphinx-rtd-theme: Update to 0.1.9.

2016-07-01 Thread Leo Famulari
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme): Update to 0.1.9. --- gnu/packages/python.scm | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index fd4cc3d..10ab3a6 100644 --- a/gnu/packages

[PATCH 2/5] gnu: Add python-alabaster.

2016-07-01 Thread Leo Famulari
* gnu/packages/python.scm (python-alabaster, python2-alabaster): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 469f1fa..4eed92f 100644 --- a/gnu/packages/python.scm

[PATCH 0/5] Sphinx reproducibility update

2016-07-01 Thread Leo Famulari
Since version 1.4.0, Sphinx has respected the SOURCE_DATE_EPOCH environment variable for the timestamps it puts in generated documentation [0]. This patch series updates Sphinx to the latest version, 1.4.4, and provides all the new dependencies. The final commit in the series requires the new Sphi

Re: [PATCH] gnu: Add alot and python-urwidtrees

2016-07-01 Thread Leo Famulari
Thanks for this patch! Can you split it into two patches? We prefer to make one change (such as a package addition) per commit. More comments are below. On Fri, Jul 01, 2016 at 02:16:01PM -0400, Troy Sankey wrote: > --- > gnu/packages/mail.scm | 31 +++ > gnu/packag

[PATCH] gnu: Add alot and python-urwidtrees

2016-07-01 Thread Troy Sankey
--- gnu/packages/mail.scm | 31 +++ gnu/packages/python.scm | 24 2 files changed, 55 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c3baa72..62ff246 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.s

Re: python-pycairo in core-updates (Re: core-updates!)

2016-07-01 Thread Leo Famulari
On Fri, Jul 01, 2016 at 05:33:33PM +0200, Andreas Enge wrote: > On Fri, Jul 01, 2016 at 07:33:52PM +0800, 宋文武 wrote: > > Hi, python-wrapper has a broken `python3-config', which > > output cflags to the wrapper instead of the origin python3, > > leading the build failure of python-pycairo. > > > >

Re: core-updates!

2016-07-01 Thread Leo Famulari
On Fri, Jul 01, 2016 at 11:02:13AM +0200, Ludovic Courtès wrote: > Here’s a kind invitation for you to look at ‘core-updates’ and make sure > your favorite packages build there. :-) > > https://hydra.gnu.org/jobset/gnu/core-updates > > It seems that the bigger issues have been fixed, so now it

Re: [PATCH] gnu: Add python2-pbkdf2 and update python2-jsonrpclib

2016-07-01 Thread Leo Famulari
On Thu, Jun 23, 2016 at 01:07:26PM -0300, Daniel Pimentel wrote: > * gnu/packages/python.scm: add new package and update variable The program claims to support Python 3 and Python 2. It also has a test suite in the 'test/' directory. So, I changed your patch as attached. But, it fails the test sui

Re: [PATCH] Add gctp

2016-07-01 Thread Leo Famulari
On Mon, Jun 27, 2016 at 09:07:54PM +0200, Thomas Danckaert wrote: > Indeed, I believe GCTP is not maintained anymore, and each project using it > makes a few small adjustments. From the changelog, it seems GCTP was last > changed March 1998. In this case, I think it's appropriate to use the bundle

GIMP: Fix CVE-2016-4994

2016-07-01 Thread Leo Famulari
GIMP has a use-after-free bug related to XCF file parsing that allows arbitrary code execution: https://security-tracker.debian.org/tracker/CVE-2016-4994 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4994 This patch cherry-picks the upstream commit from the gimp-2-8 branch: https://git.g

[PATCH] gnurl: Update to 7.48.0.

2016-07-01 Thread ng0
This updates libgnurl to 7.48.0. gnurl included tests all succeded. >From 0e64b9f5d4d499b8d58321376b69f3ff7f422aa3 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 1 Jul 2016 18:21:45 + Subject: [PATCH] gnu: gnurl: Update to 7.48.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.48.0. --- gnu/

Re: python-pycairo in core-updates (Re: core-updates!)

2016-07-01 Thread Andreas Enge
On Fri, Jul 01, 2016 at 07:33:52PM +0800, 宋文武 wrote: > Hi, python-wrapper has a broken `python3-config', which > output cflags to the wrapper instead of the origin python3, > leading the build failure of python-pycairo. > > It was introduced in commit 478e75b53. Does it really needed? Unless som

[PATCH] Update name for ng0

2016-07-01 Thread ng0
This trivial patch fixes occurences of my name to this name and updates .mapmap accordingly. The files where it looks like I am just removing and not replacing, I already commited using 'ng0'. >From ec0e02ab3be763f2b2f0dd81e522ff15b62e4ca9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 1 Jul 2016

Re: Bioconductor: Use SVN/git by default?

2016-07-01 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Hi! >> >> Ricardo Wurmus skribis: >> >>> The lack of an archive is also a problem for reproducibility. You >>> simply cannot download an archive for an obsolete package version. >> >> [...] >> >>> What do you think? I see no way a

python-pycairo in core-updates (Re: core-updates!)

2016-07-01 Thread 宋文武
Hi, python-wrapper has a broken `python3-config', which output cflags to the wrapper instead of the origin python3, leading the build failure of python-pycairo. It was introduced in commit 478e75b53. Does it really needed?

gnunet-fs integration

2016-07-01 Thread ng0
Hi, While I'm still new to guile and guix, one of my main motivations since I started contributing to guix was an item on the end of the roadmap, using a decentralized system to distribute updates. I have started to read through the scripts and underlying parts of guix, and also our guix/gnunet.g

[PATCH 3/3] doc: Describe how to make X server find TrueType fonts.

2016-07-01 Thread Alex Kost
* doc/guix.texi (Application Setup): Document how to add TrueType fonts installed in a Guix profile to the X server font path. --- doc/guix.texi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 62c0d34..0e7b698 100644 --- a/doc/guix.texi

[PATCH 1/3] gnu: mkfontdir: Do not propagate 'mkfontscale'.

2016-07-01 Thread Alex Kost
* gnu/packages/xorg.scm (mkfontdir)[propagated-inputs]: Move 'mkfontscale' to ... [inputs]: ... here. [arguments]: Add 'wrap-mkfontdir' phase. --- gnu/packages/xorg.scm | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm in

[PATCH 2/3] profiles: Add fonts-dir-file hook.

2016-07-01 Thread Alex Kost
* guix/profiles.scm (fonts-dir-file): New procedure. (%default-profile-hooks): Add it. --- guix/profiles.scm | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index 90c4332..945da62 100644 --- a/gui

[PATCH 0/3] Generate "/share/fonts/truetype/fonts.dir" file

2016-07-01 Thread Alex Kost
Currently, when you install TrueType fonts, "/share/fonts/truetype" directory does not contain "fonts.dir" file. This makes impossible to refer to these fonts using a full XLFD name which is required by some old programs. This patchset adds a profile hook to generate this "fonts.dir" file. [PATC

Re: Software Heritage

2016-07-01 Thread Alex Kost
Ludovic Courtès (2016-07-01 00:03 +0300) wrote: > Hello! > > The Software Heritage project has just been publicly announced: > > https://www.softwareheritage.org/ > https://www.inria.fr/en/news/news-from-inria/launching-of-software-heritage > > Very roughly it’s a big source code archive. Wha

Re: [PATCH] guix: Support authentication when fetching from SVN.

2016-07-01 Thread Alex Kost
Ludovic Courtès (2016-07-01 00:09 +0300) wrote: > Ricardo Wurmus skribis: > >> * guix/svn-download.scm (): Add fields for optional >> credentials. >> (svn-fetch): Pass credentials to build-side "svn-fetch". >> * guix/build/svn.scm (svn-fetch): Pass optional credentials to svn >> command. > > [...

core-updates!

2016-07-01 Thread Ludovic Courtès
Hello! Here’s a kind invitation for you to look at ‘core-updates’ and make sure your favorite packages build there. :-) https://hydra.gnu.org/jobset/gnu/core-updates It seems that the bigger issues have been fixed, so now it will be mostly leaf packages and/or mips64el/arm needing love. Ludo