diff options
author | Marien Zwart <marienz@gentoo.org> | 2005-11-24 21:28:05 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2005-11-24 21:28:05 +0000 |
commit | 6fc64208ad6bac7dca8770cb38aa511d587526c2 (patch) | |
tree | 4eff793d987d5525dab35a086932de06ccd1ac59 /dev-python/pytz/metadata.xml | |
parent | Version bump (diff) | |
download | gentoo-2-6fc64208ad6bac7dca8770cb38aa511d587526c2.tar.gz gentoo-2-6fc64208ad6bac7dca8770cb38aa511d587526c2.tar.bz2 gentoo-2-6fc64208ad6bac7dca8770cb38aa511d587526c2.zip |
New ebuild, closes bug #111513.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/pytz/metadata.xml')
-rw-r--r-- | dev-python/pytz/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pytz/metadata.xml b/dev-python/pytz/metadata.xml new file mode 100644 index 000000000000..e96b9d543374 --- /dev/null +++ b/dev-python/pytz/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<maintainer> + <email>marienz@gentoo.org</email> +</maintainer> +<longdescription> + pytz 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). + + Amost all (over 540) of the Olson timezones are supported. +</longdescription> +</pkgmetadata> |