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 C98D0158020 for ; Sat, 29 Oct 2022 05:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F41CAE08BB; Sat, 29 Oct 2022 05:51:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D50B7E08BB for ; Sat, 29 Oct 2022 05:51:22 +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 B34F2335DAC for ; Sat, 29 Oct 2022 05:51:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5120F55B for ; Sat, 29 Oct 2022 05:51:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1667022640.bbe984a4602f7e606ea725caf62646657f9c53fc.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: bbe984a4602f7e606ea725caf62646657f9c53fc X-VCS-Branch: dev Date: Sat, 29 Oct 2022 05:51:18 +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: e900c56d-10ef-44bf-999a-b1fa7b763c0e X-Archives-Hash: 926213ff3d79c75f0556a3dfbe136439 Message-ID: <20221029055118.yiSKJqRQ6MDHbb15M_gSQ7_wNWhut6f7TFmV0s-uROc@z> commit: bbe984a4602f7e606ea725caf62646657f9c53fc Author: Arthur Zamarin gentoo org> AuthorDate: Sat Oct 29 05:50:40 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Oct 29 05:50:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbe984a4 app-text/OCRmyPDF: disable py3.11 dev-python/coloredlogs doesn't support py3.11, so this package also can't publish py3.11 support. Signed-off-by: Arthur Zamarin gentoo.org> app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild b/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild index d31074627..813f3f1f0 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit bash-completion-r1 distutils-r1 optfeature