diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-31 18:35:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-31 19:17:02 +0200 |
commit | c4d688757c41191283dfede4ef9ac3ef633345ce (patch) | |
tree | 3aec092dba4bac0f567e89a05d93271607c84dcc /dev-python/sphinxcontrib-devhelp | |
parent | dev-python/sphinxcontrib-applehelp: Port to py39 (diff) | |
download | gentoo-c4d688757c41191283dfede4ef9ac3ef633345ce.tar.gz gentoo-c4d688757c41191283dfede4ef9ac3ef633345ce.tar.bz2 gentoo-c4d688757c41191283dfede4ef9ac3ef633345ce.zip |
dev-python/sphinxcontrib-devhelp: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-devhelp')
-rw-r--r-- | dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild index 918979ba97fa..873571929afb 100644 --- a/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.ebuild +++ b/dev-python/sphinxcontrib-devhelp/sphinxcontrib-devhelp-1.0.2.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,8 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x8 RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]" PDEPEND=" >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] +BDEPEND=" test? ( ${PDEPEND} )" distutils_enable_tests pytest |