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 69EEE158066 for ; Wed, 4 Sep 2024 08:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ED642BC025; Wed, 4 Sep 2024 08:37:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6FB8F2BC025 for ; Wed, 4 Sep 2024 08:37:53 +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 AF66734300E for ; Wed, 4 Sep 2024 08:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17BC71DC5 for ; Wed, 4 Sep 2024 08:37:51 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1725439069.ac53d9d2bce93f687767e75dd0b28fc2c38b0f76.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/pre-commit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/pre-commit/pre-commit-3.8.0-r1.ebuild dev-vcs/pre-commit/pre-commit-3.8.0.ebuild X-VCS-Directories: dev-vcs/pre-commit/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: ac53d9d2bce93f687767e75dd0b28fc2c38b0f76 X-VCS-Branch: master Date: Wed, 4 Sep 2024 08:37:51 +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: f222d545-7964-4b47-8d91-d2d4f8991230 X-Archives-Hash: 0ad10aa9219b4456137699e64972d6fc commit: ac53d9d2bce93f687767e75dd0b28fc2c38b0f76 Author: Maciej Barć gentoo org> AuthorDate: Wed Sep 4 08:36:14 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Sep 4 08:37:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac53d9d2 dev-vcs/pre-commit: add python 3.10 compat for autojump Signed-off-by: Maciej Barć gentoo.org> .../pre-commit/{pre-commit-3.8.0.ebuild => pre-commit-3.8.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/pre-commit/pre-commit-3.8.0.ebuild b/dev-vcs/pre-commit/pre-commit-3.8.0-r1.ebuild similarity index 98% rename from dev-vcs/pre-commit/pre-commit-3.8.0.ebuild rename to dev-vcs/pre-commit/pre-commit-3.8.0-r1.ebuild index 078bf861234b..5de721b64f53 100644 --- a/dev-vcs/pre-commit/pre-commit-3.8.0.ebuild +++ b/dev-vcs/pre-commit/pre-commit-3.8.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite" DISTUTILS_SINGLE_IMPL="ON" DISTUTILS_USE_PEP517="setuptools"