mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-13 16:47:27 -08:00
19 lines
684 B
XML
19 lines
684 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory,
|
|
with support for versioning and corruption checks.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/fatiando/pooch/issues</bugs-to>
|
|
<doc>https://www.fatiando.org/pooch/</doc>
|
|
<remote-id type="github">fatiando/pooch</remote-id>
|
|
<remote-id type="pypi">pooch</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|