Source: python-gevent
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Laszlo Boszormenyi (GCS) <gcs@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cython3,
 furo <!nodoc>,
 libc-ares-dev,
 libev-dev,
 libevent-dev,
 libuv1-dev,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-cffi <!nocheck>,
 python3-dnspython <!nocheck>,
 python3-full <!nocheck>,
 python3-greenlet (>= 3.2.2) <!nocheck> <!nodoc>,
 python3-psutil <!nocheck>,
 python3-repoze.sphinx.autointerface <!nodoc>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sphinxcontrib.programoutput <!nodoc>,
 python3-zope.event <!nocheck>,
Standards-Version: 4.7.4
Section: python
Homepage: https://www.gevent.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gevent.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gevent

Package: python-gevent-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 libjs-jquery,
 ${misc:Depends},
Description: gevent is a coroutine-based Python networking library - documentation
 gevent uses greenlet to provide a high-level synchronous API on top of
 libevent event loop.
 .
 This is the documentation for gevent.

Package: python3-gevent
Architecture: any
Depends:
 python3-greenlet (>= 3.2.2),
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
Suggests:
 python-gevent-doc,
 python3-openssl,
Description: gevent is a coroutine-based Python networking library
 gevent uses greenlet to provide a high-level synchronous API on top of
 libevent event loop.
