wcalc

2015-11-07 Thread Efraim Flashner
Fairly simple program, my chosen commandline calculator program. Not much to say :) -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From

Re: [PATCH 1/2] gnu: Add qtkeychain.

2015-11-07 Thread Efraim Flashner
On Sat, 7 Nov 2015 20:31:45 +0200 Efraim Flashner wrote: > On Thu, 05 Nov 2015 22:28:42 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > > > Efraim Flashner skribis: > > > > > * gnu/packages/qt.scm (qtkeychain): New variable. > > > >

Re: [PATCH 0/3] add c-ares and aria2

2015-11-08 Thread Efraim Flashner
On Thu, 5 Nov 2015 11:19:53 +0200 Efraim Flashner wrote: > On Tue, 03 Nov 2015 14:35:07 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > > > Efraim Flashner skribis: > > > > > This patch has driven me crazy a bit. C-ares is a library for > > > asynchr

Re: [PATCH 1/2] gnu: Add gtksourceview.

2015-11-08 Thread Efraim Flashner
sense to put them both in the same file. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpwYnogedzvN.pgp Description: OpenPGP digital signature

[PATCH 0/2] Add tilda

2015-11-10 Thread Efraim Flashner
Tilda is a dropdown terminal that is fairly low on resources. I started this one a while ago but didn't realize that it needed an earlier version of vte, but I've finally figured that out today. I don't think I've gotten the commit message correct for vte. Efraim Flashner (2):

[PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-10 Thread Efraim Flashner
+11,7 @@ ;;; Copyright © 2015 Ricardo Wurmus ;;; Copyright © 2015 Mark H Weaver ;;; Copyright © 2015 David Thompson +;;; Copyright © 2015 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -1701,6 +1702,23 @@ gnome-terminal, but can also be used to embed a console/terminal in

[PATCH 2/2] gnu: Add tilda.

2015-11-10 Thread Efraim Flashner
/terminals.scm new file mode 100644 index 000..a45a2be --- /dev/null +++ b/gnu/packages/terminals.scm @@ -0,0 +1,70 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Efraim Flashner +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can

Re: Update mafft to 7.245.

2015-11-10 Thread Efraim Flashner
f it. Also, instead of: Fix inputs. the commit message is more along the lines of: [inputs]: Move inputs to propagated-inputs and add missing dependencies. but I normally have to check against older commit messages to see what others are doing and I try to copy that. -- Efraim Flashner אפרים פל

Re: [PATCH 1/2] gnu: Add qtkeychain.

2015-11-12 Thread Efraim Flashner
On Tue, 10 Nov 2015 19:07:20 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > On Thu, 05 Nov 2015 22:28:42 +0100 > > l...@gnu.org (Ludovic Courtès) wrote: > > > >> Efraim Flashner skribis: > >> > >>

Re: [PATCHES] Mupen64Plus

2015-11-12 Thread Efraim Flashner
ipe for target '_obj/api/callbacks.o' failed make: *** [_obj/api/callbacks.o] Error 1 make: *** wait: No child processes. Stop. phase `build' failed after 1.2 seconds -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cann

Re: [PATCH] gnu: ladspa: Update urls.

2015-11-12 Thread Efraim Flashner
"http://slackware.org.uk/slacky/slackware-13.0/multimedia/ladspa/1.13/src/ladspa_sdk_"; near the end of the url, change the 1.13 to: " version " -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality canno

Re: [PATCH 0/3] add c-ares and aria2

2015-11-12 Thread Efraim Flashner
On Thu, 12 Nov 2015 14:05:31 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > >> In the end rebuilding c-ares with the release tarball and not the github > >> tarball fixed the issues with aria2 not recognizing c-ares. I wasn't able >

Re: [PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-16 Thread Efraim Flashner
On Sun, 15 Nov 2015 18:46:04 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > * gnu/packages/gnome.scm (vte): Add version 0.36.5. > > [...] > > > +;; provides vte 2.90, required for some terminal emulators > > +(define-public vte-

Re: [PATCH] draft addition of github updater

2015-11-16 Thread Efraim Flashner
quot; (package-version package) ".tar.gz") url I don't know that archive/${version}.tar.gz is actually anywhere, but a quick search of videos.scm shouldn't by itself rule it out. After my search through videos.scm, I see that github and sourceforge have similar url endings. /${nam

Re: [PATCH 2/2] gnu: Add tilda.

2015-11-16 Thread Efraim Flashner
On Sun, 15 Nov 2015 21:28:12 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > * gnu/packages/terminals.scm: New file. > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > Not sure if it warrants a new file, but I don’t have a better idea

Re: [PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-16 Thread Efraim Flashner
On Sun, 15 Nov 2015 22:22:31 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > [...] > Fair enough. In that case, it’s fine to commit this intermediate > version. It would be ideal if you could add a link to the Tilda bug > report that di

Re: Wget 1.17 fails almost everywhere

2015-11-17 Thread Efraim Flashner
reas > Unit test failures on the other architectures. I've reverted the changes while I take a look at it. Thanks for the heads up. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on

Re: Reproducible builds: a means to an end

2015-11-19 Thread Efraim Flashner
ithout doing that, we could change the title to with something like retitle, and add [determinism] to the subject line > Does that seem doable? > > Thanks for your help! > > Ludo’. > -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41

Re: Funding the build farm

2015-11-24 Thread Efraim Flashner
rected funding) refuses to do > so for > GNU projects, for fear of offending the FSF. > What about the FSFE? Would they be more amenable or are they just the European arm of the FSF? -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Con

Re: [PATCH 16/23] gnu: Add dialog.

2015-11-25 Thread Efraim Flashner
;Curses widgets") > +(description "A script-interpreter which provides a set of curses > widgets.") > +(home-page "http://invisible-island.net/dialog/dialog.html";) > +(license (list lgpl2.1 gpl3 ; some components are GPL v3 -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpwpBjWWnldX.pgp Description: OpenPGP digital signature

Re: [PATCH 20/23] gnu: python-parsedatetime: Update to 1.5.

2015-11-25 Thread Efraim Flashner
uot; > +"1as0mm4ql3z0324nc9bys2s1ngh507i317p16b79rx86wlmvx9ix" > (build-system python-build-system) > (native-inputs > `(("python-setuptools" ,python-setuptools))) > -(arguments `(#:tests? #f)) ;no test target > (

Re: Python updates

2015-11-30 Thread Efraim Flashner
finish my current python project. In case anyone else wants to take a look at it sooner, one of the circular dependencies in the updates is python-mock-1.3.0 depends on python-pbr-0.11, which depends on python-pip, which depends on python-mock (for tests). Also, updating python-urwid doesn&#

Re: Parallel (de-)compression

2015-12-02 Thread Efraim Flashner
d :). One of the big plusses to pbzip is that the compressed files are fully compatable with bzip, and I believe all the normally used flags are also usable. It can also be dropped into tar with --use-compress-prog=pbzip2. Parallel xz I know much less about. -- Efraim Flashner אפרים פלשנר GPG

[PATCH 00/10] git-annex special-remote hubiC support

2015-12-03 Thread Efraim Flashner
me quite a bit of time in this process. In the end I didn't need python2-functools32; it turned out I had just forgotten to add (argument `(#:python ,python-2)) to the python2- packages and git-annex-remote-hubic. Efraim Flashner (10): gnu: Add python-pytest-cov. gnu: Add python-wheel

[PATCH 05/10] gnu: Add python2-futures.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python2-futures): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8084831..21aa8fa 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/pytho

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

2015-12-03 Thread Efraim Flashner
* gnu/packages/openstack.scm (python-swiftclient, python2-swiftclient): New variables. --- gnu/packages/openstack.scm | 53 ++ 1 file changed, 53 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index faf6ebf..186c56d 1

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

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python-wheel, python2-wheel): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d8fca79..b110921 100644 --- a/gnu/packages/python.scm +++ b/g

[PATCH 03/10] gnu: python-requests: Update to 2.8.1.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python-requests): Update to 2.8.1. [native-inputs]: Move python-setuptools here. [inputs]: Add python-py, python-pytest, python-pytest-cov, python-wheel. [arguments]: Enable tests. --- gnu/packages/python.scm | 19 ++- 1 file changed, 10 insertions(+), 9

[PATCH 09/10] gnu: Add python2-functools32.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python2-functools32): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0323399..ab0f56e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/

[PATCH 08/10] gnu: Add python-pyasn1-modules.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python-pyasn1-modules) (python2-pyasn1-modules): New variables. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5c71aac..0323399 100644 --- a/gnu/packages/py

[PATCH 10/10] gnu: Add git-annex-remote-hubic.

