From 1f7130e43776a5b27f0282ae3e01a9e8c6ae9f95 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 9 Dec 2022 14:40:17 +0500 Subject: [PATCH] dev-python/pytest-harvest: enable py3.11 Closes: https://bugs.gentoo.org/884677 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild index de0afe2d7a..3f5e1b4d06 100644 --- a/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild +++ b/dev-python/pytest-harvest/pytest-harvest-1.10.4.ebuild @@ -3,10 +3,12 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools + DOCS_BUILDER="mkdocs" DOCS_DEPEND="dev-python/mkdocs-material" -DOCS_DIR="docs" + inherit distutils-r1 docs DESCRIPTION="Store and retrieve data created during your pytest tests execution"