mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-01 09:28:08 -07:00
repoman does not yet accept the https version.
This partially reverts eaaface92e.
Bug: https://bugs.gentoo.org/552720
14 lines
463 B
XML
14 lines
463 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<longdescription lang="en">
|
|
The dateutil module provides powerful extensions to the standard
|
|
datetime module, available in Python 2.3+.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">python-dateutil</remote-id>
|
|
<remote-id type="github">dateutil/dateutil</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|