File: control

package info (click to toggle)
sortedcontainers 1.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,740 kB
  • ctags: 1,011
  • sloc: python: 7,114; makefile: 166; sh: 59
file content (47 lines) | stat: -rw-r--r-- 2,387 bytes parent folder | download | duplicates (2)
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
45
46
47
Source: sortedcontainers
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 10), python-all, python3-all, dh-python, python-setuptools, python3-setuptools, python-nose, python3-nose, python-sphinx (>= 1.4), texlive-latex-base
Standards-Version: 3.9.8
Homepage: http://www.grantjenks.com/docs/sortedcontainers/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/sortedcontainers.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/sortedcontainers.git

Package: python-sortedcontainers
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-sortedcontainers-doc
Description: sorted container types: SortedList, SortedDict, and SortedSet
 Python’s standard library is great until you need a sorted container type. Many
 will attest that you can get really far without one, but the moment you really
 need a sorted list, dict, or set, you’re faced with a dozen different
 implementations, most using C-extensions without great documentation and
 benchmarking.

Package: python3-sortedcontainers
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-sortedcontainers-doc
Description: sorted container types: SortedList, SortedDict, and SortedSet (Python 3)
 Python’s standard library is great until you need a sorted container type. Many
 will attest that you can get really far without one, but the moment you really
 need a sorted list, dict, or set, you’re faced with a dozen different
 implementations, most using C-extensions without great documentation and
 benchmarking.
 .
 This package contains the Python 3 version of sortedcontainers .

Package: python-sortedcontainers-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: sorted container types: SortedList, SortedDict, and SortedSet (Documentation)
 Python’s standard library is great until you need a sorted container type. Many
 will attest that you can get really far without one, but the moment you really
 need a sorted list, dict, or set, you’re faced with a dozen different
 implementations, most using C-extensions without great documentation and
 benchmarking.
 .
 This package contains the documentation for sortedcontainers Python module.