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

2016-04-24 Thread Ben Woodcroft
Hi Hartmut, Thanks for your comments. On 22/04/16 04:24, Hartmut Goebel wrote: Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: +(arguments + `(#:phases + (modify-phases %standard-phases + ;; python setup.py test does not work as of 0.98 + ;; but there is only the

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

2016-04-21 Thread Hartmut Goebel
Am 21.04.2016 um 15:21 schrieb Ben Woodcroft: > +(arguments > + `(#:phases > + (modify-phases %standard-phases > + ;; python setup.py test does not work as of 0.98 > + ;; but there is only the one test file > + (replace 'check > + (lambda _ (zero?

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

2016-04-21 Thread Efraim Flashner
On Thu, Apr 21, 2016 at 11:21:53PM +1000, Ben Woodcroft wrote: > * gnu/packages/python.scm (python-bz2file, python2-bz2file): New > variables. > --- > gnu/packages/python.scm | 40 > 1 file changed, 40 insertions(+) > > diff --git

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

2016-04-21 Thread Ben Woodcroft
* gnu/packages/python.scm (python-bz2file, python2-bz2file): New variables. --- gnu/packages/python.scm | 40 1 file changed, 40 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ecd16c5..9c3a9fd 100644 ---