Re: [PATCH] gnu: python-pip: Update to 9.0.1

2016-12-12 Thread Maxim Cournoyer
Hartmut Goebel writes: > Hi, > > On Mon, 28 Nov 2016 17:08:49 -0800 > Maxim Cournoyer wrote: > >> (inputs >> - `(("python-setuptools" ,python-setuptools) > … >> + `(("python-setuptools" ,python-setuptools) > > setuptools is now part of each Python installation on Guix, even for > p

Re: [PATCH] gnu: python-pip: Update to 9.0.1

2016-12-12 Thread Maxim Cournoyer
Danny Milosavljevic writes: > Hi, > > On Mon, 28 Nov 2016 17:08:49 -0800 > Maxim Cournoyer wrote: > >> (inputs >> - `(("python-setuptools" ,python-setuptools) >> -("python-virtualenv" ,python-virtualenv) >> -;; Tests >> -("python-mock" ,python-mock) >> -

Re: [PATCH] gnu: python-pip: Update to 9.0.1

2016-11-30 Thread Hartmut Goebel
Hi, On Mon, 28 Nov 2016 17:08:49 -0800 Maxim Cournoyer wrote: > (inputs > - `(("python-setuptools" ,python-setuptools) … > + `(("python-setuptools" ,python-setuptools) setuptools is now part of each Python installation on Guix, even for python2 and pip does not require any special

Re: [PATCH] gnu: python-pip: Update to 9.0.1

2016-11-29 Thread Danny Milosavljevic
Hi, On Mon, 28 Nov 2016 17:08:49 -0800 Maxim Cournoyer wrote: > (inputs > - `(("python-setuptools" ,python-setuptools) > -("python-virtualenv" ,python-virtualenv) > -;; Tests > -("python-mock" ,python-mock) > -("python-pytest" ,python-pytest) > -

[PATCH] gnu: python-pip: Update to 9.0.1

2016-11-28 Thread Maxim Cournoyer
* gnu/packages/python.scm (python-pip, python2-pip): Update to 9.0.1. --- gnu/packages/python.scm | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 39b40e7..2bf7ec9 100644 --- a/gnu/packages/python.s