Re: [PATCH 3/3] gnu: Add minetest.

2014-09-05 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> * gnu/packages/games.scm (minetest): New variable. > > [...] > >> +(arguments >> + '(#:phases (alist-cons-before >> + 'configure 'set-cpath >> + (lambda* (#:key inputs #:allow-other-keys) >> +

Re: [PATCH 26/31] gnu: Add python-pip.

2014-09-05 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> * gnu/packages/python.scm (python-pip, python2-pip): New variables. > > OK. > > Does it actually work without patching? No hard-coded /usr/local or > anything like that? It needs patching. There's a library (not in this patch set) that ha

Re: [PATCH 20/31] gnu: Add python-discover.

2014-09-05 Thread David Thompson
Ludovic Courtès writes: > This one looks OK, but you may want to move it to a separate patch, or > to mention it in the commit log. Oops, accidentally merged two patches together. I've separated coverage and discover into two patches. -- David Thompson Web Developer - Free Software Foundation

Re: [PATCH 06/31] gnu: Add python-unidecode.

2014-09-05 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> * gnu/packages/python.scm (python-unidecode, python2-unidecode): New >> variables. > > OK. > >> +(license gpl2))) > > v2-only, right? I thought it was... but it's gpl2+! Fixed! -- David Thompson Web Developer - Free Software Founda

Re: [PATCH 01/31] gnu: Add python-exif-read.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > I checked them as best as I could since the license info on pypi didn't > specify the version of the license being used. Most projects were using > expat or BSD 3-clause licenses. The most likely mistake I could have > made would be accidentally specifiying bsd-3 when

Re: guix.el: Key bindings for a "package list"

2014-09-05 Thread Ludovic Courtès
BTW, M-x list-packages lists installed packages at the bottom, and with a different face. What about doing something similar for guix-newest-available-packages & co.? Ludo’.

Re: guix.el: Key bindings for a "package list"

2014-09-05 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-09-05 12:26 +0400) wrote: > >> Alex Kost skribis: >> >>> Hello, >>> >>> I would like to know people's opinions about default key bindings. >>> >>> Currently in a buffer with a list of packages we have: "u"/"U" to >>> unmark/unmark all. But it leaves no

Re: [PATCH 3/3] gnu: Add minetest.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/games.scm (minetest): New variable. [...] > +(arguments > + '(#:phases (alist-cons-before > + 'configure 'set-cpath > + (lambda* (#:key inputs #:allow-other-keys) > + ;; Adjust the CPATH so that c

Re: [PATCH 1/3] gnu: Add openal.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 31/31] gnu: Add python-sphinx.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 30/31] gnu: Add python-pygments.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 27/31] gnu: Add python-markupsafe.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 15/31] gnu: Add python-testscenarios.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New > variables. OK, but... > +(license (list bsd-3 asl2.0 Please add a comment stating if it’s one or the other at the user’s option, or if it’s a mixture of both. Ludo’.

Re: [PATCH 06/31] gnu: Add python-unidecode.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-unidecode, python2-unidecode): New > variables. OK. > +(license gpl2))) v2-only, right? Ludo’.

Re: [PATCH 20/31] gnu: Add python-discover.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-discover, python2-discover): New variables. [...] > +(define-public python-coverage > + (package > +(name "python-coverage") > +(version "3.7.1") > +(source > + (origin > + (method url-fetch) > + (uri (stri

Re: [PATCH 01/31] gnu: Add python-exif-read.

2014-09-05 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> * gnu/packages/python.scm (python-exif-read, python2-exif-read): New >> variables. > > LGTM. > > (I’ll assume you’re confident about the ‘license’ fields. Presumably > PiPy does some sanity checks?) I checked them as best as I could sinc

Re: [PATCH 19/31] gnu: Add python-testrepository.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 13/31] gnu: Add python-scripttest.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 08/31] gnu: Add python-extras.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 26/31] gnu: Add python-pip.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-pip, python2-pip): New variables. OK. Does it actually work without patching? No hard-coded /usr/local or anything like that? Ludo’.

Re: [PATCH 07/31] gnu: Add python-mimeparse.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 25/31] gnu: Add python-virtualenv.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 24/31] gnu: Add python-itsdangerous.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 21/31] gnu: Add python-pyjwt.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 18/31] gnu: Add python-fixtures.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 28/31] gnu: Add python-jinja2.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 12/31] gnu: Add python-pytest.

