Re: [PATCH 09/16] gnu: Add python-entrypoints.

2016-11-04 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: >> + (modify-phases %standard-phases >> + (delete 'build) >> + (replace 'install >> + (lambda* (#:key inputs outputs #:allow-other-keys) >> + (let* ((out (assoc-ref outputs "out"))

Re: [PATCH 09/16] gnu: Add python-entrypoints.

2016-11-02 Thread Hartmut Goebel
Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: > + (modify-phases %standard-phases > + (delete 'build) > + (replace 'install > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > +(python-v

Re: [PATCH 09/16] gnu: Add python-entrypoints.

2016-11-01 Thread Roel Janssen
Ricardo Wurmus writes: > * gnu/packages/python.scm (python-entrypoints, python2-entrypoints): New > variables. > --- > gnu/packages/python.scm | 55 > + > 1 file changed, 55 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/pyt

[PATCH 09/16] gnu: Add python-entrypoints.

2016-11-01 Thread Ricardo Wurmus
* gnu/packages/python.scm (python-entrypoints, python2-entrypoints): 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 a2d3d3c..621c4d0 100644 ---