2015-12-03 Thread Efraim Flashner
* gnu/packages/version-control.scm (git-annex-remote-hubic): New variable. --- gnu/packages/version-control.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index b132663..e134d81 100644 -

[PATCH 07/10] gnu: Add python-rauth.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python-rauth, python2-rauth): New variables. --- gnu/packages/python.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 21aa8fa..5c71aac 100644 --- a/gnu/packages/python.scm +

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

2015-12-03 Thread Efraim Flashner
* gnu/packages/openstack.scm (python-keystoneclient) (python2-keystoneclient): New variables. --- gnu/packages/openstack.scm | 73 +- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm in

[PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-03 Thread Efraim Flashner
* gnu/packages/python.scm (python-pytest-cov, python2-pytest-cov): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3385393..d8fca79 100644 --- a/gnu/packages/python

Re: [PATCH 07/10] gnu: Add python-rauth.

2015-12-03 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:28 +0200 Efraim Flashner wrote: > * gnu/packages/python.scm (python-rauth, python2-rauth): New variables. > --- > gnu/packages/python.scm | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/gnu/packages/python.

Re: [PATCH] gnu: Add mpv-minimal.

2015-12-05 Thread Efraim Flashner
> > I'm personally for it, but there may be users who need mpv with samba > support, so I'm not sure if it is right. I thought that default Guix > packages should be full-featured, no? > we could rename the current one mpv-network-support or something similar. -- Efraim F

armhf build machines

2015-12-07 Thread Efraim Flashner
nsive. Is this something we'd be interested in? -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpPHV_TpMo3_.pgp Description: OpenPGP digital signature

Re: [PATCH 05/10] gnu: Add python2-futures.

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:26 +0200 Efraim Flashner wrote: > * gnu/packages/python.scm (python2-futures): New variable. > --- > gnu/packages/python.scm | 23 +++ > 1 file changed, 23 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/

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

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:23 +0200 Efraim Flashner wrote: > * gnu/packages/python.scm (python-wheel, python2-wheel): New variable. > --- > gnu/packages/python.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/python.

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 23:25:26 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > > + (build-system python-build-system) > > + (inputs > > + `(("python-coverage" ,python-coverage) > > + ("python-pytest" ,python-pytest))) &g

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-07 Thread Efraim Flashner
On Fri, 4 Dec 2015 11:00:02 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > > +(define-public python2-functools32 > > + (package > > +(name "python2-functools32") > > +(version "3.2.3-2") > > +(source > > +

Re: [PATCH 10/10] gnu: Add git-annex-remote-hubic.

2015-12-07 Thread Efraim Flashner
On Fri, 4 Dec 2015 10:57:27 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > > +(define-public git-annex-remote-hubic > > + (package > > +(name "git-annex-remote-hubic") > > +(version "0.3.1") > > +

Re: [PATCH 08/10] gnu: Add python-pyasn1-modules.

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:29 +0200 Efraim Flashner wrote: > * gnu/packages/python.scm (python-pyasn1-modules) > (python2-pyasn1-modules): New variables. > --- > gnu/packages/python.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/

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

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:25 +0200 Efraim Flashner wrote: > * gnu/packages/openstack.scm (python-keystoneclient) > (python2-keystoneclient): New variables. > --- > gnu/packages/openstack.scm | 73 > +- > 1 file changed, 72 inserti

Re: [PATCH 07/10] gnu: Add python-rauth.

2015-12-07 Thread Efraim Flashner
On Fri, 4 Dec 2015 10:53:42 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > > * gnu/packages/python.scm (python-rauth, python2-rauth): New variables. > > --- > > gnu/packages/python.scm | 33 + > > 1 file changed, 33 inse

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

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:27 +0200 Efraim Flashner wrote: > * gnu/packages/openstack.scm (python-swiftclient, python2-swiftclient): > New variables. > --- > gnu/packages/openstack.scm | 53 > ++ > 1 file changed, 53 insertions(+)

Re: [PATCH 03/10] gnu: python-requests: Update to 2.8.1.

2015-12-07 Thread Efraim Flashner
On Thu, 3 Dec 2015 16:43:24 +0200 Efraim Flashner wrote: > * gnu/packages/python.scm (python-requests): Update to 2.8.1. > [native-inputs]: Move python-setuptools here. > [inputs]: Add python-py, python-pytest, python-pytest-cov, python-wheel. > [arguments]: Enable tests. > ---

Re: GNOME updater

2015-12-08 Thread Efraim Flashner
-cut here---end--->8--- > > Enjoy! :-) > > Ludo’. > A for gnome-3, the 3.19 series AFAIK is the beta/development releases for 3.20, so would we want to update to those numbers? Also, if we don't want to use those releases, we should check if the other packages also use the odd (version minor-version) numbers as a symbol for beta/rc releases. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpIb8PXXwHrU.pgp Description: OpenPGP digital signature

Re: GNOME updater

2015-12-09 Thread Efraim Flashner
On Tue, 08 Dec 2015 16:11:55 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > A for gnome-3, the 3.19 series AFAIK is the beta/development releases for > > 3.20, so would we want to update to those numbers? > > Good point, we probably don’

Re: GNOME updater

2015-12-09 Thread Efraim Flashner
On Wed, 09 Dec 2015 18:33:39 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > [...] > [...] > [...] > [...] > [...] > > With the patch below, here’s what I get: > > --8<---cut here---start-

Re: Contributor covenant

2015-12-10 Thread Efraim Flashner
uct could possibly have. > > ~~ Ricardo > this. +1 -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgp221iJjrAey.pgp Description: OpenPGP digital signature

Re: Updating Perl to 5.23?

2015-12-12 Thread Efraim Flashner
hit 3.5, and python2 hit 2.7.11. Although in relation to odd numbers being dev releases, I don't know about any of the above version changes if they're dev releases or not. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpYVioTztga1.pgp Description: OpenPGP digital signature

Re: [PATCH 0/1] Update tmux to 2.1 (incompatible changes)

2015-12-14 Thread Efraim Flashner
ver, don’t hesitate > to ask. > > Welcome aboard! :-) > > Ludo’. > Congrats! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpurT9WwcsWM.pgp Description: OpenPGP digital signature

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-19 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:03:39 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > ... > > + (description > > + "Pytest-cov produces coverage reports. It supports centralised testing > > and > > +distributed testing in both load and each modes.

Re: Moving to beta? When?

2015-12-20 Thread Efraim Flashner
ool with my install again :)) > > Or, when to switch? > - Chris > On the other side, gnome-shell sounds like a good cut-off for beta. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpTCjvqd8WeH.pgp Description: OpenPGP digital signature

Re: guixsd offline installation media

2015-12-20 Thread Efraim Flashner
is a good idea, but maybe 4GB/8GB for usb sticks shouldn't be bad. Also if we had a torrent it would be easier to not rely directly on hydra for starting up. Also its an easy way to donate bandwidth without setting up a hydra clone. -- Efraim Flashner אפרים פלשנר GPG key = A28B

Re: GNOME on GuixSD

2015-12-20 Thread Efraim Flashner
ssion, gnome-shell, > gnome-control-center, gnome-settings-daemon, dbus > > to the packages field (to use with the silm login manager) or > user profile (then add 'exec gnome-session' to ~/.xsession). > > Please give suggestions :-) > Does this mean its time to crea

[PATCH 2/2] gnu: Add vdpauinfo.

2015-12-21 Thread Efraim Flashner
* gnu/packages/video.scm (vdpauinfo): New variable. --- gnu/packages/video.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 5b3cccb..7cfa8d7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1

[PATCH 1/2] gnu: Add libvdpau.

2015-12-21 Thread Efraim Flashner
* gnu/packages/video.scm (libvdpau): New variable. --- gnu/packages/video.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 85b7414..5b3cccb 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -

[PATCH 0/2] vdpau and vdpauinfo

2015-12-21 Thread Efraim Flashner
2 new packages, useful for some of the video programs Efraim Flashner (2): gnu: Add libvdpau. gnu: Add vdpauinfo. gnu/packages/video.scm | 50 ++ 1 file changed, 50 insertions(+) -- 2.6.4

Re: [PATCH] gnu: Add mpv-minimal.

2015-12-23 Thread Efraim Flashner
; So if other people do not object, I'm going to remove 'samba' output > from 'mpv' package. > I also use samba for my networking around my place. My wife needs windows for her work, so I have our RPi/NAS set up to use samba instead of nfs. -- Efraim Flashner

Re: [PATCH] gnu: Add mpv-minimal.

2015-12-24 Thread Efraim Flashner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On December 24, 2015 10:36:42 AM GMT+02:00, Alex Kost wrote: >Efraim Flashner (2015-12-23 22:48 +0300) wrote: > >> On Wed, 23 Dec 2015 11:26:47 +0300 >> Alex Kost wrote: >[...] >>> I am an mpv user and I would really

Re: [PATCH] gnu: Add mpv-minimal.

2015-12-24 Thread Efraim Flashner
n.scm for a lot more examples): (define-public mpv-minimal (package (inherit mpv) (name "mpv-minimal) (inputs (alist-delete "samba" (package-inputs mpv) -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confident

Re: [PATCH 0/2] vdpau and vdpauinfo

2015-12-26 Thread Efraim Flashner
On Sat, 26 Dec 2015 00:51:34 -0500 Leo Famulari wrote: > On Mon, Dec 21, 2015 at 04:45:05PM +0200, Efraim Flashner wrote: > > 2 new packages, useful for some of the video programs > > > > Efraim Flashner (2): > > gnu: Add libvdpau. > > gnu: Add vdpauinfo.

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

2015-12-27 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:07:34 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > [...] > > The indentation is wrong here (and affects all following lines of this > sub-expression). > > [...] > > I also think that the indentation is wrong here. My Emacs

Re: [PATCH 05/10] gnu: Add python2-futures.

2015-12-27 Thread Efraim Flashner
send an updated patch? > > ~~ Ricardo attached -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From e500011ab8eb69cb0191f25340ea285a3ac3baf7 Mon Sep 17 00:00:00 2001

Re: [PATCH 08/10] gnu: Add python-pyasn1-modules.

2015-12-27 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:29:39 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > > + (synopsis "Collection of ASN.1-based protocols modules") > > + (description > > + "Pyasn1-modules is a collection of ASN.1-based protocols modules.&qu

Re: [PATCH 09/10] gnu: Add python2-functools32.

2015-12-27 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:30:58 +0100 Ricardo Wurmus wrote: > Looking good now (with the exception of the minor cosmetic misalignment > of the “(base32” line). > > ~~ Ricardo attached -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7

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

2015-12-27 Thread Efraim Flashner
> > + (license asl2.0))) > > + > > +(define-public python2-swiftclient > > + (let ((swiftclient (package-with-python2 python-swiftclient))) > > +(package (inherit swiftclient) > > + (propagated-inputs > > +

Re: [PATCH 07/10] gnu: Add python-rauth.

2015-12-27 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:23:58 +0100 Ricardo Wurmus wrote: > Aside from the alignment of “(base32” this looks okay now. I’ll wait > for the other patches in this series before pushing it, though. > > Thanks! > > ~~ Ricardo attached -- Efraim Flashner אפרים פלשנר GPG ke

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

2015-12-27 Thread Efraim Flashner
On Fri, 11 Dec 2015 15:15:35 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > > [...] > > [...] > > [...] > > [...] > > > (define-public python2-oslo.utils > >(package-with-python2 python-oslo.utils))

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-27 Thread Efraim Flashner
On Sun, 20 Dec 2015 14:43:47 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > [...] > [...] > [...] > [...] > [...] > > Ah, so thats > > in both “load” and “each” modes. > > I read this unquoted and it

Re: [PATCH 0/2] vdpau and vdpauinfo

2015-12-29 Thread Efraim Flashner
n shared object file: No such file or directory [vo/vdpau] Error when calling vdp_device_create_x11: 1 Error opening/initializing the selected video_out (-vo) device. Video: no video efraim@debian-netbook:~/workspace/guix$ vdpauinfo display: :0.0 screen: 0 Failed to open VDPAU backend libvdpau_r600.so: ca

Re: [PATCH 01/10] gnu: Add python-pytest-cov.

2015-12-30 Thread Efraim Flashner
On Wed, 30 Dec 2015 15:10:06 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > [...] > > > [...] > > [...] > > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > > index 6af2bce..50137bd 100644 >

Re: [PATCH 0/2] vdpau and vdpauinfo

2015-12-31 Thread Efraim Flashner
On Tue, 29 Dec 2015 14:14:19 +0200 Efraim Flashner wrote: > On Mon, 28 Dec 2015 21:40:46 -0500 > Leo Famulari wrote: > > [...] > > here's what I got on mpv with vdpau as an input: > Playing: /home/efraim/Videos/Haman_Song_-_a_Purim_rap--vTLxpz9HKs.mp4 >

Re: Trying to fix an error in the pypi-importer

2015-12-31 Thread Efraim Flashner
GUILEC guix/build-system/python.go > guix/build-system/python.scm:51:2: warning: possibly unbound variable > `else' > wrote `guix/build-system/python.go' > > The goal was to change in a way that would not break all other calls to > the procedure pypi-uri. > >

Re: samba security updates

2016-01-03 Thread Efraim Flashner
uilding the following 5 packages would ensure 6 dependent packages are > rebuilt: wine-1.7.52 mpv-0.14.0 kodi-15.2 gnome-shell-3.18.3 gvfs-1.26.2 > with 6 packages, I'd push it to master -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D

Re: Freezing core-updates soon

2016-01-04 Thread Efraim Flashner
(Python anyone?), now is > the time! > > Ludo’. > On the python front, I count python, python2 and python-setuptools. On the `guix refresh -t gnu` front, I see gnutls, libgpg-error, libtasn1, libgcrypt and gettext Also on the "massive rebuild list," off the top of my head, i

Re: Freezing core-updates soon

2016-01-04 Thread Efraim Flashner
On Mon, 04 Jan 2016 16:13:59 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > On the python front, I count python, python2 and python-setuptools. > > OK. > > > On the `guix refresh -t gnu` front, I see gnutls, libgpg-error, libtasn1

python-minimal on core-updates

2016-01-04 Thread Efraim Flashner
While testing libgpg-errror I happened to build pyton-minimal, which failed to pass its tests. Checking in python.scm, python-minimal includes openssl so it can pass the _urllib tests (and I'm sure it uses it for something), and these are the tests that fail. -- Efraim Flashner אפרים

Re: [PATCH] guix pypi importer: Add ending as an optional argument to pypi-uri.

2016-01-05 Thread Efraim Flashner
change then it defaults to .tar.gz. Could part of the patch be changed to: #:optional (ending ".tar.gz")) ? > Also, it would be nice to update the pypi importer as well, so that it > detects the right suffix. > > I also think "ending" should be renamed to "

Re: [PATCH] gnu: boost: Update to 1.60.0

2016-01-06 Thread Efraim Flashner
oost`, except for several packages that already fail to build in > current master (e.g. opam, simple-scan, strigi, hydra, shogun). > I looked at opam a few months ago, to do a good build we should update it, and it needs a couple new ocaml packages to replace bundled versions. -- Efr

Re: [PATCH 04/17] gnu: Add python-click-log.

2016-01-06 Thread Efraim Flashner
python-click))) > +(synopsis "Logging for click applications") > +(description "This package provides a Python library for logging for > Click ^^^ I think you can leave out this "for" ----^ > +applicat

Re: [PATCH 01/17] gnu: Add python-atomicwrites.

2016-01-06 Thread Efraim Flashner
t; +for atomic filesystem operations.") > +(home-page "https://github.com/untitaker/python-atomicwrites";) > +(license license:expat))) Is this python 3 only? -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpqvPuel4mhd.pgp Description: OpenPGP digital signature

Re: [PATCH 12/17] gnu: Add vdirsyncer.

2016-01-06 Thread Efraim Flashner
ick-log" ,python-click-log) > + ("python-click-threading" ,python-click-threading) > + ("python-lxml" ,python-lxml) ; which one? > + ("python-requests-toolbelt" ,python-requests-toolbelt))) > +(synopsis "Synchronize calendar

Re: [PATCH 15/17] gnu: Update python-tzlocal to 1.2.

2016-01-06 Thread Efraim Flashner
%build-inputs "unzip") > - "/bin/unzip")) > -(source (assoc-ref %build-inputs "source"))) > -(and (zero? (system* unzip source)) > - (chdir (string-append "tzlocal-" ,version)

Re: [PATCH 17/17] gnu: Add khal.

2016-01-06 Thread Efraim Flashner
nx" ,python-sphinx))) > +(inputs > + `(("sqlite" ,sqlite))) > +(propagated-inputs > + `(("python-configobj" ,python-configobj) > + ("python-dateutil-2" ,python-dateutil-2) > + ("python-icalendar" ,python-icalendar) > + ("python-tzlocal" ,python-tzlocal) > + ("python-urwid" ,python-urwid) > + ("python-pyxdg" ,python-pyxdg) > + ("vdirsyncer" ,vdirsyncer))) > +(synopsis "CLI and TUI calendar program") > +(description "Khal is a standards based CLI and TUI calendar program, > able > +to synchronize with CalDAV servers through vdirsyncer.") > +(home-page "http://lostpackets.de/khal/";) > +(license expat))) -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpdViLBQ_M8N.pgp Description: OpenPGP digital signature

[PATCH 3/3] gnu: Add go-1.5.

2016-01-12 Thread Efraim Flashner
* gnu/packages/golang.scm (go-1.5): New variable. --- gnu/packages/golang.scm | 32 +++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index cb1cbc1..6f281cf 100644 --- a/gnu/packages/golang.scm +++ b/gnu

[PATCH 0/3] WIP: Go-lang

2016-01-12 Thread Efraim Flashner
ures. I still intend to work on the build system; I'm probably just psyching myself out about it :). Efraim Flashner (3): gnu: gccgo: Update to 4.9. gnu: Add go-1.4. gnu: Add go-1.5. gnu-system.am | 1 + gnu/packages/gcc.scm| 4 +- gnu/

[PATCH 2/3] gnu: Add go-1.4.

2016-01-12 Thread Efraim Flashner
mode 100644 index 000..cb1cbc1 --- /dev/null +++ b/gnu/packages/golang.scm @@ -0,0 +1,94 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Efraim Flashner +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or

[PATCH 1/3] gnu: gccgo: Update to 4.9.

2016-01-12 Thread Efraim Flashner
* gnu/packages/gcc.scm (gccgo): Update to 4.9. --- gnu/packages/gcc.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 2848e43..e336967 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -440,8 +440,8 @@ using

Re: reproducibility

2016-01-13 Thread Efraim Flashner
re the > order is purposefully specified. > > Thanks, > Fede > I haven't had time (since reading this) to test if the order matters or not, but some of the openstack packages say they care about order: https://git.openstack.org/cgit/openstack/python-keystoneclient/tree/test-requir

Re: [PATCH 3/3] gnu: Add go-1.5.

2016-01-13 Thread Efraim Flashner
On Tue, 12 Jan 2016 21:25:37 +0100 Ricardo Wurmus wrote: > Efraim Flashner writes: > > [...] > > [...] > > > +(arguments > > + (substitute-keyword-arguments (package-arguments go-1.4) > > + ((#:phases phases) > > +`(modify-ph

Re: [PATCH] Update glade.

2016-01-14 Thread Efraim Flashner
glade` doesn't show any programs that depend on glade currently, so if something needs a gtk+-2 version later they could add back the 3.8 version. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaran

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 16:08:53 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > > It seems there's a lot of interest around getting Go packaged in Guix, so I > > figured I should post my work so far to the mailinglist. Currently go-1.4 > > d

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:17:59 -0800 Jeff Mickey wrote: > * Efraim Flashner [2016-01-12 08:31]: > > Go-1.4 is built using gccgo-4.9, and go-1.5 uses go-1.4 to build, so I'm > > pretty confident that go-1.4 works, and since go-1.5 inherits from go-1.4 > > it should be wor

Re: [PATCH 2/3] gnu: Add go-1.4.

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 16:12:35 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner skribis: > > [...] > > [...] > > > +(replace 'build > > + (let* ((bash (assoc-ref %build-inputs "bash")) > > +

Re: [PATCH 0/3] WIP: Go-lang

2016-01-14 Thread Efraim Flashner
On Thu, 14 Jan 2016 11:14:50 -0800 Jeff Mickey wrote: > * Ludovic Courtès [2016-01-14 07:08]: > > Efraim Flashner skribis: > > > >> It seems there's a lot of interest around getting Go packaged in Guix, so I > >> figured I should post my work so fa

Re: Python2-jsonschema fails

2016-01-18 Thread Efraim Flashner
only be added to the inputs of > python2-jsonchema, since it is a backport of a Python 3 library. > > Cyril. > Yes but it has a cascading effect through python.scm and openstack.scm -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confid

Re: Python2-jsonschema fails

2016-01-18 Thread Efraim Flashner
to download packages from pypi, > namely functools32. Maybe there is an input to be added? > > It would be nice if someone more knowledgeable could have a look. > > Thanks, > > Andreas > This should be fixed in commit 264ae68. Separately, python2-tempest-lib's

<    7   8   9   10   11   12   13   14   15   >