File: control

package info (click to toggle)
python-holidays 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 860 kB
  • sloc: python: 9,448; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 1,130 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
Source: python-holidays
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>,
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-convertdate,
               python3-dateutil,
               python3-six,
Standards-Version: 4.5.0
Homepage: https://github.com/dr-prodigy/python-holidays
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-holidays
Vcs-Git: https://salsa.debian.org/python-team/packages/python-holidays.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-holidays
Architecture: all
Depends: python3-convertdate,
         python3-dateutil,
         ${misc:Depends},
         ${python3:Depends},
Description: Python library for generating sets of holidays
 A fast, efficient Python library for generating country, province and state
 specific sets of holidays on the fly. It aims to make determining whether a
 specific date is a holiday as fast and flexible as possible.
 .
 This package contains the Python 3.x module.