File: control

package info (click to toggle)
heapdict 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100 kB
  • sloc: python: 211; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 910 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
Source: heapdict
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: http://stutzbachenterprises.com/
Vcs-Git: https://salsa.debian.org/python-team/packages/heapdict.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/heapdict
Testsuite: autopkgtest-pkg-python

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