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 E44E01581F0 for ; Thu, 12 Dec 2024 05:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3A5E0D4C; Thu, 12 Dec 2024 05:12:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4D5DE0D4C for ; Thu, 12 Dec 2024 05:12:58 +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 EACCE3430DC for ; Thu, 12 Dec 2024 05:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CBB31F41 for ; Thu, 12 Dec 2024 05:12:55 +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: <1733980298.73f5e9e02fae097e1626e4ba7620cd3e9af6f3d7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/check-jsonschema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild X-VCS-Directories: app-misc/check-jsonschema/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 73f5e9e02fae097e1626e4ba7620cd3e9af6f3d7 X-VCS-Branch: master Date: Thu, 12 Dec 2024 05:12:55 +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: 2a101900-390e-4bdb-9a79-df6cf89a6ec1 X-Archives-Hash: 8766eac6f016f0b74466eb273422791f commit: 73f5e9e02fae097e1626e4ba7620cd3e9af6f3d7 Author: idealseal protonmail com> AuthorDate: Tue Dec 10 15:31:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Dec 12 05:11:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73f5e9e0 app-misc/check-jsonschema: enable py3.13 Signed-off-by: idealseal protonmail.com> Signed-off-by: Sam James gentoo.org> ...sonschema-0.28.4-r1.ebuild => check-jsonschema-0.28.4-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild similarity index 93% rename from app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild rename to app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild index d72cf7a4b03a..3f86463294a8 100644 --- a/app-misc/check-jsonschema/check-jsonschema-0.28.4-r1.ebuild +++ b/app-misc/check-jsonschema/check-jsonschema-0.28.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit optfeature distutils-r1 @@ -45,8 +45,8 @@ DOCS=( distutils_enable_tests pytest distutils_enable_sphinx docs \ - dev-python/sphinx-issues \ - dev-python/furo + dev-python/sphinx-issues \ + dev-python/furo python_prepare_all() { # relax deps in setup.cfg