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-trio/
Date: Mon, 05 Jul 2021 22:54:22
Message-Id: 1625525643.44b118ccc29ac6358ef03a1b4021dd5f3193f0e5.mgorny@gentoo
1 commit: 44b118ccc29ac6358ef03a1b4021dd5f3193f0e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 21:22:30 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 22:54:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b118cc
7
8 dev-python/sphinxcontrib-trio: Remove contextlib2 test dep
9
10 The test dependency on dev-python/contextlib2 is optional, and since
11 we're going to remove that package, testing its support makes little
12 sense now.
13
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 4 +---
17 1 file changed, 1 insertion(+), 3 deletions(-)
18
19 diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
20 index 384fc0ddd4c..e7d283d6943 100644
21 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
22 +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
23 @@ -1,10 +1,9 @@
24 # Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=7
28 +EAPI=8
29
30 PYTHON_COMPAT=( python3_{8..10} )
31 -
32 inherit distutils-r1
33
34 DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
35 @@ -23,7 +22,6 @@ RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
36 BDEPEND="
37 test? (
38 dev-python/async_generator[${PYTHON_USEDEP}]
39 - dev-python/contextlib2[${PYTHON_USEDEP}]
40 dev-python/cssselect[${PYTHON_USEDEP}]
41 dev-python/lxml[${PYTHON_USEDEP}]
42 )"