File: control

package info (click to toggle)
convertdate 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 472 kB
  • sloc: python: 4,440; makefile: 33; sh: 11
file content (47 lines) | stat: -rw-r--r-- 1,314 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
36
37
38
39
40
41
42
43
44
45
46
47
Source: convertdate
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pymeeus,
               python3-setuptools,
               python3-tz,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/fitnr/convertdate
Vcs-Browser: https://salsa.debian.org/python-team/packages/convertdate
Vcs-Git: https://salsa.debian.org/python-team/packages/convertdate.git

Package: python3-convertdate
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: converts between Gregorian dates and other calendar systems (Python 3)
 Convertdate allows you to generate calendars according to different
 historical or modern systems:
 .
 Available calendars:
 .
  * Bahai
  * Coptic (Alexandrian)
  * French Republican
  * Gregorian
  * Hebrew
  * Indian Civil
  * Islamic
  * Julian
  * Mayan
  * Persian
  * Positivist
  * Mayan
  * ISO
  * Ordinal (day of year)
  * Dublin day count
  * Julian day count
 .
 The holidays module also provides some useful holiday-calculation,
 with a focus on North American and Jewish holidays.
 .
 This package ships the Python 3 version.