summaryrefslogtreecommitdiff
path: root/dev-python/isodate/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/isodate/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/isodate/metadata.xml')
-rw-r--r--dev-python/isodate/metadata.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/isodate/metadata.xml b/dev-python/isodate/metadata.xml
deleted file mode 100644
index 40a9ac204fa7..000000000000
--- a/dev-python/isodate/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
- This module implements ISO 8601 date, time and duration
- parsing. The implementation follows ISO8601:2004 standard, and
- implements only date/time representations mentioned in the standard. If
- something is not mentioned there, then it is treated as non existent,
- and not as an allowed option.
- As this module maps ISO 8601 dates/times to standard Python data types,
- like date, time, datetime and timedelta, it is not possible to convert
- all possible ISO 8601 dates/times. For instance, dates before 0001-01-01
- are not allowed by the Python date and datetime classes. Additionally
- fractional seconds are limited to microseconds. That means if the parser
- finds for instance nanoseconds it will round it to microseconds.
- </longdescription>
- <upstream>
- <remote-id type="pypi">isodate</remote-id>
- </upstream>
-</pkgmetadata>