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 1C5C715800A for ; Mon, 28 Aug 2023 16:33:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91A462BC02D; Mon, 28 Aug 2023 16:33:36 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77BCD2BC02D for ; Mon, 28 Aug 2023 16:33:36 +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 90F0A340D2F for ; Mon, 28 Aug 2023 16:33:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE45A10DE for ; Mon, 28 Aug 2023 16:33:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1693228629.ab1fbf6c337d66c2d9eb978d863566addd7ae714.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/evernote3/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/evernote3/evernote3-1.25.14.ebuild X-VCS-Directories: dev-python/evernote3/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: ab1fbf6c337d66c2d9eb978d863566addd7ae714 X-VCS-Branch: master Date: Mon, 28 Aug 2023 16:33:31 +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: 7c405dc8-b1ab-46d7-ac51-3e6b3f7c8fc7 X-Archives-Hash: 18063de7bd4931d5c24b1112dc6f3c92 commit: ab1fbf6c337d66c2d9eb978d863566addd7ae714 Author: Vitaly Zdanevich ya ru> AuthorDate: Mon Aug 28 13:17:09 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Aug 28 13:17:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab1fbf6c dev-python/evernote3: Python version fix Signed-off-by: Vitaly Zdanevich ya.ru> dev-python/evernote3/evernote3-1.25.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/evernote3/evernote3-1.25.14.ebuild b/dev-python/evernote3/evernote3-1.25.14.ebuild index da68018881..9c0d8d9436 100644 --- a/dev-python/evernote3/evernote3-1.25.14.ebuild +++ b/dev-python/evernote3/evernote3-1.25.14.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{3..12} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi