File: control

package info (click to toggle)
orderly-set 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: python: 1,840; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 998 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
29
30
31
Source: orderly-set
Standards-Version: 4.7.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <eamanu@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-mypy <!nocheck>,
 python3-pytest <!nocheck>,
 flit,
Vcs-Browser: https://salsa.debian.org/python-team/packages/orderly-set.git
Vcs-Git: https://salsa.debian.org/python-team/packages/orderly-set.git
Homepage: https://github.com/seperman/orderly-set

Package: python3-orderly-set
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: contains multiple implementations of Ordered Set
 This implementation keeps the order in all set operations except
 set difference operations. As a result, it can do set difference operations
 much faster than other implementations. Still 2X slower than of Python's
 built-in set.