File: control

package info (click to toggle)
jaraco.stream 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: python: 236; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 982 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
Source: jaraco.stream
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends-Indep:
    python3-more-itertools,
    python3-pytest <!nocheck>,
    python3-ruff <!nocheck>,
    python3-all
Build-Depends:
    pybuild-plugin-pyproject,
    python3-setuptools,
    dh-python,
    debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://github.com/jaraco/jaraco.stream/
VCS-Git: https://salsa.debian.org/bignose/pkg-jaraco.stream.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-jaraco.stream/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-jaraco.stream
Architecture: all
Depends:
    ${python3:Depends},
    ${misc:Depends}
Description: routines for dealing with data streams — Python 3
 jaraco.stream is a library of routines for dealing with data streams,
 including a set of generators for loading GZip data on the fly.
 .
 This package installs the Python version 3 ‘jaraco.stream’ library.