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 CDAA7158043 for ; Sun, 14 Apr 2024 15:33:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC1DCE29C0; Sun, 14 Apr 2024 15:33:53 +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 9F564E29C0 for ; Sun, 14 Apr 2024 15:33: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 DE09F3433A5 for ; Sun, 14 Apr 2024 15:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4763216D2 for ; Sun, 14 Apr 2024 15:33: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: <1713108821.9ab25810f9be64835143e3d567ce3bda4878db65.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/dtrx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/dtrx/dtrx-8.5.3-r1.ebuild app-arch/dtrx/dtrx-8.5.3.ebuild app-arch/dtrx/dtrx-9999.ebuild X-VCS-Directories: app-arch/dtrx/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 9ab25810f9be64835143e3d567ce3bda4878db65 X-VCS-Branch: master Date: Sun, 14 Apr 2024 15:33: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: 6d1269ac-333d-41dd-bd1d-7ebbbdd567e3 X-Archives-Hash: c8f86f7a8dc94c866c119466d5e7b486 commit: 9ab25810f9be64835143e3d567ce3bda4878db65 Author: Maciej Barć gentoo org> AuthorDate: Sun Apr 14 15:00:31 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sun Apr 14 15:33:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab25810 app-arch/dtrx: enable py3.12 compat Closes: https://bugs.gentoo.org/929280 Signed-off-by: Maciej Barć gentoo.org> app-arch/dtrx/{dtrx-8.5.3.ebuild => dtrx-8.5.3-r1.ebuild} | 4 ++-- app-arch/dtrx/dtrx-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-arch/dtrx/dtrx-8.5.3.ebuild b/app-arch/dtrx/dtrx-8.5.3-r1.ebuild similarity index 93% rename from app-arch/dtrx/dtrx-8.5.3.ebuild rename to app-arch/dtrx/dtrx-8.5.3-r1.ebuild index 43636b151107..7a6ccf0a7793 100644 --- a/app-arch/dtrx/dtrx-8.5.3.ebuild +++ b/app-arch/dtrx/dtrx-8.5.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature diff --git a/app-arch/dtrx/dtrx-9999.ebuild b/app-arch/dtrx/dtrx-9999.ebuild index 42db2c734cf7..efeeace6e9ef 100644 --- a/app-arch/dtrx/dtrx-9999.ebuild +++ b/app-arch/dtrx/dtrx-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 optfeature