2014-09-05 Thread Ludovic Courtès
I believe this is the fifth test framework I see in this patch series.

Re: [PATCH 12/31] gnu: Add python-pytest.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 23/31] gnu: Add python-oauthlib.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 17/31] gnu: Add python-subunit.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 14/31] gnu: Add python-testtools.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 16/31] gnu: Add python-testresources.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 11/31] gnu: Add python-py.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-py, python2-py): New variables. OK. > +(description > + "Py is a Python library for path parsing, .ini file parsing, I/O, code s/path/file name/. Ludo'.

Re: [PATCH 03/31] gnu: Add python-certifi.

2014-09-05 Thread David Thompson
Ludovic Courtès writes: > David Thompson skribis: > >> * gnu/packages/python.scm (python-certifi, python2-certifi): New variables. > > OK, but: > >> +(description >> + "Certifi is a Python library that contains a CA certificate bundle, >> which >> +is useful for verifying HTTP requests.

Re: [PATCH 10/31] gnu: Add python-unittest2.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 09/31] gnu: Add python-nose.

2014-09-05 Thread Ludovic Courtès
OK

Re: [PATCH 04/31] gnu: Add python2-requests.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python2-requests): New variable. [...] > +(description > + "Requests is an Apache2 Licensed HTTP library, written in Python, for > +human beings.") Rather something more technical and factual: Requests is a Python HTTP client libr

Re: [PATCH 03/31] gnu: Add python-certifi.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-certifi, python2-certifi): New variables. OK, but: > +(description > + "Certifi is a Python library that contains a CA certificate bundle, > which > +is useful for verifying HTTP requests.") “which is used by the Requests lib

Re: [PATCH 05/31] gnu: Add python-jsonschema.

2014-09-05 Thread Ludovic Courtès
OK.

Re: [PATCH 02/31] gnu: Add python-pyld.

2014-09-05 Thread Ludovic Courtès
OK.

Re: [PATCH 01/31] gnu: Add python-exif-read.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > * gnu/packages/python.scm (python-exif-read, python2-exif-read): New > variables. LGTM. (I’ll assume you’re confident about the ‘license’ fields. Presumably PiPy does some sanity checks?) Ludo’.

Re: [PATCH 22/31] gnu: Add python-pycrypto.

