File: control

package info (click to toggle)
python-ordered-set 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: python: 448; sh: 8; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 954 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: python-ordered-set
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe VĂ©ronneau <pollo@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               flit,
               pybuild-plugin-pyproject,
               python3-pytest <!nocheck>,
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ordered-set
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ordered-set.git
Homepage: https://github.com/rspeer/ordered-set
Rules-Requires-Root: no

Package: python3-ordered-set
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: ordered set implementation for Python 3
 Pure Python implementation of an ordered set: a mutable set which keeps the
 order of insertion of its elements.
 .
 This package provides the modules for Python 3.