File: control

package info (click to toggle)
python-async-generator 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 292 kB
  • sloc: python: 1,253; makefile: 19
file content (45 lines) | stat: -rw-r--r-- 1,551 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
39
40
41
42
43
44
45
Source: python-async-generator
Section: python
Priority: optional
Maintainer: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python3.7-doc,
# debian/patches/sphinx-no-network.diff.
 python3-all,
 python3-pytest,
 python3-pytest-cov,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
# docs/source/conf.py
Standards-Version: 4.2.0
Rules-Requires-Root: no
Homepage: https://github.com/python-trio/async_generator
Vcs-Browser: https://salsa.debian.org/debian/python-async-generator
Vcs-Git: https://salsa.debian.org/debian/python-async-generator.git
X-Python3-Version: >= 3.5
Testsuite: autopkgtest-pkg-python

Package: python3-async-generator
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: extensions to asynchronous generators for Python3
 The python3 language provides some structures to process streaming
 data with an interface similar to the iteration structures.  This
 module adds some convenient features like the yield from construct or
 context managers.

Package: python3-async-generator-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: extensions to asynchronous generators for Python3 (documentation)
 The python3 language provides some structures to process streaming
 data with an interface similar to the iteration structures.  This
 module adds some convenient features like the yield from construct or
 context managers.
 .
 This package contains the documentation.