Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/silicon/, sys-fs/dwarfs/, dev-python/tweepy/
Date: Tue, 02 Feb 2021 21:23:48
Message-Id: 1612301011.f94b32fd764dc66da9495ee9f2d55f6e07e225a8.telans@gentoo
1 commit: f94b32fd764dc66da9495ee9f2d55f6e07e225a8
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Tue Feb 2 21:23:31 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Tue Feb 2 21:23:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f94b32fd
7
8 */*: Remove obsolete values from PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 dev-python/tweepy/tweepy-3.10.0.ebuild | 4 ++--
14 media-gfx/silicon/silicon-0.4.0.ebuild | 2 +-
15 sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/tweepy/tweepy-3.10.0.ebuild b/dev-python/tweepy/tweepy-3.10.0.ebuild
19 index a3189e9d..9955d125 100644
20 --- a/dev-python/tweepy/tweepy-3.10.0.ebuild
21 +++ b/dev-python/tweepy/tweepy-3.10.0.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 -PYTHON_COMPAT=( python3_{6,7,8} )
30 +PYTHON_COMPAT=( python3_{7,8} )
31
32 inherit distutils-r1
33
34
35 diff --git a/media-gfx/silicon/silicon-0.4.0.ebuild b/media-gfx/silicon/silicon-0.4.0.ebuild
36 index 2ddfbbfc..9e079af8 100644
37 --- a/media-gfx/silicon/silicon-0.4.0.ebuild
38 +++ b/media-gfx/silicon/silicon-0.4.0.ebuild
39 @@ -176,7 +176,7 @@ xcb-0.8.2
40 xml-rs-0.8.3
41 "
42
43 -PYTHON_COMPAT=( python3_{6..9} )
44 +PYTHON_COMPAT=( python3_{7..9} )
45
46 inherit cargo python-any-r1
47
48
49 diff --git a/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild b/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
50 index d175ad7b..4dcf6a8e 100644
51 --- a/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
52 +++ b/sys-fs/dwarfs/dwarfs-0.3.1-r1.ebuild
53 @@ -3,7 +3,7 @@
54
55 EAPI=7
56
57 -PYTHON_COMPAT=( python3_{6,7,8,9} )
58 +PYTHON_COMPAT=( python3_{7,8,9} )
59
60 inherit cmake check-reqs python-single-r1