Source: python-intbitset
Section: python
Priority: optional
Maintainer: Maximiliano Curia <maxy@debian.org>
Build-Depends: cython3,
               debhelper (>= 11),
               dh-python,
               python3-dev,
               python3-nose,
               python3-setuptools,
               python3-six,
               python3-sphinx,
Standards-Version: 4.1.4
Homepage: https://github.com/inveniosoftware/intbitset/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-intbitset.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-intbitset

Package: python-intbitset-doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: unordered sets with ultra fast operations (documentation)
 The ``intbitset`` library provides a set implementation to store sorted
 unsigned integers either 32-bits integers (between ``0`` and
 ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
 with fast set operations implemented via bit vectors in a *Python C
 extension* for speed and reduced memory usage.
 .
 This package contains the intbitset documentation.

Package: python3-intbitset
Architecture: any
Depends: python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: unordered sets with ultra fast operations
 The ``intbitset`` library provides a set implementation to store sorted
 unsigned integers either 32-bits integers (between ``0`` and
 ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
 with fast set operations implemented via bit vectors in a *Python C
 extension* for speed and reduced memory usage.
