summaryrefslogtreecommitdiff
path: root/dev-python/daff
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
committerroot <root@alpha.trunkmasters.com>2026-05-31 21:30:14 -0500
commit7d009d2bc561a2df178eac5df75421e4bb4c6b62 (patch)
tree565722a7aadd75a31d89afcb22a04abea1bffb17 /dev-python/daff
parent2c156b24300b45a66e20e90fe26d2837c2b1ea7d (diff)
downloadbaldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.gz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.tar.xz
baldeagleos-repo-7d009d2bc561a2df178eac5df75421e4bb4c6b62.zip
Adding metadata
Diffstat (limited to 'dev-python/daff')
-rw-r--r--dev-python/daff/metadata.xml33
1 files changed, 17 insertions, 16 deletions
diff --git a/dev-python/daff/metadata.xml b/dev-python/daff/metadata.xml
index 611ed409ed28..6703e6e3e5f3 100644
--- a/dev-python/daff/metadata.xml
+++ b/dev-python/daff/metadata.xml
@@ -1,23 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<?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>
- <longdescription lang="en">
+ <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>
- <upstream>
- <maintainer>
- <email>paul@robotrebuilt.com</email>
- <name>Paul Fitzpatrick</name>
- </maintainer>
- <bugs-to>https://github.com/paulfitz/daff/issues</bugs-to>
- </upstream>
- <origin>liguros-repo</origin>
-</pkgmetadata> \ No newline at end of file
+</pkgmetadata>