blob: 21e2624c814e33071ecf9cf34734022299406e76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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>
</upstream>
<origin>gentoo-staging</origin>
</pkgmetadata>
|