[Python-modules-commits] [pyvirtualdisplay] 05/09: shorted a bit the long descriptions
Sandro Tosi
morph at moszumanska.debian.org
Thu Sep 22 11:31:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository pyvirtualdisplay.
commit 402e561859b2e94c18c01212f1792a26f285eec7
Author: Sandro Tosi <morph at debian.org>
Date: Thu Sep 15 08:20:22 2016 -0400
shorted a bit the long descriptions
---
debian/control | 82 +++-------------------------------------------------------
1 file changed, 4 insertions(+), 78 deletions(-)
diff --git a/debian/control b/debian/control
index f752d75..df5d46c 100644
--- a/debian/control
+++ b/debian/control
@@ -19,46 +19,9 @@ Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: python wrapper for Xvfb, Xephyr and Xvnc - Python 2.X
- pyvirtualdisplay is a python wrapper for Xvfb_, Xephyr_ and Xvnc_
- .
- Links:
- * home: https://github.com/ponty/pyvirtualdisplay
- * documentation: http://pyvirtualdisplay.readthedocs.org
- * PYPI: https://pypi.python.org/pypi/pyvirtualdisplay
- .
- |Travis| |Coveralls| |Latest Version| |Supported Python versions| |License| |Downloads| |Code Health| |Documentation|
- .
- Features:
- - python wrapper
- - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
- - back-ends: Xvfb_, Xephyr_, Xvnc_
- .
- .. warning:: at least one back-end should be installed
- .
- Known problems:
- - only a few back-end options are supported
- .
- Possible applications:
- * GUI testing
- * automatic GUI screenshot
- .
- Basic usages
- ============
- .
- Start Xephyr::
- .
- from pyvirtualdisplay import Display
- xephyr=Display(visible=1, size=(320, 240)).start()
- .
- Create screenshot of xmessage with Xvfb::
- .
- from easyprocess import EasyProcess
- from pyvirtualdisplay.smartdisplay import SmartDisplay
- with SmartDisplay(visible=0, bgcolor='black') as disp:
- with EasyProcess('xmessage hello'):
- img = disp.waitgrab()
- img.show()
+ pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc
.
+ This package contans the python 2 version of pyvirtualdisplay
Package: python3-pyvirtualdisplay
Architecture: all
@@ -66,43 +29,6 @@ Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: python wrapper for Xvfb, Xephyr and Xvnc
- pyvirtualdisplay is a python wrapper for Xvfb_, Xephyr_ and Xvnc_
- .
- Links:
- * home: https://github.com/ponty/pyvirtualdisplay
- * documentation: http://pyvirtualdisplay.readthedocs.org
- * PYPI: https://pypi.python.org/pypi/pyvirtualdisplay
- .
- |Travis| |Coveralls| |Latest Version| |Supported Python versions| |License| |Downloads| |Code Health| |Documentation|
- .
- Features:
- - python wrapper
- - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
- - back-ends: Xvfb_, Xephyr_, Xvnc_
- .
- .. warning:: at least one back-end should be installed
- .
- Known problems:
- - only a few back-end options are supported
- .
- Possible applications:
- * GUI testing
- * automatic GUI screenshot
- .
- Basic usages
- ============
- .
- Start Xephyr::
- .
- from pyvirtualdisplay import Display
- xephyr=Display(visible=1, size=(320, 240)).start()
- .
- Create screenshot of xmessage with Xvfb::
+ pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc
.
- from easyprocess import EasyProcess
- from pyvirtualdisplay.smartdisplay import SmartDisplay
- with SmartDisplay(visible=0, bgcolor='black') as disp:
- with EasyProcess('xmessage hello'):
- img = disp.waitgrab()
- img.show()
- .
\ No newline at end of file
+ This package contans the python 3 version of pyvirtualdisplay
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyvirtualdisplay.git
More information about the Python-modules-commits
mailing list