Source: blist Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Gilbert Build-Depends: debhelper (>= 9), dh-python, python-all-dev, python3-all-dev, python-setuptools, 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: python-blist Architecture: any XB-Python-Version: ${python:Versions} Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, Provides: ${python:Provides}, Description: List-like type for Python with better asymptotic performance This package is a drop-in replacement for Python lists providing better performance when modifying large lists (provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types). 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).