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.
