Re: [PATCH] gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.

2016-08-16 Thread Leo Famulari
On Tue, Aug 16, 2016 at 08:13:10PM +0200, Danny Milosavljevic wrote: > gnu: pypi importer: Remove python-setuptools and hint on how to re-add it. I'm in favor of not automatically adding setuptools to packages created with the PyPi importer. For the packages that require setuptools, packagers can

Re: [PATCH] gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.

2016-08-16 Thread Pjotr Prins
On Tue, Aug 16, 2016 at 09:39:52PM +0200, Danny Milosavljevic wrote: > Hi, > > > Can you be more specific why it is removed? I don't understand the harm > > it does or doesn't do when it's included. > > Would this not be bad for packages which require setuptools? Not all python packages require s

Re: [PATCH] gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.

2016-08-16 Thread Danny Milosavljevic
Hi, > Can you be more specific why it is removed? I don't understand the harm > it does or doesn't do when it's included. > Would this not be bad for packages which require setuptools? Python 3.4 integrated setuptools into the main distribution. It doesn't require an external python-setuptools.

Re: [PATCH] gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.

2016-08-16 Thread ng0
Hi, Danny Milosavljevic writes: > gnu: pypi importer: Remove python-setuptools and hint on how to re-add it. Can you be more specific why it is removed? I don't understand the harm it does or doesn't do when it's included. Would this not be bad for packages which require setuptools? > * guix/i

[PATCH] gnu: pypi importer: Remove python-setuptools and hint on how to re-add it.

2016-08-16 Thread Danny Milosavljevic
gnu: pypi importer: Remove python-setuptools and hint on how to re-add it. * guix/import/pypi.scm (make-pypi-sexp): Modified. --- guix/import/pypi.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm index 343445a..d177d33 100644