File: control

package info (click to toggle)
python-aiojobs 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: python: 1,342; makefile: 40
file content (31 lines) | stat: -rw-r--r-- 1,165 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
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools (>= 46.4),
	       pybuild-plugin-pyproject,
	       python3-pytest,
	       python3-pytest-cov,
	       python3-pytest-asyncio,
	       python3-aiohttp,
	       python3-pytest-aiohttp,
Testsuite: autopkgtest-pkg-pybuild
Source: python-aiojobs
Homepage: https://github.com/aio-libs/aiojobs
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiojobs.git -b debian/main
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiojobs/tree/debian/main

Package: python3-aiojobs
Depends: ${python3:Depends}, ${misc:Depends}
Architecture: all
Enhances: python3-aiohttp
Description: Job scheduler for managing background tasks (asyncio)
 The library gives a controlled way for scheduling background tasks for
 Python asyncio applications.
 .
 It has integration for the aiohttp server, making it easy to
 spawn background jobs for requests.