diff options
author | Christoph Willing <chris.willing@linux.com> | 2016-08-11 12:20:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | 38e24981ed45490acfa3b5d3736edbcf017d4677 (patch) | |
tree | 427561303d05dfcd0f57b4d861d625220a2ccacd /python/PythonQt/slack-desc | |
parent | 5710d2c07dada3e085704ff6e3045f310699a73b (diff) | |
download | slackbuilds-38e24981ed45490acfa3b5d3736edbcf017d4677.tar.gz |
python/PythonQt: Added (Python binding for Qt).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/PythonQt/slack-desc')
-rw-r--r-- | python/PythonQt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/PythonQt/slack-desc b/python/PythonQt/slack-desc new file mode 100644 index 0000000000..a40549e4ae --- /dev/null +++ b/python/PythonQt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +PythonQt: PythonQt (Python binding for Qt) +PythonQt: +PythonQt: PythonQt is a dynamic Python binding for the Qt framework. +PythonQt: It offers an easy way to embed the Python scripting language +PythonQt: into your C++ Qt applications. +PythonQt: +PythonQt: Homepage: +PythonQt: https://github.com/commontk/PythonQt +PythonQt: Original site: +PythonQt: http://pythonqt.sourceforge.net +PythonQt: |