Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-newsfeed/
Date: Fri, 28 May 2021 21:48:38
Message-Id: 1622238488.af00f78399a6f476828d9c9559606776996702ab.mgorny@gentoo
1 commit: af00f78399a6f476828d9c9559606776996702ab
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Fri May 28 15:53:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 21:48:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af00f783
7
8 dev-python/sphinxcontrib-newsfeed: EAPI=7, bump py3.9
9
10 passes when run on demo example
11
12 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 .../sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
19 index ce753de7cb0..a69ff7fa08b 100644
20 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
21 +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild
22 @@ -1,8 +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=6
28 -PYTHON_COMPAT=( python3_{7,8} )
29 +EAPI=7
30 +
31 +PYTHON_COMPAT=( python3_{7..9} )
32
33 inherit distutils-r1
34
35 @@ -15,7 +16,6 @@ SLOT="0"
36 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
37 IUSE="examples"
38
39 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
40 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]
41 dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"