[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: import: pypi: Fix typo in docstring.
From: |
guix-commits |
Subject: |
08/12: import: pypi: Fix typo in docstring. |
Date: |
Mon, 1 Jul 2019 21:43:04 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 73e83730607e34d5f89a7166fd1609342d954633
Author: Maxim Cournoyer <address@hidden>
Date: Wed Jun 12 11:34:23 2019 +0900
import: pypi: Fix typo in docstring.
* guix/import/pypi.scm (guess-requirements): Fix typo.
---
guix/import/pypi.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index 7cf1e92..d861dd9 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -218,7 +218,7 @@ requirement names."
(loop requirements))))))))
(define (guess-requirements source-url wheel-url archive)
- "Given SOURCE-URL, WHEEL-URL and a ARCHIVE of the package, return a list
+ "Given SOURCE-URL, WHEEL-URL and an ARCHIVE of the package, return a list
of the required packages specified in the requirements.txt file. ARCHIVE will
be extracted in a temporary directory."
- branch master updated (0f06512 -> 4b60ab8), guix-commits, 2019/07/01
- 03/12: import: pypi: Do not parse optional requirements from source., guix-commits, 2019/07/01
- 02/12: tests: pypi: Mute the output of tar., guix-commits, 2019/07/01
- 06/12: import: pypi: Support more types of archives., guix-commits, 2019/07/01
- 12/12: import: pypi: Preserve package name case when forming pypi-uri., guix-commits, 2019/07/01
- 01/12: import: pypi: Do not consider requirements.txt files., guix-commits, 2019/07/01
- 05/12: import: pypi: Deduplicate requirements., guix-commits, 2019/07/01
- 04/12: import: pypi: Improve parsing of requirement specifications., guix-commits, 2019/07/01
- 11/12: import: pypi: Update the host URI., guix-commits, 2019/07/01
- 08/12: import: pypi: Fix typo in docstring.,
guix-commits <=
- 09/12: import: pypi: Completely mute the output of the "unzip" command., guix-commits, 2019/07/01
- 07/12: import: pypi: Parse wheel METADATA instead of metadata.json., guix-commits, 2019/07/01
- 10/12: import: pypi: Include optional test inputs as native-inputs., guix-commits, 2019/07/01