[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2024-05-17 Thread Michał Górny
commit: 994552a2e3882ffe1141fe74518bd8f493789a8d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 17:08:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 17:08:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=994552a2

dev-python/diff-match-patch: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20230430.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
index e5b7eaf2b46e..d985a1e8c196 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-11-17 Thread Andrew Ammerlaan
commit: bc8feb5c80bcdf84ba2180c2b2ca2aa850153c05
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Nov 17 15:26:51 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Nov 17 15:26:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8feb5c

dev-python/diff-match-patch: enable pypy3

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20230430.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
index b39a0daf8b91..e5b7eaf2b46e 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=flit
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-06-01 Thread Michał Górny
commit: 46205c15cc886c2b1e7ab1c125a4e5d4c75d5165
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 04:47:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 04:47:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46205c15

dev-python/diff-match-patch: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/Manifest   |  1 -
 .../diff-match-patch/diff-match-patch-20200713.ebuild  | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index 427fa1a80a42..418e4e6bbeef 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1,2 +1 @@
-DIST diff-match-patch-20200713.tar.gz 60711 BLAKE2B 
9108557050d0aced61e8073e0bfa1969e780e4350dba86e3cb159760d180b09ff2502e8b0a664370e0586bb0ca280f29cfebb983cddf051f10204e3cd1026d8f
 SHA512 
f161efed3d87dd0693c98ee81aedb3868787f040f8f9f31015f9f1de04d50046be75b2351a65a4c26ae1d194b983dbc1420799cf70e7c25737ee4eb3cc78a183
 DIST diff-match-patch-20230430.tar.gz 43324 BLAKE2B 
c13beb380d68cf96af41c124eb23f890c71664624de20780ea586f71b4c52a55ee06ac3427c61c233ebead309fcca02cb75f3447f17b7306c2728ebc5b06f6f8
 SHA512 
a62d15327de65e3381215249fb088a9e40368008b91201de3db3d02f22892bbf6d2ac40dc4ea4986d24470dd396eaf69583fabbe9078a5cb1f97bae94000

diff --git a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
deleted file mode 100644
index 420c71c3614a..
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://pypi.org/project/diff-match-patch/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-06-01 Thread Sam James
commit: e3284738d24cd9b4cdd81064195f1d50dfefdf0d
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun  1 20:03:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun  1 20:03:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3284738

dev-python/diff-match-patch: Stabilize 20230430 ALLARCHES, #907654

Signed-off-by: Sam James  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20230430.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
index 5e9dc1e9f842..b39a0daf8b91 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
@@ -17,6 +17,6 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-05-27 Thread Arthur Zamarin
commit: eeaa5030cd1209abfa5531658adfabb71b927327
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 09:35:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 09:44:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeaa5030

dev-python/diff-match-patch: enable py3.12

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20230430.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
index 0251b27bf244..5e9dc1e9f842 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=flit
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-04-30 Thread Michał Górny
commit: 7685bae04d1a27aacf85956b3a928fc7f2c0ae67
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  1 04:01:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  1 04:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7685bae0

dev-python/diff-match-patch: Bump to 20230430

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/Manifest   |  1 +
 .../diff-match-patch-20230430.ebuild   | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index cd1c017d4faf..427fa1a80a42 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1 +1,2 @@
 DIST diff-match-patch-20200713.tar.gz 60711 BLAKE2B 
9108557050d0aced61e8073e0bfa1969e780e4350dba86e3cb159760d180b09ff2502e8b0a664370e0586bb0ca280f29cfebb983cddf051f10204e3cd1026d8f
 SHA512 
f161efed3d87dd0693c98ee81aedb3868787f040f8f9f31015f9f1de04d50046be75b2351a65a4c26ae1d194b983dbc1420799cf70e7c25737ee4eb3cc78a183
+DIST diff-match-patch-20230430.tar.gz 43324 BLAKE2B 
c13beb380d68cf96af41c124eb23f890c71664624de20780ea586f71b4c52a55ee06ac3427c61c233ebead309fcca02cb75f3447f17b7306c2728ebc5b06f6f8
 SHA512 
a62d15327de65e3381215249fb088a9e40368008b91201de3db3d02f22892bbf6d2ac40dc4ea4986d24470dd396eaf69583fabbe9078a5cb1f97bae94000

diff --git a/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
new file mode 100644
index ..0251b27bf244
--- /dev/null
+++ b/dev-python/diff-match-patch/diff-match-patch-20230430.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Diff, match and patch algorithms for plain text"
+HOMEPAGE="
+   https://github.com/diff-match-patch-python/diff-match-patch/
+   https://pypi.org/project/diff-match-patch/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-04-30 Thread Michał Górny
commit: 2566da606d7a1edb9092556306c9555187e9b541
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  1 04:30:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  1 04:31:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2566da60

dev-python/diff-match-patch: Add GH remote-id

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/diff-match-patch/metadata.xml 
b/dev-python/diff-match-patch/metadata.xml
index 8ff39d9ab20a..3a1754d7588c 100644
--- a/dev-python/diff-match-patch/metadata.xml
+++ b/dev-python/diff-match-patch/metadata.xml
@@ -20,6 +20,7 @@
library features the same API and the same functionality.  All 
versions
also have comprehensive test harnesses.

+   diff-match-patch-python/diff-match-patch
diff-match-patch

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2023-03-17 Thread Michał Górny
commit: 6f6fd399405221959d241da9e485e30934059651
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 12:02:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:28:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6fd399

dev-python/diff-match-patch: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 be6febee8094..420c71c3614a 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -3,13 +3,13 @@
 
 EAPI=7
 
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Diff, match and patch algorithms for plain text"
 HOMEPAGE="https://pypi.org/project/diff-match-patch/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2022-11-16 Thread Michał Górny
commit: 5c41c19720e81568980381e0da03757756df0ec6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 16 16:28:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 16 16:28:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c41c197

dev-python/diff-match-patch: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/Manifest   |  1 -
 .../diff-match-patch/diff-match-patch-2018.ebuild  | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index 98dd5bcdefdc..cd1c017d4faf 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1,2 +1 @@
-DIST diff-match-patch-2018.tar.gz 58554 BLAKE2B 
2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a
 SHA512 
9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6
 DIST diff-match-patch-20200713.tar.gz 60711 BLAKE2B 
9108557050d0aced61e8073e0bfa1969e780e4350dba86e3cb159760d180b09ff2502e8b0a664370e0586bb0ca280f29cfebb983cddf051f10204e3cd1026d8f
 SHA512 
f161efed3d87dd0693c98ee81aedb3868787f040f8f9f31015f9f1de04d50046be75b2351a65a4c26ae1d194b983dbc1420799cf70e7c25737ee4eb3cc78a183

diff --git a/dev-python/diff-match-patch/diff-match-patch-2018.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
deleted file mode 100644
index 72dbff1a..
--- a/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://pypi.org/project/diff-match-patch/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2022-11-16 Thread Arthur Zamarin
commit: aa34419772fd31fc61d52d709ca907bbedd11929
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 16 12:49:47 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 16 12:49:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa344197

dev-python/diff-match-patch: Stabilize 20200713 ALLARCHES, #881411

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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..1155b317a479 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2022-05-17 Thread Andrew Ammerlaan
commit: 25a0f966a04dbcf221a7006548d45e46966b1722
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 17 12:03:03 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 17 12:19:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a0f966

dev-python/diff-match-patch: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 ce23e3a1b04a..901b59113464 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2021-06-05 Thread Michał Górny
commit: 5dada930c627d9307515245d4dd670d4c6e3d912
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 13:27:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 13:34:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dada930

dev-python/diff-match-patch: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 e107f94810a..ce23e3a1b04 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-12-20 Thread Thomas Deutschmann
commit: 56a9d15140bdddf30ef87090b22628bb754adbd8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec 20 16:08:22 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Dec 20 16:30:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a9d151

dev-python/diff-match-patch: x86 stable (bug #760531)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 015303b222f..e107f94810a 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-12-19 Thread Sam James
commit: 57276db83ecf2d4794c1c354306d6b5deb637263
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 19 19:35:04 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 19 19:35:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57276db8

dev-python/diff-match-patch: Stabilize 20200713 amd64, #760531

Signed-off-by: Sam James  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20200713.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 727acdc84be..015303b222f 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-11-17 Thread Joonas Niilola
commit: 4b70516811bf49b4bb811189ae541a50546c9b0d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Nov  9 12:55:11 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 17 14:20:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b705168

dev-python/diff-match-patch: version bump, add py3.9 drop py3.6

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/diff-match-patch/Manifest   |  1 +
 .../diff-match-patch/diff-match-patch-20200713.ebuild  | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index 6278567ccc5..98dd5bcdefd 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1 +1,2 @@
 DIST diff-match-patch-2018.tar.gz 58554 BLAKE2B 
2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a
 SHA512 
9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6
+DIST diff-match-patch-20200713.tar.gz 60711 BLAKE2B 
9108557050d0aced61e8073e0bfa1969e780e4350dba86e3cb159760d180b09ff2502e8b0a664370e0586bb0ca280f29cfebb983cddf051f10204e3cd1026d8f
 SHA512 
f161efed3d87dd0693c98ee81aedb3868787f040f8f9f31015f9f1de04d50046be75b2351a65a4c26ae1d194b983dbc1420799cf70e7c25737ee4eb3cc78a183

diff --git a/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
new file mode 100644
index 000..727acdc84be
--- /dev/null
+++ b/dev-python/diff-match-patch/diff-match-patch-20200713.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Diff, match and patch algorithms for plain text"
+HOMEPAGE="https://pypi.org/project/diff-match-patch/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-03-26 Thread Michał Górny
commit: 75ddc095581ff13b51661d52a9367e353b219325
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:30:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ddc095

dev-python/diff-match-patch: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/Manifest   |  1 -
 .../diff-match-patch-20121119.ebuild   | 24 --
 2 files changed, 25 deletions(-)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index 06b4f7187b9..6278567ccc5 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1,2 +1 @@
-DIST diff-match-patch-20121119.tar.gz 54113 BLAKE2B 
0fcfa46f02f92af0e31ded7c51c651574104fb4d7d70082873981138579b12231dea0eee417614981a96f7ceaa50b288fefdbc21dca687451095dcdc34fe32f8
 SHA512 
3daff80a6043a0413c515125a21839d9fa1d71f7e2441f4870ebefed35f1accea711814ad231c65de0e3468bbd01402c977fc063ab120b7d9f0e04ef555a8207
 DIST diff-match-patch-2018.tar.gz 58554 BLAKE2B 
2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a
 SHA512 
9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
deleted file mode 100644
index 4fee9e26e1f..000
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://pypi.org/project/diff-match-patch/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-python_test() {
-   esetup.py test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-03-26 Thread Michał Górny
commit: 76996afdb5d0f4ecf3a2ec5a915dcbfb6f865f68
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:29:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76996afd

dev-python/diff-match-patch: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/diff-match-patch/metadata.xml 
b/dev-python/diff-match-patch/metadata.xml
index 85b6549c545..276558d29c2 100644
--- a/dev-python/diff-match-patch/metadata.xml
+++ b/dev-python/diff-match-patch/metadata.xml
@@ -9,6 +9,7 @@
pyt...@gentoo.org
Python

+   
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



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-03-26 Thread Michał Górny
commit: ccd7d8c5e28974c7069a0b8dcdaf208bd13a17a2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:29:51 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:34:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd7d8c5

dev-python/diff-match-patch: Stabilize 2018 ALLARCHES

Closes: https://bugs.gentoo.org/714312
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-2018.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-2018.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
index c9290627a43..2bfeee2ef32 100644
--- a/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2020-01-18 Thread Michał Górny
commit: a7b397757e6493289249ff1c4d4156d706f40531
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 18 18:27:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 18 18:47:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b39775

dev-python/diff-match-patch: Remove Python 2 support

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index ceeb5d4ff7a..4fee9e26e1f 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2019-12-21 Thread Sebastian Pipping
commit: ff283fa17dfc5ce9a949e1080bdbfb2693053081
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Dec 16 08:28:58 2019 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sat Dec 21 15:30:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff283fa1

dev-python/diff-match-patch: 2018

Bug: https://bugs.gentoo.org/702458
Closes: https://github.com/gentoo/gentoo/pull/13998
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.81, Repoman-2.3.20

 dev-python/diff-match-patch/Manifest   |  1 +
 .../diff-match-patch/diff-match-patch-2018.ebuild  | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/diff-match-patch/Manifest 
b/dev-python/diff-match-patch/Manifest
index 4ebad66ede4..06b4f7187b9 100644
--- a/dev-python/diff-match-patch/Manifest
+++ b/dev-python/diff-match-patch/Manifest
@@ -1 +1,2 @@
 DIST diff-match-patch-20121119.tar.gz 54113 BLAKE2B 
0fcfa46f02f92af0e31ded7c51c651574104fb4d7d70082873981138579b12231dea0eee417614981a96f7ceaa50b288fefdbc21dca687451095dcdc34fe32f8
 SHA512 
3daff80a6043a0413c515125a21839d9fa1d71f7e2441f4870ebefed35f1accea711814ad231c65de0e3468bbd01402c977fc063ab120b7d9f0e04ef555a8207
+DIST diff-match-patch-2018.tar.gz 58554 BLAKE2B 
2a74294bb9ac88447cdea794a9c3b44d705d93f7e0777d5e5ece4a306f43df47458a4ba0ec8b16624862a6e4540a605695c3a83ee7dad7749b22210ebe65705a
 SHA512 
9b21726b9c0e350553533c14dd86cca823c6f98ab642e7166cf9348952a57b62bcb0576e3d6a3b76655ea1bcc8cef3fe7f33ffb068b5a4bfb4b4b521042484e6

diff --git a/dev-python/diff-match-patch/diff-match-patch-2018.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
new file mode 100644
index 000..bde087ebd03
--- /dev/null
+++ b/dev-python/diff-match-patch/diff-match-patch-2018.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Diff, match and patch algorithms for plain text"
+HOMEPAGE="https://pypi.org/project/diff-match-patch/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2019-07-29 Thread Aaron Bauman
commit: 0188cbac4d36898a16fadb10723d1bc72742fd8d
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Jul 29 19:59:57 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jul 29 20:02:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0188cbac

dev-python/diff-match-patch: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index 63a23390a80..e7adbd9b337 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2019-04-27 Thread Andreas Sturmlechner
commit: 690eb322663fe52d72b824c7d723dccf93deaf02
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 27 13:49:11 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 27 14:45:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690eb322

dev-python/diff-match-patch: python3_7

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index 8250e042f24..63a23390a80 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2019-03-11 Thread Andreas Sturmlechner
commit: 27a4cb4a855103325cf2d6fad8554be139a918bc
Author: Roy Bamford  gentoo  org>
AuthorDate: Mon Mar 11 18:53:27 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 11 21:02:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a4cb4a

dev-python/diff-match-patch: added ~arm64

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index eacebb92174..4bd75b829f5 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2017-05-05 Thread Manuel Rüger
commit: ae7fa8c5c8b2d1d3a3f308efd84f7e1f1cf1af04
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri May  5 12:47:02 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri May  5 12:48:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7fa8c5

dev-python/diff-match-patch: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index af461beecb3..a0de8651a74 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2016-11-25 Thread Amadeusz Piotr Żołnowski
commit: 326cef0fb30eaa752750eb7e930d390ca543ad24
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Fri Nov 25 20:33:09 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Nov 25 20:33:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326cef0f

dev-python/diff-match-patch: Update HOMEPAGE

Set HOMEPAGE to an unofficial package of the Python versions for PyPI.
Upstream hasn't moved the home page from Google Code to somewhere else,
so better point to an unofficial one than to nothing.

Package-Manager: portage-2.3.2

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index 9d359f9..80cb7ae 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Diff, match and patch algorithms for plain text"
-HOMEPAGE="https://code.google.com/p/google-diff-match-patch/;
+HOMEPAGE="https://pypi.python.org/pypi/diff-match-patch/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/

2016-10-21 Thread David Seifert
commit: b40e207e8229d38fcc345f4f1cf12cad40b37109
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Sep 16 22:21:42 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Oct 21 21:38:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40e207e

dev-python/diff-match-patch: python3_5, EAPI 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2513

Signed-off-by: David Seifert  gentoo.org>

 dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild 
b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
index e070123..9d359f9 100644
--- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
+++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1