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 20FFC158041 for ; Sat, 9 Mar 2024 17:41:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF5CE2A29; Sat, 9 Mar 2024 17:41:54 +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 9F564E2A29 for ; Sat, 9 Mar 2024 17:41:54 +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 B859533BDF5 for ; Sat, 9 Mar 2024 17:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E00E914F0 for ; Sat, 9 Mar 2024 17:41:50 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1710006079.a5437799fd9c565439e08e73fc941c63e1d55936.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/yowsup/yowsup-3.3.0.ebuild X-VCS-Directories: net-im/yowsup/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a5437799fd9c565439e08e73fc941c63e1d55936 X-VCS-Branch: master Date: Sat, 9 Mar 2024 17:41: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: 7a9795ac-53f8-4f2f-aa04-1b4bfc2e428f X-Archives-Hash: 0797f022603cc2d23f91a71c01d54577 commit: a5437799fd9c565439e08e73fc941c63e1d55936 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 9 17:05:46 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 9 17:41:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5437799 net-im/yowsup: add python3.12 support Signed-off-by: Conrad Kostecki gentoo.org> net-im/yowsup/yowsup-3.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/yowsup/yowsup-3.3.0.ebuild b/net-im/yowsup/yowsup-3.3.0.ebuild index f0ae4ac76f6c..b1da807a7464 100644 --- a/net-im/yowsup/yowsup-3.3.0.ebuild +++ b/net-im/yowsup/yowsup-3.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517="setuptools" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="readline" inherit distutils-r1