commit: 49982f9e38a614aa7893027b6dcf4e50d6071a68
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 17:38:59 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 17:40:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49982f9e
dev-python/ipython_genutils: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index 632fa122f684..bb67d12ad31f 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
@@ -4,19 +4,24 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils"
+HOMEPAGE="
+ https://github.com/ipython/ipython_genutils/
+ https://pypi.org/project/ipython_genutils/
+"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
# Needed because package provides decorators which use pytest (after patch)
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/pytest[${PYTHON_USEDEP}]
+"
PATCHES=(
"${FILESDIR}/${P}-remove-nose.patch"