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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97168158042 for ; Wed, 6 Nov 2024 11:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE813E0973; Wed, 6 Nov 2024 11:41:51 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6CF6E0973 for ; Wed, 6 Nov 2024 11:41:51 +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 EE165335DC7 for ; Wed, 6 Nov 2024 11:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DED81A26 for ; Wed, 6 Nov 2024 11:41:49 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1730893128.9dd7de5f469b4af068c520848c2b66135fadb4e9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/redo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/redo/redo-0.42d-r1.ebuild dev-util/redo/redo-0.42d.ebuild X-VCS-Directories: dev-util/redo/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9dd7de5f469b4af068c520848c2b66135fadb4e9 X-VCS-Branch: master Date: Wed, 6 Nov 2024 11:41:49 +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: 18dd6ee9-2879-4a5c-a682-e613453e23b3 X-Archives-Hash: e397edc29c66ee6cf5bcdf44d6174e04 commit: 9dd7de5f469b4af068c520848c2b66135fadb4e9 Author: Filip Kobierski pm me> AuthorDate: Sat Aug 24 19:45:08 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Nov 6 11:38:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd7de5f dev-util/redo: add python3.12 support Closes: https://bugs.gentoo.org/929549 Signed-off-by: Filip Kobierski pm.me> Signed-off-by: Joonas Niilola gentoo.org> dev-util/redo/{redo-0.42d.ebuild => redo-0.42d-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/redo/redo-0.42d.ebuild b/dev-util/redo/redo-0.42d-r1.ebuild similarity index 94% rename from dev-util/redo/redo-0.42d.ebuild rename to dev-util/redo/redo-0.42d-r1.ebuild index 7a5d85d89fa0..014a20b6113d 100644 --- a/dev-util/redo/redo-0.42d.ebuild +++ b/dev-util/redo/redo-0.42d-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="sqlite" + inherit edo multiprocessing python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make"