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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4D6615806E for ; Thu, 1 Jun 2023 13:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAB4CE07B3; Thu, 1 Jun 2023 13:40:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A2286E07B3 for ; Thu, 1 Jun 2023 13:40:56 +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 A9A533411E5 for ; Thu, 1 Jun 2023 13:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0698D990 for ; Thu, 1 Jun 2023 13:40:54 +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: <1685625862.a930401b66b1405c3293eddce62def17b5f5ae84.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progress/progress-1.6-r1.ebuild X-VCS-Directories: dev-python/progress/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a930401b66b1405c3293eddce62def17b5f5ae84 X-VCS-Branch: master Date: Thu, 1 Jun 2023 13:40:54 +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: 105b4e11-ad44-4e1c-b577-c69e16b8edf3 X-Archives-Hash: 28125624204370e48d8a9561150439ee commit: a930401b66b1405c3293eddce62def17b5f5ae84 Author: Michał Górny gentoo org> AuthorDate: Thu Jun 1 13:24:22 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 1 13:24:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a930401b dev-python/progress: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/progress/progress-1.6-r1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-python/progress/progress-1.6-r1.ebuild b/dev-python/progress/progress-1.6-r1.ebuild index 913c3bc95e47..8e8db1c0c2d0 100644 --- a/dev-python/progress/progress-1.6-r1.ebuild +++ b/dev-python/progress/progress-1.6-r1.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + inherit distutils-r1 pypi DESCRIPTION="Easy to use progress bars" -HOMEPAGE="https://pypi.org/project/progress/ - https://github.com/verigak/progress/" +HOMEPAGE=" + https://github.com/verigak/progress/ + https://pypi.org/project/progress/ +" SLOT="0" LICENSE="ISC"