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

2016-04-21 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 21.04.2016 um 23:20 schrieb Efraim Flashner: >> This one is already updated in core-updates > > What is this "core-updates" thing? > > SCNR I assume this is a branch. But the manual is not wasting a single > word about branches in the repo. So how I am expected to kno

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

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 23:20 schrieb Efraim Flashner: > This one is already updated in core-updates What is this "core-updates" thing? SCNR I assume this is a branch. But the manual is not wasting a single word about branches in the repo. So how I am expected to know this. And why is a minor update i

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

2016-04-21 Thread Hartmut Goebel
Am 22.04.2016 um 01:12 schrieb Cyril Roelandt: > 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? Python 3.4.4 is the latest version fon the 3.4 series. So we should provide this too. (Esp. as long as 3.5 ist not packaged yet)

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 0379352..

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 we wait for > an official release? Java 1.8 is already pretty old

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

2016-04-21 Thread Hartmut Goebel
Please ignore this PATCH 7/7, it is the old one. Sorry, I'm not that used to the mail-based workflow. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

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

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

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

[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 --- a/gnu/packages/python

[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 --- a/gnu/pack

[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 --- a/gnu/packages/

[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 --- a/gnu/packages/p

[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 --- a/gnu/packages/

[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 +++ b/gnu/package

[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 --- a/gnu/packages/python

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

2016-04-21 Thread Hartmut Goebel
* gnu/packages/python.scm (python-selenium) (python2-selenium): 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 0241ed5..3c81a1f 100644 --- a/gnu/packages/python.

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 a

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 "package-wi

[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 +++ b/gnu/packages/op

[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] https://cve.mitre.org/cgi-bin/

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 "strip-python2

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 "strip-python2

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 "PY

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? (sy

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? > > OK for doing it in

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 "XML_CATALOG_FILE" >> +

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 a/gnu/packages/python.scm

[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. --- gnu/packages/python.scm | 50 +++

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 100644

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

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

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 list of inputs actually s

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 a/gnu/packages/python.scm b/gnu/packages/pytho

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 b/gnu/packages/python.scm > index

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. One more thing: how about placing this in “bioinformatics.scm” instead? “python.scm” is already so very big because it contains a lot of stuff that just happens to be written in Python.

[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 --- a/gnu/packag

[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 --- a/gnu/packag

[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 --- a/gnu/packages/p

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

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

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

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

[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 --- a/gnu/pa

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 tes

Re: Reorganizing guix package commands

2016-04-21 Thread myglc2
l...@gnu.org (Ludovic Courtès) writes: > taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis: > >> As an example of the pedagogic benefit of categorizing the commands: >> many users coming from other package managers are confused as to what >> exactly "installing" a package is in Guix

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 >> + ;; allow calibrating the netw

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

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 (list-generations) of "guix profile". >