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 46 47 48
|
Source: jaraco.itertools
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
# dh-sequence-sphinxdoc <!nodoc>,
# furo <!nodoc>,
python3-pytest <!nocheck>,
python3-inflect <!nocheck>,
python3-more-itertools <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.7.2
Homepage: https://github.com/jaraco/jaraco.itertools
Vcs-Git: https://salsa.debian.org/python-team/packages/jaraco.itertools.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jaraco.itertools
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
#Package: python-jaraco.itertools-doc
#Architecture: all
#Multi-Arch: foreign
#Section: doc
#Depends:
# ${misc:Depends},
# ${sphinxdoc:Depends},
#Description: Tools for working with iterables (Documentation)
# This module contains tools for working with Python iterables,
# complementing itertools and more_itertools.
# .
# This package contains the documentation.
Package: python3-jaraco.itertools
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
#Suggests:
# python-jaraco.itertools-doc,
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.
|