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)
>> +
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
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
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
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
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’.
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
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
OK
OK
OK
OK
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’.
David Thompson skribis:
> * gnu/packages/python.scm (python-unidecode, python2-unidecode): New
> variables.
OK.
> +(license gpl2)))
v2-only, right?
Ludo’.
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
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
OK
OK
OK
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’.
OK
OK
OK
OK
OK
OK
I believe this is the fifth test framework I see in this patch series.
OK
OK
OK
OK
OK
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'.
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.
OK
OK
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
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
OK.
OK.
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’.
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
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
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
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
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
* 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
* 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
* 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
* 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
* 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
+++
* 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
* 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
* 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
+++
* 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.
* 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
* 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
* 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.
* 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
* 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
* 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.
* 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
* 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/
* 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
+++
* 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
* 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
* 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
* 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
* 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.
* 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
* 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
+
* 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/
* 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/
* 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
* 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
* 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
* 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
* 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
+++
* 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
* 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
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
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
>
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
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
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.
>
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
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
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
88 matches
Mail list logo