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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: webtest
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep:
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-legacy-cgi,
python3-setuptools,
python3-webob,
# docs & tests
python3-pytest,
python3-bs4,
python3-pyquery,
python3-sphinx,
python3-waitress,
python3-wsgiproxy,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://docs.pylonsproject.org/projects/webtest
Vcs-Git: https://salsa.debian.org/python-team/packages/webtest.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/webtest
Testsuite: autopkgtest-pkg-pybuild
Package: python3-webtest
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
python3-bs4,
python3-legacy-cgi,
python3-waitress,
python3-webob,
Recommends: python3-lxml
#, python3-pyquery
Suggests: python-webtest-doc
Description: wraps any WSGI application and makes it easy to test
WebTest helps you test your WSGI-based web applications. This can be any
application that has a WSGI (Web Server Gateway Interface) interface,
including an application written in a framework that supports WSGI (which
includes most actively developed Python web frameworks – almost anything
that even nominally supports WSGI should be testable).
Package: python-webtest-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: wraps any WSGI application and makes it easy to test - doc
WebTest helps you test your WSGI-based web applications. This can be any
application that has a WSGI (Web Server Gateway Interface) interface,
including an application written in a framework that supports WSGI (which
includes most actively developed Python web frameworks – almost anything
that even nominally supports WSGI should be testable).
.
This is the documentation package.
|