Re: [PATCH 0/2] Update Python to current versions

2016-04-21 Thread Efraim Flashner
On Fri, Apr 22, 2016 at 01:12:38AM +0200, Cyril Roelandt wrote: > On 04/21/2016 10:18 PM, Hartmut Goebel wrote: > > gnu: python: Update to 3.4.4 > I think the latest Python 3.x is Python 3.5.1 (see > https://www.python.org/). Maybe we should forget about 3.4.x, WDYT? > > Cyril. > I know there

Re: [PATCH 0/2] Update Python to current versions

2016-04-21 Thread Cyril Roelandt
On 04/21/2016 10:18 PM, Hartmut Goebel wrote: > gnu: python: Update to 3.4.4 I think the latest Python 3.x is Python 3.5.1 (see https://www.python.org/). Maybe we should forget about 3.4.x, WDYT? Cyril.

Re: [PATCH 1/2] gnu: python-2: Update to 2.7.11

2016-04-21 Thread Efraim Flashner
On Thu, Apr 21, 2016 at 10:18:45PM +0200, Hartmut Goebel wrote: > * gnu/packages/python.scm (python-2): Update to 2.7.11 > --- > gnu/packages/python.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

Re: [PATCH] gnu: Add Icedtea 3.0.0pre09

2016-04-21 Thread Roel Janssen
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> Ludovic Courtès writes: >>> Ricardo Wurmus skribis: >> >> [...] >> > Does it make sense to push this patch to master? Or should

Re: [PATCH 6/6] gnu: add python-geoip2 and python2-geoip2

2016-04-21 Thread Hartmut Goebel
Hi, > +(properties `((python2-variant . ,(delay python2-mayminddb)) I've just discovered, this line is wrong: Of cource it must be "python2-geoip2" here. Whoever is committing, please fix it. Thanks. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead

[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 ---

[PATCH] Add more symlinks to python-wrapper

2016-04-21 Thread Hartmut Goebel
Enclosed patch adds missing sysmlinks "python-config" and "pip" to python-wrapper. I did not add a symlink for easy_install, this this is obsoleted by pip. Hartmut Goebel (1): gnu: wrap-python3: create more symlinks. gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2

[PATCH 1/2] gnu: python-2: Update to 2.7.11

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm (python-2): Update to 2.7.11 --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0379352..ba9ac94 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@

[PATCH 2/2] gnu: python: Update to 3.4.4

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm (python-2): Update to 3.4.4 --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ba9ac94..65210e0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@

[PATCH 0/2] Update Python to current versions

2016-04-21 Thread Hartmut Goebel
Update Python to current minor version Hartmut Goebel (2): gnu: python-2: Update to 2.7.11 gnu: python: Update to 3.4.4 gnu/packages/python.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.7.4

[PATCH 0/6] Updated: Some new python packages

2016-04-21 Thread Hartmut Goebel
Enclosed please find updated patches adding nwe Python packages for both Python 3 and Python 2. These are needed for run the django test-suite (more to come). Changes to the first version of the patches: tblib: Add comment about why overwriting "check" tblib: setuptools is native-input only.

[PATCH 5/6] gnu: add python-maxminddb and python2-maxminddb

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm: (python-maxminddb) (python2-maxminddb): New variable. --- gnu/packages/python.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cc7e52f..0d07451 100644 ---

[PATCH 7/7] gnu: add python-geoip2 and python2-geoip2

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm (python-geoip2) (pythons-geoip2): New functions. --- gnu/packages/python.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 197f236..330be07 100644 ---

[PATCH 6/7] gnu: add comment pointing to python-requests-mock in openstack

2016-04-21 Thread Hartmut Goebel
I did expect this package to be defined in python.scm. * gnu/packages/python.scm (python-requests): comment added --- gnu/packages/python.scm | 4 1 file changed, 4 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 43e0657..197f236 100644 ---

[PATCH 1/6] gnu: Add python-tblib and python2-tblib

2016-04-21 Thread Hartmut Goebel
* packages/python.scm (python-tblib) (python2-tblib): New variables. --- gnu/packages/python.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0379352..7cb1dc6 100644 ---

[PATCH 2/6] gnu: add python-sqlparse and python2-sqlparse

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm (python-sqlparse) (python2-sqlparse): New variables. --- gnu/packages/python.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7cb1dc6..0241ed5 100644 ---

[PATCH 4/6] gnu: Add python2-ipaddr, a Python-2-only package

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm: (python2-ipaddr): New variable.. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3c81a1f..cc7e52f 100644 --- a/gnu/packages/python.scm +++

[PATCH 6/6] gnu: add python-geoip2 and python2-geoip2

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm (python-geoip2) (pythons-geoip2): New variables. --- gnu/packages/python.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0d07451..5bf026d 100644 ---

Adding a symlink to python-wrapper rebuilds python?

2016-04-21 Thread Hartmut Goebel
Hi, I'm curious: I added "python-config" to the symlinks in package "python-wrapper". I thought, this would just use the "python" package already in the store and augment it with he symlinks. Instead "guix build python-wrapper" tried to download the the *source* for python. Is this intended or

Re: Proposal: Adding unversioned aliases to python3 binaries

2016-04-21 Thread Hartmut Goebel
Hi, Am 16.04.2016 um 18:15 schrieb Leo Famulari: >/Can you look at the 'python-wrapper' package and see if it would solve/ >/this problem for you?/ This solves the problem only party: When adding "python-wrapped" as a native-input to some module you need to explicitly *remove* it for

[PATCH 1/1] gnu: openldap: Update to 2.4.44 [fixes CVE-2015-6908].

2016-04-21 Thread Leo Famulari
* gnu/packages/openldap.scm (openldap): Update to 2.4.44. --- gnu/packages/openldap.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/openldap.scm b/gnu/packages/openldap.scm index d416a43..adb6f36 100644 --- a/gnu/packages/openldap.scm +++

[PATCH 0/1] Update OpenLDAP, fixing CVE-2015-6908

2016-04-21 Thread Leo Famulari
There is a remote denial of service bug in OpenLDAP in version 2.4.42 and earlier [0]. This patch updates OpenLDAP to the latest version. This change will require several hundred packages to be rebuilt. Should it go on security-updates? Your advice requested... [0]

Re: [PATCH] IPython: Use 'python2-variant'.

2016-04-21 Thread Hartmut Goebel
> On Sun, Apr 17, 2016 at 10:54:03AM +1000, Ben Woodcroft wrote: >> (define-public python2-ipython >> - (let ((ipython (package-with-python2 python-ipython))) >> + (let ((parent (package-with-python2 >> + (strip-python2-variant python-ipython I wonder why this

Re: [PATCH] IPython: Use 'python2-variant'.

2016-04-21 Thread Hartmut Goebel
> On Sun, Apr 17, 2016 at 10:54:03AM +1000, Ben Woodcroft wrote: >> (define-public python2-ipython >> - (let ((ipython (package-with-python2 python-ipython))) >> + (let ((parent (package-with-python2 >> + (strip-python2-variant python-ipython I wonder why this

Re: [PATCH 04/10] gnu: Add python-pytest-flakes.

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'install 'post-install-check > + ;; 'setup.py test' does not run tests > + (lambda* (#:key inputs outputs #:allow-other-keys) > +

Re: [PATCH 03/10] gnu: Add python-pytest-pep8.

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: > + (add-after 'install 'post-install-check > + ;; 'setup.py test' does not run tests > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (setenv

Re: [PATCH 02/10] gnu: Add python-bz2file.

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + ;; python setup.py test does not work as of 0.98 > + ;; but there is only the one test file > + (replace 'check > + (lambda _ (zero?

Re: [PATCH] version bump libgcrypt -> 1.7

2016-04-21 Thread Leo Famulari
On Wed, Apr 20, 2016 at 07:03:40PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > > On Sun, Apr 17, 2016 at 11:53:51AM +0200, ng0 wrote: > >> Updated libgcrypt patch. > > > > Is there a consensus on upgrading from 1.6.5 and making the change on > > core-updates? >

Re: [PATCH 2/3] gnu: Add reposurgeon.

2016-04-21 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: > >> * gnu/packages/version-control.scm (reposurgeon): New variable. > > [...] > >> + (add-before 'build 'fix-docbook >> + (lambda* (#:key inputs #:allow-other-keys) >> + (setenv

Re: [PATCH 02/10] gnu: Add python-bz2file.

2016-04-21 Thread Efraim Flashner
On Thu, Apr 21, 2016 at 11:21:53PM +1000, Ben Woodcroft wrote: > * gnu/packages/python.scm (python-bz2file, python2-bz2file): New > variables. > --- > gnu/packages/python.scm | 40 > 1 file changed, 40 insertions(+) > > diff --git

[PATCH] Add python-tables.

2016-04-21 Thread Ricardo Wurmus
>From d602df616b797de2777a1ffdf0dc48a1ca6edca5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 21 Apr 2016 17:27:42 +0200 Subject: [PATCH] gnu: Add python-tables. * gnu/packages/python.scm (python-tables, python2-tables): New variables. ---

Re: [PATCH 10/10] gnu: Add python-scikit-bio.

2016-04-21 Thread Ricardo Wurmus
Hi Ben, thanks for your patch. > * gnu/packages/python.scm (python-scikit-bio, > python2-scikit-bio): New variables. I think this should be on one line. In any case, breaking the line so soon looks a bit weird. > --- > gnu/packages/python.scm | 91 >

[PATCH 04/10] gnu: Add python-pytest-flakes.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-pytest-flakes, python2-pytest-flakes): New variables. --- gnu/packages/python.scm | 60 + 1 file changed, 60 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b5d1005..28b1ee0

Re: [PATCH 08/10] gnu: python-ipython: Use 'python2-variant'.

2016-04-21 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/python.scm (python-ipython)[properties]: New field. > (python2-ipython): Use 'strip-python2-variant'. The commit message should mention the changes to the “inputs” and “propagated-input” fields because it isn’t obvious whether the

Re: [PATCH 10/10] gnu: Add python-scikit-bio.

2016-04-21 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/python.scm (python-scikit-bio, > python2-scikit-bio): New variables. > --- > gnu/packages/python.scm | 91 > + > 1 file changed, 91 insertions(+) > > diff --git

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

2016-04-21 Thread Ricardo Wurmus
Ben Woodcroft writes: > * gnu/packages/python.scm (python-natsort, python2-natsort): New > variables. > --- > gnu/packages/python.scm | 44 > 1 file changed, 44 insertions(+) > > diff --git a/gnu/packages/python.scm

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

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-natsort, python2-natsort): New variables. --- gnu/packages/python.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ea9f47a..7aae6fc 100644 ---

[PATCH 06/10] gnu: Add python-cachecontrol.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-cachecontrol, python2-cachecontrol): New variables. --- gnu/packages/python.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 54c3202..0fc65fe 100644 ---

[PATCH 02/10] gnu: Add python-bz2file.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-bz2file, python2-bz2file): New variables. --- gnu/packages/python.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ecd16c5..9c3a9fd 100644 ---

[PATCH 10/10] gnu: Add python-scikit-bio.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-scikit-bio, python2-scikit-bio): New variables. --- gnu/packages/python.scm | 91 + 1 file changed, 91 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7aae6fc..b359422 100644 ---

[PATCH] Add python-scikit-bio.

2016-04-21 Thread Ben Woodcroft
Thanks in advance for comments. ben

[PATCH 01/10] gnu: Add python2-pytest-cache.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-pytest-cache)[properties]: New field. (python2-pytest-cache): New variable. --- gnu/packages/python.scm | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0379352..ecd16c5

[PATCH 08/10] gnu: python-ipython: Use 'python2-variant'.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-ipython)[properties]: New field. (python2-ipython): Use 'strip-python2-variant'. --- gnu/packages/python.scm | 26 +- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index

[PATCH 07/10] gnu: python-tornado: Use 'python2-variant'.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-tornado)[properties]: New field. (python2-tornado): Build with 'strip-python2-variant'. --- gnu/packages/python.scm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0fc65fe..f26592e

[PATCH 05/10] gnu: Add python-future.

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-future, python2-future): New variables. --- gnu/packages/python.scm | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 28b1ee0..54c3202 100644 ---

Re: [PATCH] Connman

2016-04-21 Thread Leo Famulari
On Thu, Apr 21, 2016 at 01:41:45AM +0300, Efraim Flashner wrote: > I think I've finally gotten connman working, with a service. I haven't > added an entry to doc/guix.texi yet, and for some reason when I started > the patch I stuck it in wicd.scm. I've also attached the OS config I > used while

Re: [PATCH] gnu: powertop: Patch absolute file names.

2016-04-21 Thread Mathieu Lirzin
Efraim Flashner writes: > On Mon, Apr 18, 2016 at 11:01:41PM +0200, Mathieu Lirzin wrote: > >> +(arguments >> + '(#:phases >> + (modify-phases %standard-phases >> + ;; TODO: Patch some hardcoded "wlan0" in calibrate/calibrate.cpp to >> + ;;

[PATCH] emacs: Add 'guix-version' command.

2016-04-21 Thread Alex Kost
There are "M-x emacs-version", "M-x org-version", "M-x magit-version", etc. So there should be "M-x guix-version"! I named the file "guix-about.el" because sooner or later there should appear "M-x guix-about" command that will display a fancy splash screen similar to the one you see after

Re: Reorganizing guix package commands

2016-04-21 Thread Taylan Ulrich Bayırlı/Kammer
Efraim Flashner writes: > On Wed, Apr 20, 2016 at 11:29:25AM +0200, Taylan Ulrich Bayırlı/Kammer wrote: >> l...@gnu.org (Ludovic Courtès) writes: >> >> >> Maybe instead of --list-generations and others, these options should >> >> transform into subcommands