commit: 1f7130e43776a5b27f0282ae3e01a9e8c6ae9f95 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Fri Dec 9 09:40:17 2022 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Mon Dec 12 11:22:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f7130e4
dev-python/pytest-harvest: enable py3.11 Closes: https://bugs.gentoo.org/884677 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> 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 de0afe2d7..3f5e1b4d0 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"
