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/diff-match-patch-20241021.ebuild2
-rw-r--r--dev-python/diff-match-patch/metadata.xml19
2 files changed, 9 insertions, 12 deletions
diff --git a/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild b/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild
index fbe4425297cd..066f50471a36 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20241021.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1 pypi
diff --git a/dev-python/diff-match-patch/metadata.xml b/dev-python/diff-match-patch/metadata.xml
index 3a1754d7588c..1b0f697dac41 100644
--- a/dev-python/diff-match-patch/metadata.xml
+++ b/dev-python/diff-match-patch/metadata.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <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
+ <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.
@@ -19,8 +19,5 @@
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>
- <upstream>
- <remote-id type="github">diff-match-patch-python/diff-match-patch</remote-id>
- <remote-id type="pypi">diff-match-patch</remote-id>
- </upstream>
+ <origin>baldeagleos-repo</origin>
</pkgmetadata>