summaryrefslogtreecommitdiff
path: root/dev-python/diff-match-patch
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-27 07:37:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-27 07:37:49 +0000
commit531c06eb3ad68d8ef7337618cae898690e09f25c (patch)
tree1648f7b9d5a2f4bf1cc88c83ab27e2e37466e03c /dev-python/diff-match-patch
parenta32efecb4f46e788d2eed97191123797ddecd6b2 (diff)
downloadbaldeagleos-repo-531c06eb3ad68d8ef7337618cae898690e09f25c.tar.gz
baldeagleos-repo-531c06eb3ad68d8ef7337618cae898690e09f25c.tar.xz
baldeagleos-repo-531c06eb3ad68d8ef7337618cae898690e09f25c.zip
Adding metadata
Diffstat (limited to 'dev-python/diff-match-patch')
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20181111.ebuild2
-rw-r--r--dev-python/diff-match-patch/diff-match-patch-20200713.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild b/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild
index 888872dbff1a..6cb37c1a1253 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20181111.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1
diff --git a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
index 901b59113464..2cbb05409502 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit distutils-r1