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 2BA7115817D for ; Mon, 3 Jun 2024 11:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 736A1E2B1C; Mon, 3 Jun 2024 11:34:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 56222E2B1C for ; Mon, 3 Jun 2024 11:34:42 +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 979FB335DCD for ; Mon, 3 Jun 2024 11:34:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 308701587 for ; Mon, 3 Jun 2024 11:34:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717414455.645a7b476036bfcabc71777a22585ddbece66824.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/cppman/cppman-0.5.6-r1.ebuild app-doc/cppman/cppman-0.5.6.ebuild X-VCS-Directories: app-doc/cppman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 645a7b476036bfcabc71777a22585ddbece66824 X-VCS-Branch: master Date: Mon, 3 Jun 2024 11:34:40 +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: a1415816-55bc-451f-a178-5a7e92b14733 X-Archives-Hash: 80ea1fec979f42bb035577bae35509f4 commit: 645a7b476036bfcabc71777a22585ddbece66824 Author: Esteve Varela Colominas gmail com> AuthorDate: Mon Jun 3 09:09:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 3 11:34:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645a7b47 app-doc/cppman: Bump PYTHON_COMPAT Signed-off-by: Esteve Varela Colominas gmail.com> Signed-off-by: Sam James gentoo.org> app-doc/cppman/{cppman-0.5.6.ebuild => cppman-0.5.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/cppman/cppman-0.5.6.ebuild b/app-doc/cppman/cppman-0.5.6-r1.ebuild similarity index 94% rename from app-doc/cppman/cppman-0.5.6.ebuild rename to app-doc/cppman/cppman-0.5.6-r1.ebuild index 63a0409772a7..b74f5103ca40 100644 --- a/app-doc/cppman/cppman-0.5.6.ebuild +++ b/app-doc/cppman/cppman-0.5.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYTHON_REQ_USE="sqlite,threads(+)" DISTUTILS_SINGLE_IMPL=yes DISTUTILS_USE_PEP517=setuptools