From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E30D15806E for ; Thu, 1 Jun 2023 14:37:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A27ACE07E6; Thu, 1 Jun 2023 14:37:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83E52E07E6 for ; Thu, 1 Jun 2023 14:37:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6266E341224 for ; Thu, 1 Jun 2023 14:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6472A67 for ; Thu, 1 Jun 2023 14:37:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1685630237.a56caa8bcb0a82e5c22a04dfaca1a96f65f2e6e4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/verboselogs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/verboselogs/verboselogs-1.7-r1.ebuild X-VCS-Directories: dev-python/verboselogs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a56caa8bcb0a82e5c22a04dfaca1a96f65f2e6e4 X-VCS-Branch: master Date: Thu, 1 Jun 2023 14:37:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e620e5e-722d-47a7-9eda-97e71cb5364e X-Archives-Hash: 179f9b7326e2e80dfdb2434a3613f6dd commit: a56caa8bcb0a82e5c22a04dfaca1a96f65f2e6e4 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 1 14:13:20 2023 +0000 Commit: Michał Górny gentoo 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 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=(