File: control

package info (click to toggle)
aioprocessing 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,463; sh: 13; makefile: 9
file content (25 lines) | stat: -rw-r--r-- 811 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
Source: aioprocessing
Section: python
Priority: optional
Maintainer: David Steele <steele@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    dh-python,
    python3-all,
    pybuild-plugin-pyproject,
    flit,
    python3-pytest,
Standards-Version: 4.6.0
Homepage: https://pypi.python.org/pypi/aioprocessing
Vcs-Git: https://github.com/davesteele/aioprocessing.git -b debian
Vcs-Browser: https://github.com/davesteele/aioprocessing


Package: python3-aioprocessing
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
Description: integrate the Python multiprocessing module with asyncio
 The aioprocessing module provides asynchronous, asyncio compatible,
 coroutine versions of many blocking instance methods on objects in
 the multiprocessing module.