From c5168823185100b212951905df783aed7392bbc9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 1 Jan 2021 00:57:56 +0100 Subject: dev-python/pygame_sdl2: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild | 4 ++-- dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild | 4 ++-- dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-python/pygame_sdl2') diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild index 633a70aed476..8581518a2e68 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r4.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=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 PYSDL="${PN}-2.1.0" diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild index 55101c29bba8..afa68d5e211c 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.12.4-r5.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=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 PYSDL="${PN}-2.1.0" diff --git a/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r1.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r1.ebuild index 82e8be6cc2e1..4d8613ac410d 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r1.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-7.3.5-r1.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=( python{2_7,3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} ) inherit distutils-r1 PYSDL="${PN}-2.1.0" -- cgit v1.2.3-65-gdbad