File: control

package info (click to toggle)
python-intervals 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 1,499; sh: 11; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,006 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-intervals
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-python,
 python3-setuptools,
 python3-all,
 python3-infinity <!nocheck>,
 python3-pytest <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/kvesteri/intervals
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-intervals
Vcs-Git: https://salsa.debian.org/python-team/packages/python-intervals.git
Rules-Requires-Root: no

Package: python3-intervals
Architecture: all
Depends: ${python3:Depends}, ${sphinxdoc:Depends}, ${misc:Depends}
Description: tools for handling intervals in Python
 This package provides objects, methods, constructors and functions for
 representing and manipulating mathematical intervals. Included are
 factory methods for creating intervals objects, comparison operators,
 set operators, and arithmetic functions.