diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-01 20:36:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-01 20:39:43 +0200 |
commit | 44027dbbb0f14129841b9f17f5d9e3979fb549b3 (patch) | |
tree | 159cc18e05fc88f8920b3cbc4ebaa4951569aa5b /dev-python/xdoctest | |
parent | dev-python/ipdb: Port to py3.10 (diff) | |
download | gentoo-44027dbbb0f14129841b9f17f5d9e3979fb549b3.tar.gz gentoo-44027dbbb0f14129841b9f17f5d9e3979fb549b3.tar.bz2 gentoo-44027dbbb0f14129841b9f17f5d9e3979fb549b3.zip |
dev-python/xdoctest: Port to py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xdoctest')
-rw-r--r-- | dev-python/xdoctest/xdoctest-0.15.4.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/xdoctest/xdoctest-0.15.4.ebuild b/dev-python/xdoctest/xdoctest-0.15.4.ebuild index bf899d7a581a..8131d0b52e8b 100644 --- a/dev-python/xdoctest/xdoctest-0.15.4.ebuild +++ b/dev-python/xdoctest/xdoctest-0.15.4.ebuild @@ -1,11 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness" |