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 1326215806E for ; Fri, 2 Jun 2023 15:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 123A7E0931; Fri, 2 Jun 2023 15:09:26 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD965E092F for ; Fri, 2 Jun 2023 15:09:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA10E3411C0 for ; Fri, 2 Jun 2023 15:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E939A7A for ; Fri, 2 Jun 2023 15:09:23 +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: <1685718553.6fd46c385288184967e13337bb34981b9bb4f7ec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/click-default-group/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/click-default-group/click-default-group-1.2.2-r1.ebuild X-VCS-Directories: dev-python/click-default-group/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6fd46c385288184967e13337bb34981b9bb4f7ec X-VCS-Branch: master Date: Fri, 2 Jun 2023 15:09:23 +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: 23ab440e-2e9b-44b1-829a-b1aab405236c X-Archives-Hash: 3b1b7d9d4dbcd3d26917cec5719df900 commit: 6fd46c385288184967e13337bb34981b9bb4f7ec Author: Michał Górny gentoo org> AuthorDate: Fri Jun 2 14:49:05 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jun 2 15:09:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd46c38 dev-python/click-default-group: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> .../click-default-group-1.2.2-r1.ebuild | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/dev-python/click-default-group/click-default-group-1.2.2-r1.ebuild b/dev-python/click-default-group/click-default-group-1.2.2-r1.ebuild index 3c8ab2e2b5ab..d39a0747a473 100644 --- a/dev-python/click-default-group/click-default-group-1.2.2-r1.ebuild +++ b/dev-python/click-default-group/click-default-group-1.2.2-r1.ebuild @@ -4,18 +4,27 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + inherit distutils-r1 DESCRIPTION="Extends click. Group to invoke a command without explicit subcommand name" -HOMEPAGE="https://github.com/click-contrib/click-default-group" -SRC_URI="https://github.com/click-contrib/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +HOMEPAGE=" + https://github.com/click-contrib/click-default-group/ + https://pypi.org/project/click-default-group/ +" +SRC_URI=" + https://github.com/click-contrib/click-default-group/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" -RDEPEND="dev-python/click[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] +" PATCHES=( "${FILESDIR}"/${PN}-1.2.2-tests-click-8.patch