Files
guru/dev-python/daff/metadata.xml
Anna (cybertailor) Vyalkova fdae7c83bb dev-python/daff: update upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2023-07-05 18:57:26 +05:00

25 lines
884 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<upstream>
<remote-id type="pypi">daff</remote-id>
<remote-id type="github">paulfitz/daff</remote-id>
<maintainer>
<name>Paul Fitzpatrick</name>
<email>paul@robotrebuilt.com</email>
</maintainer>
<bugs-to>https://github.com/paulfitz/daff/issues</bugs-to>
</upstream>
<longdescription lang="en">
daff: data diff. daff can produce and apply tabular diffs.
This is a library for comparing tables, producing a summary of their
differences, and using such a summary as a patch file. It is optimized for
comparing tables that share a common origin, in other words multiple
versions of the "same" table.
</longdescription>
</pkgmetadata>