File: control

package info (click to toggle)
uvloop 0.22.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,812 kB
  • sloc: python: 8,381; ansic: 108; makefile: 42
file content (38 lines) | stat: -rw-r--r-- 1,115 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
Source: uvloop
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Piotr Ożarowski <piotr@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 cython3 (>= 0.28),
 libuv1-dev,
 python3-aiohttp <!nocheck>,
 python3-all-dev,
 python3-flake8 <!nocheck>,
 python3-mypy <!nocheck>,
 python3-openssl <!nocheck>,
 python3-psutil <!nocheck>,
 python3-pycodestyle <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://github.com/MagicStack/uvloop
Vcs-Git: https://salsa.debian.org/python-team/packages/uvloop.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/uvloop
Testsuite: autopkgtest-pkg-pybuild

Package: python3-uvloop
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Breaks:
 python3-anyio (<< 4.6.0),
Description: fast implementation of asyncio event loop on top of libuv
 uvloop is a fast, drop-in replacement of the built-in asyncio
 event loop. uvloop is implemented in Cython and uses libuv
 under the hood. It makes asyncio 2-4x faster.