Source: python-more-itertools
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/more-itertools/more-itertools/tags
Vcs-Browser: https://github.com/alvistack/more-itertools-more-itertools
Vcs-Git: https://github.com/alvistack/more-itertools-more-itertools.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-more-itertools
Architecture: all
Description: More routines for operating on iterables, beyond itertools
 Python's itertools library is a gem - you can compose elegant solutions
 for a variety of problems with the functions it provides. In
 more-itertools we collect additional building blocks, recipes, and
 routines for working with Python iterables.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
