diff options
author | 2020-02-05 20:48:02 +0100 | |
---|---|---|
committer | 2020-02-05 20:53:31 +0100 | |
commit | d2d61ccab22d953f7166f12a1befb715372f5946 (patch) | |
tree | f2643d62b59906efe58434a9170538d4335e030d /dev-python/pysrt | |
parent | dev-python/pyspf: Remove py2 (diff) | |
download | gentoo-d2d61ccab22d953f7166f12a1befb715372f5946.tar.gz gentoo-d2d61ccab22d953f7166f12a1befb715372f5946.tar.bz2 gentoo-d2d61ccab22d953f7166f12a1befb715372f5946.zip |
dev-python/pysrt: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pysrt')
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pysrt/pysrt-1.1.2.ebuild | 2 | ||||
-rw-r--r-- | 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 dfea1772bb7a..955fccde2c85 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 315ab0b380ac..d5c1c4e88569 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 766998ae2d3e..98e0450016cf 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 766998ae2d3e..98e0450016cf 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 |