guix-commits
[Top][All Lists]
Advanced

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

19/22: gnu: python-pyside-2-tools: Fix synopsis and description.


From: guix-commits
Subject: 19/22: gnu: python-pyside-2-tools: Fix synopsis and description.
Date: Wed, 7 Sep 2022 16:04:15 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit c8621fa193c20fcf7b4092888bc14ff6a350c75c
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Thu Aug 25 13:04:45 2022 +0800

    gnu: python-pyside-2-tools: Fix synopsis and description.
    
    * gnu/packages/qt.scm (python-pyside2-tools)[synopsis]: Use more descriptive
    words.
    [description]: Ditto.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 08bd1921a5..6ee70bc701 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4046,9 +4046,9 @@ generate Python bindings for your C or C++ code.")))
             (lambda _ (chdir "sources/pyside2-tools") #t)))))
     (home-page "https://wiki.qt.io/Qt_for_Python";)
     (synopsis
-     "Contains command line tools for PySide2")
+     "Command line tools for PySide2")
     (description
-     "Contains lupdate, rcc and uic tools for PySide2")
+     "Python-pyside-2-tools contains lupdate, rcc and uic tools for PySide2")
     (license license:gpl2)))
 
 (define-public libqglviewer



reply via email to

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