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 (= 13),
               dh-python,
               python3-all,
               python3-convertdate,
               python3-dateutil,
               python3-six,
Standards-Version: 4.5.1
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.
