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 59A6B15817D for ; Fri, 21 Jun 2024 01:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75E7DE2A73; Fri, 21 Jun 2024 01:02:04 +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 574E8E2A73 for ; Fri, 21 Jun 2024 01:02:04 +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 15B0733BE19 for ; Fri, 21 Jun 2024 01:02:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6110C1D0E for ; Fri, 21 Jun 2024 01:02:01 +0000 (UTC) From: "Vitaly Zdanevich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vitaly Zdanevich" Message-ID: <1718931719.ca617d90a1cf7f9373fb95afe39b8bbb0212c828.zdanevich.vitaly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-doc/geeknote/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-doc/geeknote/geeknote-3.0.5.ebuild app-doc/geeknote/geeknote-9999.ebuild X-VCS-Directories: app-doc/geeknote/ X-VCS-Committer: zdanevich.vitaly X-VCS-Committer-Name: Vitaly Zdanevich X-VCS-Revision: ca617d90a1cf7f9373fb95afe39b8bbb0212c828 X-VCS-Branch: dev Date: Fri, 21 Jun 2024 01:02:01 +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: 582c89e1-0af9-4dc0-942b-e7342faadfed X-Archives-Hash: 50eb9775308e11930186edc22238e149 commit: ca617d90a1cf7f9373fb95afe39b8bbb0212c828 Author: Vitaly Zdanevich ya ru> AuthorDate: Fri Jun 21 01:01:59 2024 +0000 Commit: Vitaly Zdanevich ya ru> CommitDate: Fri Jun 21 01:01:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca617d90 app-doc/geeknote: Python 3.12 is not working - set max to 3.11 Because of Apache Thrift problem, see https://github.com/apache/thrift/commit/6f8c99e98170dcd4f311e755b79f7013868c64c5#r143063857 Signed-off-by: Vitaly Zdanevich ya.ru> app-doc/geeknote/geeknote-3.0.5.ebuild | 2 +- app-doc/geeknote/geeknote-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/geeknote/geeknote-3.0.5.ebuild b/app-doc/geeknote/geeknote-3.0.5.ebuild index 17e814e84..48b4b939a 100644 --- a/app-doc/geeknote/geeknote-3.0.5.ebuild +++ b/app-doc/geeknote/geeknote-3.0.5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 diff --git a/app-doc/geeknote/geeknote-9999.ebuild b/app-doc/geeknote/geeknote-9999.ebuild index ce78f8a52..86a17bd62 100644 --- a/app-doc/geeknote/geeknote-9999.ebuild +++ b/app-doc/geeknote/geeknote-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools inherit bash-completion-r1 distutils-r1 git-r3