diff options
author | gdt <gdt@pkgsrc.org> | 2022-11-28 19:15:50 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-11-28 19:15:50 +0000 |
commit | fc7777765348f58be7060d5c7a8f842b03fac8ab (patch) | |
tree | 194ac5f72a5a0e166bbc5640de61f35a597e7739 | |
parent | a4ff07c1a2a203c26e83847d65484e8fc6c7847d (diff) | |
download | pkgsrc-fc7777765348f58be7060d5c7a8f842b03fac8ab.tar.gz |
x11/py-qt5-qscintilla: Adjust DESCR
Be clearer about what this is. Drop qt5 boilerplate as confusing.
-rw-r--r-- | x11/py-qt5-qscintilla/DESCR | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/x11/py-qt5-qscintilla/DESCR b/x11/py-qt5-qscintilla/DESCR index 9eceb462081..155fc4d0df7 100644 --- a/x11/py-qt5-qscintilla/DESCR +++ b/x11/py-qt5-qscintilla/DESCR @@ -1,15 +1,3 @@ -These are the python-bindings for QScintilla2. - -Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and -maintaining GUI (graphical user interface) applications. - -Qt is written in C++ and is fully object-oriented. It has everything you need -to create professional GUI applications. And it enables you to create them -quickly. - -Qt is a multi-platform toolkit. When developing software with Qt, you can run -it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. -Simply recompile your source code on the platform you want. - -Qt cuts down the complexity in implementing large and complex systems. Its -ingenious signal-slot technology enables true component programming. +This package contains python bindings for QScintilla +(x11/qt5-qscintilla). (Qscintilla is a Qt port of Neil Hodgson's +scintilla(devel/scintilla) C++ editor control.) |