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
|
Source: python-cheroot
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-jaraco.context <!nocheck>,
python3-jaraco.functools,
python3-jaraco.text <!nocheck>,
python3-more-itertools,
python3-openssl <!nocheck>,
python3-packaging,
python3-portend <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-forked <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-pytest-rerunfailures <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-requests-toolbelt <!nocheck>,
python3-requests-unixsocket <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-trustme <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cheroot
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cheroot.git
Homepage: https://github.com/cherrypy/cheroot
Rules-Requires-Root: no
Package: python3-cheroot
Architecture: all
Depends: python3-jaraco.functools,
${misc:Depends},
${python3:Depends}
Suggests: python3-openssl
Description: Pure-Python HTTP server
Cheroot is the high-performance pure-Python HTTP server used by
CherryPy.
.
This package installs the library for Python 3.
|