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
|
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 (>= 11),
dh-python,
python-all,
python-inflect,
python-more-itertools,
python-pytest,
python-setuptools,
python-setuptools-scm,
python-six,
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: python-jaraco.itertools
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Tools for working with iterables (Python 2)
This module contains tools for working with Python iterables,
complementing itertools and more_itertools.
.
This package contains the module for Python 2.
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.
|