1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: python-scripttest
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Thomas Bechtold <thomasbechtold@jpberlin.de>
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-pytest,
python-setuptools,
python3-all (>= 3.1.2-6~),
python3-pytest,
python3-setuptools
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Homepage: http://pythonpaste.org/scripttest/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-scripttest.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-scripttest.git
Package: python-scripttest
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Helper to test command-line scripts - python 2.x
ScriptTest is a library to help you test your interactive command-line
applications. With it you can easily run the command (in a subprocess) and
see the output (stdout, stderr) and any file modifications.
.
This package contains the Python 2.x module.
Package: python3-scripttest
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Helper to test command-line scripts - python 3.x
ScriptTest is a library to help you test your interactive command-line
applications. With it you can easily run the command (in a subprocess) and
see the output (stdout, stderr) and any file modifications.
.
This package contains the Python 3.x module.
|