File: control

package info (click to toggle)
uvloop 0.17.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,308 kB
  • sloc: python: 8,139; ansic: 91; makefile: 42
file content (30 lines) | stat: -rw-r--r-- 1,226 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
Source: uvloop
Section: python
Priority: optional
Maintainer: Piotr Ożarowski <piotr@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12), dh-python,
               libuv1-dev,
               cython3 (>= 0.28),
               python3-all-dev,
               python3-setuptools,
               python3-psutil <!nocheck>,
               python3-pytest <!nocheck>,
               python3-aiohttp <!nocheck>,
               python3-openssl <!nocheck>,
               python3-flake8 <!nocheck>,
               python3-mypy <!nocheck>,
               python3-pycodestyle <!nocheck>,
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-python

Package: python3-uvloop
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
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.