2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-08 00:00:13 +03:00
Files
gentoo/dev-python/dask/metadata.xml
Petr Vaněk 13c1027f38 dev-python/dask: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
2022-10-20 04:52:04 +01:00

23 lines
724 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>cluster@gentoo.org</email>
<name>Gentoo Cluster Project</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
Dask is a simple task scheduling system that uses directed acyclic
graphs (DAGs) of tasks to break up large computations into many
small ones.
</longdescription>
<stabilize-allarches/>
<upstream>
<remote-id type="pypi">dask</remote-id>
<remote-id type="github">dask/dask</remote-id>
</upstream>
</pkgmetadata>