2014-09-05 Thread Ludovic Courtès
David Thompson skribis: > Eric Bavier writes: > >> David Thompson writes: [...] >>> +(inputs >>> + `(("python" ,python) ;; need libpython3.3m >>> + ("python-setuptools" ,python-setuptools) >>> + ("gmp" ,gmp))) >> >> Should python-setuptools perhaps go in native-inputs (this

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

2014-09-05 Thread David Thompson
Eric Bavier writes: > David Thompson writes: > >> + (lambda* (#:key outputs #:allow-other-keys) >> + (let ((prefix (assoc-ref outputs "out"))) > > This should probably be named "out" rather than "prefix" for consistency > with the rest of guix's packages. > Done

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

2014-09-05 Thread Eric Bavier
David Thompson writes: > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((prefix (assoc-ref outputs "out"))) This should probably be named "out" rather than "prefix" for consistency with the rest of guix's packages. > +(description > + "3D game

Re: [PATCH 22/31] gnu: Add python-pycrypto.

2014-09-05 Thread David Thompson
Eric Bavier writes: > David Thompson writes: > >> * gnu/packages/python.scm (python-pycrypto, python2-pycrypto): New variables. >> --- >> gnu/packages/python.scm | 32 >> 1 file changed, 32 insertions(+) >> >> diff --git a/gnu/packages/python.scm b/gnu/packages/p

Re: [PATCH 22/31] gnu: Add python-pycrypto.

2014-09-05 Thread Eric Bavier
David Thompson writes: > * gnu/packages/python.scm (python-pycrypto, python2-pycrypto): New variables. > --- > gnu/packages/python.scm | 32 > 1 file changed, 32 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 2e16838..886

[PATCH 1/3] gnu: Add openal.

2014-09-05 Thread David Thompson
* gnu/packages/games.scm (openal): New variable. --- gnu/packages/games.scm | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 84e09aa..e6ef402 100644 --- a/gnu/packages/games.scm +++ b/gnu/pa

[PATCH 3/3] gnu: Add minetest.

2014-09-05 Thread David Thompson
* gnu/packages/games.scm (minetest): New variable. --- gnu/packages/games.scm | 58 ++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 86ad436..e79e8a7 100644 --- a/gnu/packages/games.scm +++ b/gnu

[PATCH 2/3] gnu: Add irrlicht.

2014-09-05 Thread David Thompson
* gnu/packages/games.scm (irrlicht): New variable. --- gnu/packages/games.scm | 47 +++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e6ef402..86ad436 100644 --- a/gnu/packages/games.scm +++ b/gnu/pa

[PATCH 29/31] gnu: Add python-docutils.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-docutils, python2-docutils): New variables. --- gnu/packages/python.scm | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6f7d474..b90d4d7 100644 --- a/gnu

[PATCH 31/31] gnu: Add python-sphinx.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-sphinx, python2-sphinx): 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 7dc0a46..e366e73 100644 --- a/gnu/packages/python.scm +++

[PATCH 15/31] gnu: Add python-testscenarios.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2b5a1dd..0338ccc 100644 --- a/gnu/packages

[PATCH 07/31] gnu: Add python-mimeparse.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): 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 6dd4922..1db3778 100644 --- a/gnu/packages/python

[PATCH 30/31] gnu: Add python-pygments.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pygments, python2-pygments): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index b90d4d7..7dc0a46 100644 --- a/gnu/packages/python.scm +++

[PATCH 27/31] gnu: Add python-markupsafe.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-markupsafe, python2-markupsafe): 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 3638382..e2b3fa9 100644 --- a/gnu/packages/python.

[PATCH 06/31] gnu: Add python-unidecode.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-unidecode, python2-unidecode): 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 f5c5a14..6dd4922 100644 --- a/gnu/packages/python

[PATCH 25/31] gnu: Add python-virtualenv.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-virtualenv, python2-virtualenv): 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 aa03e83..cb783e6 100644 --- a/gnu/packages/python

[PATCH 22/31] gnu: Add python-pycrypto.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pycrypto, python2-pycrypto): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2e16838..886dc03 100644 --- a/gnu/packages/python.

[PATCH 20/31] gnu: Add python-discover.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-discover, python2-discover): New variables. --- gnu/packages/python.scm | 55 + 1 file changed, 55 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 40e62ac..115168e 100644 --- a/gnu

[PATCH 19/31] gnu: Add python-testrepository.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testrepository, python2-testrepository): 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 76899d6..40e62ac 100644 --- a/gnu/pack

[PATCH 13/31] gnu: Add python-scripttest.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-scriptest, python2-scripttest): 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 959a08b..b597126 100644 --- a/gnu/packages/python.

[PATCH 26/31] gnu: Add python-pip.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pip, python2-pip): 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 cb783e6..3638382 100644 --- a/gnu/packages/python.scm +++ b/gnu

[PATCH 21/31] gnu: Add python-pyjwt.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 115168e..2e16838 100644 --- a/gnu/packages/python.scm +++ b/

[PATCH 08/31] gnu: Add python-extras.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-extras, python2-extras): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 1db3778..05d7ef7 100644 --- a/gnu/packages/python.scm +++

[PATCH 24/31] gnu: Add python-itsdangerous.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): 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 6c6fdb5..aa03e83 100644 --- a/gnu/packages/pyt

[PATCH 18/31] gnu: Add python-fixtures.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e48444d..76899d6 100644 --- a/gnu/packages/python.scm

[PATCH 23/31] gnu: Add python-oauthlib.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables. --- gnu/packages/python.scm | 52 +++-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 886dc03..6c6fdb5

[PATCH 28/31] gnu: Add python-jinja2.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-jinja2, python2-jinja2): 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 e2b3fa9..6f7d474 100644 --- a/gnu/packages/python.scm +++ b

[PATCH 12/31] gnu: Add python-pytest.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pytest, python2-pytest): 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 6ef19d5..959a08b 100644 --- a/gnu/packages/python.

[PATCH 14/31] gnu: Add python-testtools.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testtools, python2-testtools): 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 b597126..2b5a1dd 100644 --- a/gnu/packages/pytho

[PATCH 17/31] gnu: Add python-subunit.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-subunit, python2-subunit): 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 9af90d2..e48444d 100644 --- a/gnu/packages/python.scm +

[PATCH 16/31] gnu: Add python-testresources.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-testresources, python2-testresources): 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 0338ccc..9af90d2 100644 --- a/gnu/packages/

[PATCH 02/31] gnu: Add python-pyld.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-pyld, python2-pyld): 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 17147b9..ad5def2 100644 --- a/gnu/packages/python.scm +++ b/gnu/

[PATCH 11/31] gnu: Add python-py.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-py, python2-py): 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 a68c0b5..6ef19d5 100644 --- a/gnu/packages/python.scm +++ b/gnu/pack

[PATCH 09/31] gnu: Add python-nose.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-nose, python2-nose): New variables. --- gnu/packages/python.scm | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 05d7ef7..646ba81 100644 --- a/gnu/packages/pyt

[PATCH 04/31] gnu: Add python2-requests.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python2-requests): New variable. --- gnu/packages/python.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f591605..35fcc2a 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/p

[PATCH 10/31] gnu: Add python-unittest2.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-unittest2, python2-unittest2): New variables. --- gnu/packages/python.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 646ba81..a68c0b5 100644 --- a/gnu/pa

[PATCH 03/31] gnu: Add python-certifi.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-certifi, python2-certifi): 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 ad5def2..f591605 100644 --- a/gnu/packages/python.scm +++

[PATCH 05/31] gnu: Add python-jsonschema.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New variables. --- gnu/packages/python.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 35fcc2a..f5c5a14 100644 --- a/gnu/packages/python.s

[PATCH 01/31] gnu: Add python-exif-read.

2014-09-05 Thread David Thompson
* gnu/packages/python.scm (python-exif-read, python2-exif-read): 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 641a5df..17147b9 100644 --- a/gnu/packages/python.s

Guix package wishlist on libreplanet.org

2014-09-05 Thread David Thompson
Hello all, Yesterday, some of us folks on the #guix IRC channel decided to create a wiki page that lists software that people would like to see packaged. You can find the list here: http://libreplanet.org/wiki/Group:Guix/Wishlist If you want to package something but not sure what, take a look at

Re: guix.el: Key bindings for a "package list"

2014-09-05 Thread Alex Kost
Taylan Ulrich Bayirli/Kammer (2014-09-05 13:11 +0400) wrote: > Alex Kost writes: > >> I would like to know people's opinions about default key bindings. > > Might be nice to be consistent with the package-menu-mode (M-x > list-packages) interface: > > U package-menu-mark-upgrades >

Re: guix.el: Key bindings for a "package list"

2014-09-05 Thread Alex Kost
Ludovic Courtès (2014-09-05 12:26 +0400) wrote: > Alex Kost skribis: > >> Hello, >> >> I would like to know people's opinions about default key bindings. >> >> Currently in a buffer with a list of packages we have: "u"/"U" to >> unmark/unmark all. But it leaves no room for marking for upgrade an

Re: guix.el: Key bindings for a "package list"

2014-09-05 Thread Taylan Ulrich Bayirli/Kammer
Alex Kost writes: > I would like to know people's opinions about default key bindings. Might be nice to be consistent with the package-menu-mode (M-x list-packages) interface: U package-menu-mark-upgrades d package-menu-mark-delete i package-menu-mark-i

Re: guix.el: Key bindings for a "package list"

2014-09-05 Thread Ludovic Courtès
Hi! Alex Kost skribis: > Hello, > > I would like to know people's opinions about default key bindings. > > Currently in a buffer with a list of packages we have: "u"/"U" to > unmark/unmark all. But it leaves no room for marking for upgrade and I > just bound it to "^" which is not very good. >

Re: How is Guix going to able to install GNOME if it has a systemd dependency?

2014-09-05 Thread Ludovic Courtès
Omar Radwan skribis: > How is Guix going to be able to install GNOME if Guix uses dmd while GNOME > has a dependency for systemd? My understanding is that GNOME can still be used without systemd. > Will there be a compatiblity layer for systemd scripts? Since systemd “unit” files are purely de

Re: [PATCH] utils: Clean trailing whitespace at end of SHELL

2014-09-05 Thread Ludovic Courtès
Eric Bavier skribis: > Ludovic Courtès writes: > >> Eric Bavier skribis: >> >>> I found an unfortunate bug in the last patch I made to >>> patch-makefile-SHELL that would leave a trailing ' ' at the end of SHELL >>> assignments. This is fine for most packages, but caused >>> gobject-introspecti

guix.el: Key bindings for a "package list"

2014-09-05 Thread Alex Kost
Hello, I would like to know people's opinions about default key bindings. Currently in a buffer with a list of packages we have: "u"/"U" to unmark/unmark all. But it leaves no room for marking for upgrade and I just bound it to "^" which is not very good. So what about combining "unmark"/"unmar