File: control

package info (click to toggle)
jaraco.itertools 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: python: 439; sh: 7; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,050 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
Source: jaraco.itertools
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ethan Ward <ethan.ward@mycroft.ai>
Build-Depends: debhelper-compat (= 11),
               dh-python (>= 3.20180927~),
               python3-all,
               python3-inflect,
               python3-more-itertools,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm,
               python3-six
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/jaraco.itertools
Vcs-Git: https://salsa.debian.org/python-team/modules/jaraco.itertools.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/jaraco.itertools

Package: python3-jaraco.itertools
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Tools for working with iterables (Python 3)
 This module contains tools for working with Python iterables,
 complementing itertools and more_itertools.
 .
 This package contains the module for Python 3.