summaryrefslogtreecommitdiff
path: root/dev-python/diff-match-patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r--dev-python/diff-match-patch/metadata.xml22
1 files changed, 12 insertions, 10 deletions
diff --git a/dev-python/diff-match-patch/metadata.xml b/dev-python/diff-match-patch/metadata.xml
index c08e2bc5299d..3a1754d7588c 100644
--- a/dev-python/diff-match-patch/metadata.xml
+++ b/dev-python/diff-match-patch/metadata.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">The Diff Match and Patch libraries offer robust algorithms to perform
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <longdescription lang="en">The Diff Match and Patch libraries offer robust algorithms to perform
the operations required for synchronizing plain text.
Diff: Compare two blocks of plain text and efficiently return a list of
differences.
@@ -18,7 +19,8 @@
contains only Python implementation. Regardless of language, each
library features the same API and the same functionality. All versions
also have comprehensive test harnesses.</longdescription>
-
- <origin>liguros-repo</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
+ <upstream>
+ <remote-id type="github">diff-match-patch-python/diff-match-patch</remote-id>
+ <remote-id type="pypi">diff-match-patch</remote-id>
+ </upstream>
+</pkgmetadata>