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 D54F4158089 for ; Mon, 9 Oct 2023 09:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E7BB2BC01E; Mon, 9 Oct 2023 09:10:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E8DE62BC01E for ; Mon, 9 Oct 2023 09:10:29 +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 E4345335C5D for ; Mon, 9 Oct 2023 09:10:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3616899B for ; Mon, 9 Oct 2023 09:10:27 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1696842621.f20acf00f1b6374b2411ad3b5d612a9abb7908ba.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/daff/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/daff/daff-1.3.46.ebuild X-VCS-Directories: dev-python/daff/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: f20acf00f1b6374b2411ad3b5d612a9abb7908ba X-VCS-Branch: dev Date: Mon, 9 Oct 2023 09:10:27 +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: bbe02a65-0424-4875-9709-0cea572edf60 X-Archives-Hash: 9fc5b0904f1d488e05e91e2dc0d8ea09 commit: f20acf00f1b6374b2411ad3b5d612a9abb7908ba Author: Huang Rui gmail com> AuthorDate: Mon Oct 9 09:10:09 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Oct 9 09:10:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f20acf00 dev-python/daff: enable py3.12 Signed-off-by: Huang Rui gmail.com> dev-python/daff/daff-1.3.46.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/daff/daff-1.3.46.ebuild b/dev-python/daff/daff-1.3.46.ebuild index e507624d13..f6bbcf106b 100644 --- a/dev-python/daff/daff-1.3.46.ebuild +++ b/dev-python/daff/daff-1.3.46.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) - +PYTHON_COMPAT=( python3_{10..12} pypy3 ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi DESCRIPTION="The daff can produce and apply tabular diffs"