Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/trio-asyncio/
Date: Sun, 28 Nov 2021 12:51:35
Message-Id: 1638103887.3e06ba00c5e17b372b92f6e066aee13526ab6000.andrewammerlaan@gentoo
1 commit: 3e06ba00c5e17b372b92f6e066aee13526ab6000
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 12:16:29 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 12:51:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e06ba00
7
8 dev-python/trio-asyncio: enable py3.10
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild
17 index 296d8886411b..05009fc247e8 100644
18 --- a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild
19 +++ b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{8..9} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit distutils-r1
28
29 @@ -31,4 +31,4 @@ BDEPEND="
30 PATCHES=( "${FILESDIR}/no-pytest-runner.patch" )
31
32 distutils_enable_tests pytest
33 -distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio
34 +distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio dev-python/sphinx_rtd_theme