commit: d2d61ccab22d953f7166f12a1befb715372f5946
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 19:48:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 19:53:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d61cca
dev-python/pysrt: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pysrt/pysrt-1.1.1-r1.ebuild | 2 +-
dev-python/pysrt/pysrt-1.1.1.ebuild | 2 +-
dev-python/pysrt/pysrt-1.1.2.ebuild | 2 +-
dev-python/pysrt/pysrt-9999.ebuild | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/pysrt/pysrt-1.1.1-r1.ebuild
b/dev-python/pysrt/pysrt-1.1.1-r1.ebuild
index dfea1772bb7..955fccde2c8 100644
--- a/dev-python/pysrt/pysrt-1.1.1-r1.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
inherit distutils-r1
diff --git a/dev-python/pysrt/pysrt-1.1.1.ebuild
b/dev-python/pysrt/pysrt-1.1.1.ebuild
index 315ab0b380a..d5c1c4e8856 100644
--- a/dev-python/pysrt/pysrt-1.1.1.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/pysrt/pysrt-1.1.2.ebuild
b/dev-python/pysrt/pysrt-1.1.2.ebuild
index 766998ae2d3..98e0450016c 100644
--- a/dev-python/pysrt/pysrt-1.1.2.ebuild
+++ b/dev-python/pysrt/pysrt-1.1.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
diff --git a/dev-python/pysrt/pysrt-9999.ebuild
b/dev-python/pysrt/pysrt-9999.ebuild
index 766998ae2d3..98e0450016c 100644
--- a/dev-python/pysrt/pysrt-9999.ebuild
+++ b/dev-python/pysrt/pysrt-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1