commit:     a56caa8bcb0a82e5c22a04dfaca1a96f65f2e6e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 14:13:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun  1 14:37:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56caa8b

dev-python/verboselogs: Enable py3.12

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/verboselogs/verboselogs-1.7-r1.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/verboselogs/verboselogs-1.7-r1.ebuild 
b/dev-python/verboselogs/verboselogs-1.7-r1.ebuild
index 48d69d6497e9..6ad18e2854f6 100644
--- a/dev-python/verboselogs/verboselogs-1.7-r1.ebuild
+++ b/dev-python/verboselogs/verboselogs-1.7-r1.ebuild
@@ -4,20 +4,24 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 
 DESCRIPTION="Verbose logging for Python's logging module"
-HOMEPAGE="https://pypi.org/project/verboselogs/
-       https://github.com/xolox/python-verboselogs/";
+HOMEPAGE="
+       https://github.com/xolox/python-verboselogs/
+       https://pypi.org/project/verboselogs/
+"
 
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="
-       test? ( dev-python/mock[${PYTHON_USEDEP}] )
+       test? (
+               dev-python/mock[${PYTHON_USEDEP}]
+       )
 "
 
 PATCHES=(

Reply via email to