Source: blist
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Gilbert <mgilbert@debian.org>
Build-Depends:
 debhelper-compat (= 9),
 dh-python,
 python3-all-dev,
 python3-setuptools,
Standards-Version: 3.9.6
XS-Python-Version: all
Homepage: https://pypi.python.org/pypi/blist
Vcs-Git: https://salsa.debian.org/python-team/modules/blist.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/blist

Package: python3-blist
Architecture: any
XB-Python-Version: ${python3:Versions}
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
Provides:
 ${python3:Provides},
Description: List-like type for Python 3 with better asymptotic performance
 This package is a drop-in replacement for Python 3 lists providing better
 performance when modifying large lists (provides sortedlist, sortedset,
 weaksortedlist, weaksortedset, sorteddict, and btuple types).
