diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 13:23:46 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:19:24 +0200 |
commit | 1bc1a28d18c6b17470c1ef0427f26e2b687b80ba (patch) | |
tree | 2156fe1882c55337b83e76721df1988f650137fe /dev-python/pydata-sphinx-theme | |
parent | dev-python/pytest-regressions: enable py3.11 (diff) | |
download | gentoo-1bc1a28d18c6b17470c1ef0427f26e2b687b80ba.tar.gz gentoo-1bc1a28d18c6b17470c1ef0427f26e2b687b80ba.tar.bz2 gentoo-1bc1a28d18c6b17470c1ef0427f26e2b687b80ba.zip |
dev-python/pydata-sphinx-theme: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pydata-sphinx-theme')
-rw-r--r-- | dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.7.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 index 872d0f987bf0..c9882d5eba7c 100644 --- 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 @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community" |