Re: [PATCH] doc: Add guide how to specify dependencies for Python packages

2016-10-07 Thread Hartmut Goebel
Hi Ludo, thanks for the review and for proof-reading :-) I'll send an updated patch in a few days, waiting for some more feedback on this: Am 06.10.2016 um 23:02 schrieb Ludovic Courtès: > >> +@code{tests_require}) go into @code{native-inputs}. Examples are >> +@emph{setuptools}, @emph{pytest}

Re: [PATCH] doc: Add guide how to specify dependencies for Python packages

2016-10-06 Thread Ludovic Courtès
Hartmut Goebel skribis: > * doc/guix.texi (Python Modules): New sub-subsection "Specifying > Dependencies". Cool, thanks for working on it. > +@subsubsection Specifying Dependencies > +@cindex inputs, for Python packages > + > +@itemize Could you add a sentence or two before @itemize to give

Re: [PATCH] doc: Add guide how to specify dependencies for Python packages

2016-10-04 Thread Hartmut Goebel
Am 04.10.2016 um 11:00 schrieb Hartmut Goebel: > * doc/guix.texi (Python Modules): New sub-subsection "Specifying > Dependencies". FYI: This documents what we discussed in . I'll add a section about dependencies for Python appl

[PATCH] doc: Add guide how to specify dependencies for Python packages

2016-10-04 Thread Hartmut Goebel
* doc/guix.texi (Python Modules): New sub-subsection "Specifying Dependencies". --- doc/guix.texi | 37 + 1 file changed, 37 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 9bd8b43..f51ab75 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -121