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 E9FCA1581C1 for ; Fri, 12 Jul 2024 19:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E3EA2BC15C; Fri, 12 Jul 2024 19:26:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 03FD02BC15C for ; Fri, 12 Jul 2024 19:26:39 +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 456273409C8 for ; Fri, 12 Jul 2024 19:26:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A4D71E1C for ; Fri, 12 Jul 2024 19:26:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1720812378.ab5adb612503fc8ef2db09390feee0679a19ff17.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild app-crypt/certbot-nginx/certbot-nginx-9999.ebuild X-VCS-Directories: app-crypt/certbot-nginx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ab5adb612503fc8ef2db09390feee0679a19ff17 X-VCS-Branch: master Date: Fri, 12 Jul 2024 19:26:35 +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: 03da2a83-db90-4ea0-bef7-25f7771ec3ec X-Archives-Hash: 3f369ff88c9b68ce2497b179eb7dc3b5 commit: ab5adb612503fc8ef2db09390feee0679a19ff17 Author: Michał Górny gentoo org> AuthorDate: Fri Jul 12 19:13:10 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 12 19:26:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5adb61 app-crypt/certbot-nginx: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild | 6 +----- app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild index 87265cf83dd8..c7e80bdbca4a 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-2.10.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -35,10 +35,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}" LICENSE="Apache-2.0" SLOT="0" -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - # The requirement is really 17.5.0 but easier to require latest stable >= 23.1.1 # to avoid broken 23.1.0. RDEPEND=" diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index a8a7e0f2fb38..d2c0abefda66 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -3,8 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 @@ -35,10 +35,6 @@ S="${WORKDIR}/${PARENT_P}/${PN}" LICENSE="Apache-2.0" SLOT="0" -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - # The requirement is really 17.5.0 but easier to require latest stable >= 23.1.1 # to avoid broken 23.1.0. RDEPEND="