Source: python-pytz
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
  python-all,
  python-setuptools,
  python3-all,
  python3-setuptools,
Standards-Version: 3.9.8
Homepage: http://pythonhosted.org/pytz

Package: python-pytz
Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: World timezone definitions, modern and historical - Python 2.x
 pytz brings the Olson tz database into Python. This library allows
 accurate and cross platform timezone calculations using Python 2.4
 or higher. It also solves the issue of ambiguous times at the end
 of daylight saving time, which you can read more about in the Python
 Library Reference (``datetime.tzinfo``).
 .
 This package provides the Python 2.x module.

Package: python3-pytz
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: World timezone definitions, modern and historical - Python 3.x
 pytz brings the Olson tz database into Python. This library allows
 accurate and cross platform timezone calculations using Python 2.4
 or higher. It also solves the issue of ambiguous times at the end
 of daylight saving time, which you can read more about in the Python
 Library Reference (``datetime.tzinfo``).
 .
 This package provides the Python 3.x module.
