File: control

package info (click to toggle)
python-gevent 25.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,036 kB
  • sloc: python: 170,894; ansic: 82,360; sh: 6,265; makefile: 1,550; javascript: 108
file content (53 lines) | stat: -rw-r--r-- 1,842 bytes parent folder | download
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
Source: python-gevent
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Laszlo Boszormenyi (GCS) <gcs@debian.org>,
Build-Depends: cython3,
               debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               dh-sequence-python3,
               libc-ares-dev,
               libev-dev,
               libevent-dev,
               python3-full <!nocheck>,
               libuv1-dev,
               python3-all-dev,
               python3-cffi,
               python3-dnspython <!nocheck>,
               python3-greenlet (>= 3.2.2),
               python3-psutil <!nocheck>,
               python3-repoze.sphinx.autointerface,
               python3-setuptools,
               python3-sphinx,
               python3-sphinxcontrib.programoutput,
               furo,
               python3-zope.event <!nocheck>,
Standards-Version: 4.7.3
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.