File: control

package info (click to toggle)
python-tempora 5.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 636; sh: 12; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,059 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
32
33
34
35
Source: python-tempora
Homepage: https://github.com/jaraco/tempora
Section: python
Priority: optional
Maintainer: Jeroen Ploemen <jcfp@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-freezegun <!nocheck>,
 python3-jaraco.functools <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-freezegun <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 pybuild-plugin-pyproject,
 tzdata-legacy <!nocheck>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/jcfp/python-tempora.git
Vcs-Browser: https://salsa.debian.org/jcfp/python-tempora
Rules-Requires-Root: no

Package: python3-tempora
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python objects and routines pertaining to date and time
 Tempora is a set of Python objects and routines pertaining to date and
 time.
 .
 Besides the top level package module (tempora), it includes:
  * timing: routines for measuring and profiling.
  * schedule: an event scheduler.
  * utc: routines for getting datetime-aware UTC values.