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 | 3adec9a725acbaf1ad080dce80944816ca08060e (patch) | |
tree | 17935fcd0ff66a0478d98389f0ef5636d256fca7 /dev-python/pytz/metadata.xml | |
parent | Version bump (diff) | |
download | historical-3adec9a725acbaf1ad080dce80944816ca08060e.tar.gz historical-3adec9a725acbaf1ad080dce80944816ca08060e.tar.bz2 historical-3adec9a725acbaf1ad080dce80944816ca08060e.zip |
New ebuild, closes bug #111513.
Package-Manager: portage-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> |