File: control

package info (click to toggle)
blist 1.3.6-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 720 kB
  • ctags: 1,714
  • sloc: python: 6,713; ansic: 6,237; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: blist
Section: python
Priority: extra
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.5
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
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
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).