[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: import: pypi: Clarify docstring of parse-requires
From: |
guix-commits |
Subject: |
branch master updated: import: pypi: Clarify docstring of parse-requires.txt |
Date: |
Fri, 23 Apr 2021 00:02:33 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 9215f35 import: pypi: Clarify docstring of parse-requires.txt
9215f35 is described below
commit 9215f35b78e40d31ebece54fb7938aa321ec9130
Author: Rovanion Luckey <rovanion.luckey@gmail.com>
AuthorDate: Thu Nov 26 20:59:19 2020 +0100
import: pypi: Clarify docstring of parse-requires.txt
* guix/import/pypi.scm (parse-requires.txt): Document the parameter more
explicitly.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
guix/import/pypi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index bf4dc50..6731d50 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -229,8 +229,8 @@ the input field."
'("test" "dev")))
(define (parse-requires.txt requires.txt)
- "Given REQUIRES.TXT, a Setuptools requires.txt file, return a list of lists
-of requirements.
+ "Given REQUIRES.TXT, a path to a Setuptools requires.txt file, return a list
+of lists of requirements.
The first list contains the required dependencies while the second the
optional test dependencies. Note that currently, optional, non-test
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: import: pypi: Clarify docstring of parse-requires.txt,
guix-commits <=