commit: d452bbdc8d3bf55f15aff824d80b9e054b34ff9f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:01:14 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:01:14 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d452bbdc
dev-python/pytest-doctestplus: bump to 0.11.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
...t-doctestplus-0.8.0.ebuild => pytest-doctestplus-0.11.2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
b/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
similarity index 72%
rename from dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
rename to dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
index 05b962262..17b19cbb0 100644
--- a/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
+++ b/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# TODO: fix this
+# AttributeError: type object 'reprec' has no attribute 'assertoutcome'
RESTRICT="test"
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"