File: control

package info (click to toggle)
python-indexed 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: python: 141; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 945 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
Source: python-indexed
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joenio Marques da Costa <joenio@joenio.me>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.1
Homepage: https://github.com/niklasf/indexed.py
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-indexed
Vcs-Git: https://salsa.debian.org/python-team/packages/python-indexed.git

Package: python3-indexed
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python dictionary indexed by insertion order
 indexed.IndexedOrderedDict (or indexed.Dict) is a Python dictionary that is
 indexed by insertion order, it is feature compatible with
 collections.OrderedDict as of Python 3.11 and can be used as a drop in
 replacement.