Re: [PATCH 05/20] gnu: Add python-sphinx-1.3.3

2017-04-17 Thread Leo Famulari
On Sat, Apr 15, 2017 at 07:38:57PM +0200, Hartmut Goebel wrote: > Am 15.04.2017 um 19:28 schrieb Hartmut Goebel: > > Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: > >> (define-public python2-sphinx-rtd-theme-0.1.9 > >>(package-with-python2 python-sphinx-rtd-theme-0.1.9)) > >> + >

Re: [PATCH 05/20] gnu: Add python-sphinx-1.3.3

2017-04-15 Thread Hartmut Goebel
Am 15.04.2017 um 19:28 schrieb Hartmut Goebel: > Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: >> (define-public python2-sphinx-rtd-theme-0.1.9 >>(package-with-python2 python-sphinx-rtd-theme-0.1.9)) >> + >> +(define-public python-sphinx-1.3.3 >> + ;; python-httpretty has a hard

Re: [PATCH 05/20] gnu: Add python-sphinx-1.3.3

2017-04-15 Thread Hartmut Goebel
Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki: > (define-public python2-sphinx-rtd-theme-0.1.9 >(package-with-python2 python-sphinx-rtd-theme-0.1.9)) > + > +(define-public python-sphinx-1.3.3 > + ;; python-httpretty has a hard requirement for > + ;; sphinx == 1.3.3 Please test

[PATCH 05/20] gnu: Add python-sphinx-1.3.3

2017-04-14 Thread Muriithi Frederick Muriuki
* gnu/packages/python.scm (python-sphinx-1.3.3): New variable. --- gnu/packages/python.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 631b6fd..a849e70 100644 --- a/gnu/packages/python.scm +++