File: control

package info (click to toggle)
heapdict 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 140 kB
  • ctags: 77
  • sloc: python: 381; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 972 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
Source: heapdict
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: http://stutzbachenterprises.com/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/heapdict.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/heapdict.git
Testsuite: autopkgtest-pkg-python
X-Python3-Version: >= 3.2

Package: python3-heapdict
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: heap with decrease-key and increase-key operations for Python 3
 heapdict implements the MutableMapping ABC, meaning it works pretty
 much like a regular Python dict.  It's designed to be used as a
 priority queue.
 .
 This contains the Python 3 version