diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 18:36:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 19:17:05 +0200 |
commit | 5067b53e28067071f2bfa09654726be13a9a10f1 (patch) | |
tree | fe570a19b7fb488e0ee63fc55e2262d1b6f8f66b /dev-python/sphinxcontrib-serializinghtml | |
parent | dev-python/sphinxcontrib-htmlhelp: Port to py39 (diff) | |
download | gentoo-5067b53e28067071f2bfa09654726be13a9a10f1.tar.gz gentoo-5067b53e28067071f2bfa09654726be13a9a10f1.tar.bz2 gentoo-5067b53e28067071f2bfa09654726be13a9a10f1.zip |
dev-python/sphinxcontrib-serializinghtml: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-serializinghtml')
-rw-r--r-- | dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild index a9b6c40261bf..03118bb40338 100644 --- a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild +++ b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" PDEPEND=" >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" -DEPEND=" +BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${PDEPEND} )" |