From 49982f9e38a614aa7893027b6dcf4e50d6071a68 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 31 May 2023 19:38:59 +0200 Subject: dev-python/ipython_genutils: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'dev-python/ipython_genutils') 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" -- cgit v1.2.3-65-gdbad