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/pydata-sphinx-theme/
Date: Tue, 17 May 2022 12:20:10
Message-Id: 1652789964.1bc1a28d18c6b17470c1ef0427f26e2b687b80ba.andrewammerlaan@gentoo
1 commit: 1bc1a28d18c6b17470c1ef0427f26e2b687b80ba
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 11:23:46 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 12:19:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc1a28d
7
8 dev-python/pydata-sphinx-theme: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
16 index 872d0f987bf0..c9882d5eba7c 100644
17 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
18 +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild
19 @@ -3,7 +3,8 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 +DISTUTILS_USE_PEP517=setuptools
26 inherit distutils-r1
27
28 DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community"