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

2016-12-07 Thread Tobias Geerinckx-Rice
Hartmut, On 07/12/16 10:44, Hartmut Goebel wrote: > The LICENCE file says LGPL 2.1+ as you said, but > https://pypi.python.org/pypi/sshuttle/ says it is GPL2+. I know :-) That would be because of this gem, copied from... head -n 5 setup.py #!/usr/bin/env python # Copyright 2012-2014

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

2016-12-07 Thread Hartmut Goebel
Am 07.12.2016 um 04:19 schrieb Tobias Geerinckx-Rice: > +(native-inputs > + `(("python-pytest-runner" ,python-pytest-runner) > + ("python-setuptools-scm" ,python-setuptools-scm) > + > + ;; For tests only. > + ("python-mock" ,python-mock) > + ("python-pytest" ,python-

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

2016-12-06 Thread Tobias Geerinckx-Rice
On 07/12/16 04:19, Tobias Geerinckx-Rice wrote: > +(native-inputs > + `(("python-pytest-runner" ,python-pytest-runner) > + [...] > + ;; For tests only. > + [...] Sic, by the way. Even ‘#:tests? #f’ builds fail without pytest-runner. Kind regards, T G-R signature.asc

[PATCH 1/3] gnu: Add sshuttle.

2016-12-06 Thread Tobias Geerinckx-Rice
* gnu/packages/vpn.scm (sshuttle): New variable. --- gnu/packages/vpn.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 6d50304..a856d69 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -4,6