Source: blist
Section: python
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Michael Gilbert <mgilbert@debian.org>
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: http://pypi.python.org/pypi/blist
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/blist/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/blist/trunk

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).
