guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#31282] [PATCH 1/2] gnu: Add python-parso.


From: Ludovic Courtès
Subject: [bug#31282] [PATCH 1/2] gnu: Add python-parso.
Date: Mon, 30 Apr 2018 14:34:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Fis Trivial <address@hidden> skribis:

> * gnu/packages/python.scm (python-parso, python2-parso): New variables.

Applied with the changes below, thanks!

Ludo'.

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7fe27bd17..f23deb57e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13160,12 +13160,11 @@ time-based (TOTP) passwords.")
     (native-inputs
      `(("python-pytest" ,python-pytest)))
     (build-system python-build-system)
-    (home-page
-     "https://github.com/davidhalter/parso";)
+    (home-page "https://github.com/davidhalter/parso";)
     (synopsis "Python Parser")
     (description "Parso is a Python parser that supports error recovery and
 round-trip parsing for different Python versions (in multiple Python versions).
-Parso is also able to list multiple syntax errors in your python file.")
+Parso is also able to list multiple syntax errors in your Python file.")
     (license license:expat)))
 
 (define-public python2-parso

reply via email to

[Prev in Thread] Current Thread [Next in Thread]