diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-19 20:53:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-19 20:54:10 +0100 |
commit | 6ec87371ea7f4779aac342def679adc8e974b046 (patch) | |
tree | a1dc5a1036d55bd6dc0d0a4492cb7af1310e56c1 /dev-python/sphinx-py3doc-enhanced-theme | |
parent | dev-python/olefile: Remove old (diff) | |
download | gentoo-6ec87371ea7f4779aac342def679adc8e974b046.tar.gz gentoo-6ec87371ea7f4779aac342def679adc8e974b046.tar.bz2 gentoo-6ec87371ea7f4779aac342def679adc8e974b046.zip |
dev-python/sphinx-py3doc-enhanced-theme: Port up to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-py3doc-enhanced-theme')
-rw-r--r-- | dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild index e2422dd96419..0acd3f879166 100644 --- a/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild +++ b/dev-python/sphinx-py3doc-enhanced-theme/sphinx-py3doc-enhanced-theme-2.3.2-r1.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7} pypy3 ) - +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="Enhanced Sphinx theme (based on Python 3 docs)" |