summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 19:38:59 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 19:40:56 +0200
commit49982f9e38a614aa7893027b6dcf4e50d6071a68 (patch)
tree8e4d3ea5f5e78e7851dea66076eacffaaf2ba5b4 /dev-python/ipython_genutils
parentdev-python/inflection: Enable py3.12 (diff)
downloadgentoo-49982f9e38a614aa7893027b6dcf4e50d6071a68.tar.gz
gentoo-49982f9e38a614aa7893027b6dcf4e50d6071a68.tar.bz2
gentoo-49982f9e38a614aa7893027b6dcf4e50d6071a68.zip
dev-python/ipython_genutils: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r--dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild11
1 files 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"