summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-04 03:00:42 +0000
committerSam James <sam@gentoo.org>2021-03-04 03:00:42 +0000
commit6fed1ea2bc192038e7e10f373044aa8b1143bf52 (patch)
tree69e3888bd4a3256c1f704fac9f9491ade16ace9a /dev-python/guzzle_sphinx_theme
parentdev-python/jsonref: mark ALLARCHES (diff)
downloadgentoo-6fed1ea2bc192038e7e10f373044aa8b1143bf52.tar.gz
gentoo-6fed1ea2bc192038e7e10f373044aa8b1143bf52.tar.bz2
gentoo-6fed1ea2bc192038e7e10f373044aa8b1143bf52.zip
dev-python/guzzle_sphinx_theme: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/guzzle_sphinx_theme')
-rw-r--r--dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
index 7ee1195b6699..72124af3b392 100644
--- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
+++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -13,7 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/sphinx-1.2[${PYTHON_USEDEP}]"