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 6FC4B15800F for ; Mon, 2 Jan 2023 20:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F30FE0855; Mon, 2 Jan 2023 20:56:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6A8F6E0855 for ; Mon, 2 Jan 2023 20:56:53 +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 7D6B3335C7B for ; Mon, 2 Jan 2023 20:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8DFC7FA for ; Mon, 2 Jan 2023 20:56:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672693001.1069953a6c98364e86fec3abd18f50a244ec37f5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/translate-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/translate-toolkit/translate-toolkit-3.8.0.ebuild X-VCS-Directories: dev-python/translate-toolkit/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1069953a6c98364e86fec3abd18f50a244ec37f5 X-VCS-Branch: master Date: Mon, 2 Jan 2023 20:56:50 +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: 885a7a91-0e2d-499b-80ef-a975e121bc28 X-Archives-Hash: e493ae1297586bf252b97102a78ff8b0 commit: 1069953a6c98364e86fec3abd18f50a244ec37f5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 2 19:18:54 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 2 20:56:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1069953a dev-python/translate-toolkit: enable py3.11, tests passed Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/translate-toolkit/translate-toolkit-3.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/translate-toolkit/translate-toolkit-3.8.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-3.8.0.ebuild index 51838ec8f6b4..16911db3f644 100644 --- a/dev-python/translate-toolkit/translate-toolkit-3.8.0.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-3.8.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1