[Python-modules-commits] [pyqt5] 01/03: Update the pyuic5 and pyrcc5 manpages.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Aug 27 18:06:34 UTC 2016


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

mitya57 pushed a commit to branch master
in repository pyqt5.

commit a24f17850ca35d6c605cc15cb98035b4a0049d52
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 27 21:01:08 2016 +0300

    Update the pyuic5 and pyrcc5 manpages.
---
 debian/changelog         |  1 +
 debian/manpages/pyrcc5.1 |  4 ++--
 debian/manpages/pyuic5.1 | 14 +++++++++++++-
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6561132..4dee797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pyqt5 (5.7+dfsg-2) UNRELEASED; urgency=medium
 
   * Backport an upstream change to fix conversion of bytes values
     (bytes_conversion.diff; closes: #834875).
+  * Update the pyuic5 and pyrcc5 manpages.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Thu, 25 Aug 2016 21:16:17 +0300
 
diff --git a/debian/manpages/pyrcc5.1 b/debian/manpages/pyrcc5.1
index 96964a5..966b82c 100644
--- a/debian/manpages/pyrcc5.1
+++ b/debian/manpages/pyrcc5.1
@@ -18,7 +18,7 @@ takes a Qt Resource File (\.qrc) and converts it into a Python module which can
 Show a summary of the options.
 .TP
 .B \-version
-Display the version number of the version of Qt which PyQt5 was generated for.
+Display the version number and exit.
 .TP
 \fB\-o\fR \fIFILE\fR
 Write the generated output to \fIFILE\fR instead of stdout.
@@ -39,4 +39,4 @@ Search all resource referenced in a .qrc file under \fIPATH\fR.
 Do not compress the resource files at all.
 
 .SH AUTHOR
-This manual page was written for Debian GNU/Linux by and Torsten Marek <shlomme at debian.org>, but may freely be used by others.
+This manual page was written for Debian GNU/Linux by Torsten Marek <shlomme at debian.org>, but may freely be used by others.
diff --git a/debian/manpages/pyuic5.1 b/debian/manpages/pyuic5.1
index 4588aa4..3a3773c 100644
--- a/debian/manpages/pyuic5.1
+++ b/debian/manpages/pyuic5.1
@@ -18,7 +18,7 @@ takes a Qt5 user interface description file and compiles it to Python code. It c
 Show a summary of the options.
 .TP
 .B \-\-version
-Display the version number of the version of Qt which PyQt5 was generated for.
+Display the pyuic and Qt version numbers and exit.
 .TP
 \fB\-p\fR, \fB\-\-preview\fR
 Show a preview of the UI instead of generating Python code.
@@ -34,5 +34,17 @@ Generate extra code to test and display the class when executed as a script.
 .TP
 \fB\-i\fR, \fB\-\-indent\fR=\fINUM\fR
 Set the indentation width to \fINUM\fR spaces. A TAB character will be used if \fINUM\fR is 0 (default: 4).
+
+.SH CODE GENERATION OPTIONS
+.TP
+\fB\-\-import\-from\fR=\fIPACKAGE\fR
+Generate imports of pyrcc5 generated modules in the style "from \fIPACKAGE\fR import ...".
+.TP
+\fB\-\-from\-imports\fR
+The equivalent of "\-\-import\-from=.".
+.TP
+\fB\-\-resource\-suffix\fR=\fISUFFIX\fR
+Append \fISUFFIX\fR to the basename of resource files (default: _rc).
+
 .SH AUTHOR
 This manual page was written for Debian GNU/Linux by Torsten Marek <shlomme at debian.org>, but may freely be used by others.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqt5.git



More information about the Python-modules-commits mailing list