commit: f94b32fd764dc66da9495ee9f2d55f6e07e225a8
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Tue Feb 2 21:23:31 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Feb 2 21:23:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f94b32fd
*/*: Remove obsolete values from PYTHON_COMPAT
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-python/tweepy/tweepy-3.10.0.ebuild | 4 ++--
media-gfx/silicon/silicon-0.4.0.ebuild | 2 +-
sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/tweepy/tweepy-3.10.0.ebuild
b/dev-python/tweepy/tweepy-3.10.0.ebuild
index a3189e9d..9955d125 100644
--- a/dev-python/tweepy/tweepy-3.10.0.ebuild
+++ b/dev-python/tweepy/tweepy-3.10.0.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_{6,7,8} )
+PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
diff --git a/media-gfx/silicon/silicon-0.4.0.ebuild
b/media-gfx/silicon/silicon-0.4.0.ebuild
index 2ddfbbfc..9e079af8 100644
--- a/media-gfx/silicon/silicon-0.4.0.ebuild
+++ b/media-gfx/silicon/silicon-0.4.0.ebuild
@@ -176,7 +176,7 @@ xcb-0.8.2
xml-rs-0.8.3
"
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit cargo python-any-r1
diff --git a/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
b/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
index d175ad7b..4dcf6a8e 100644
--- a/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
+++ b/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit cmake check-reqs python-single-r1