File: control

package info (click to toggle)
aiofile 3.9.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 551; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 913 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: aiofile
Section: python
Priority: optional
Maintainer: Yuri Konotopov <ykonotopov@gnome.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-caio,
               python3-poetry-core,
               python3-setuptools,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/mosquito/aiofile
Rules-Requires-Root: no
Vcs-Browser: https://gitlab.com/apt-mirror2/aiofile-debian-packaging
Vcs-Git: https://gitlab.com/apt-mirror2/aiofile-debian-packaging.git

Package: python3-aiofile
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
               python3-caio,
Description: Real asynchronous file operations with asyncio support
 This module provides real async support for asynchronous file
 operations using Linux AIO API and Python asyncio module.