guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-debug: Improve synopsis.


From: guix-commits
Subject: branch master updated: gnu: python-debug: Improve synopsis.
Date: Fri, 08 Jul 2022 09:49:35 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 15943fa757 gnu: python-debug: Improve synopsis.
15943fa757 is described below

commit 15943fa75788edb8d9ed1c3d8d320f50d21e4baa
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Jun 26 17:09:38 2022 -0500

    gnu: python-debug: Improve synopsis.
    
    * gnu/packages/python.scm (python-debug) [synopsis]: Update.
    
    Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/python.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ad475d8acc..4fcee28ba3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -617,7 +617,7 @@ data types.")
        ((#:configure-flags flags '())
         `(cons "--with-pydebug" ,flags))))
     (synopsis
-     "High-level, dynamically-typed programming language (for debugging)")
+     "Python with the debug hooks enabled")
     (description
      "This variant of Python provides an interpreter built with
 @code{--with-pydebug} to help develop and debug extensions.  See



reply via email to

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