Re: [PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-19 Thread Danny Milosavljevic
Committed as d83d87225980cec4926aec03280ad3533b778281 to python-tests.

Re: [PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-19 Thread Danny Milosavljevic
> or alternatively, would (which "git") work? Yes. I'll use it.

Re: [PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-19 Thread Danny Milosavljevic
> Why is this necessary? Git is available in PATH, no? Yes, but their tests use Popen with a custom environment which doesn't include the PATH variable at all. Also, if one messes it up the git invocation tests will be skipped and "succeed"!

Re: [PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-18 Thread Efraim Flashner
On Wed, Jan 18, 2017 at 06:48:46PM +0100, Marius Bakke wrote: > Danny Milosavljevic writes: > > > * gnu/packages/python.scm (python-dulwich, python2-dulwich): New variables. > > --- > > gnu/packages/python.scm | 44 > > 1 file

Re: [PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/python.scm (python-dulwich, python2-dulwich): New variables. > --- > gnu/packages/python.scm | 44 > 1 file changed, 44 insertions(+) > > diff --git a/gnu/packages/python.scm

[PATCH v2 3/6] gnu: Add python-dulwich.

2017-01-17 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-dulwich, python2-dulwich): 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 6c7a6353d..b064c9f47 100644 ---