File: control

package info (click to toggle)
python-tz 2008c-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,044 kB
  • ctags: 223
  • sloc: python: 2,042; makefile: 59
file content (22 lines) | stat: -rw-r--r-- 930 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
Source: python-tz
Section: python
Priority: extra
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <jinty@web.de>, Fabio Tranchitella <kobold@debian.org>
Build-Depends: debhelper (>= 5.0.38)
Build-Depends-Indep: python-all-dev (>= 2.3.5-9), python-central (>= 0.5)
Build-Conflicts: python-setuptools
Standards-Version: 3.7.3
Homepage: http://pytz.sourceforge.net/
XS-Python-Version: all

Package: python-tz
Architecture: all
Depends: tzdata, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Python version of the Olson timezone database
 python-tz brings the Olson tz database into Python. This library allows
 accurate and cross platform timezone calculations using Python 2.3 or higher.
 It also solves the issue of ambiguous times at the end of daylight savings,
 which you can read more about in the Python Library Reference
 (datetime.tzinfo).