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 9D72F1581D3 for ; Fri, 31 May 2024 17:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE546E29EC; Fri, 31 May 2024 17:36:43 +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 C0657E29EC for ; Fri, 31 May 2024 17:36:43 +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 A5AD733BEEE for ; Fri, 31 May 2024 17:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7FA81B43 for ; Fri, 31 May 2024 17:36:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1717176996.3ef7130f3c080940a67332794aea72deeae0b20d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild dev-python/paho-mqtt/paho-mqtt-2.1.0.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3ef7130f3c080940a67332794aea72deeae0b20d X-VCS-Branch: master Date: Fri, 31 May 2024 17:36:39 +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: 737d8871-8247-4eda-8cc9-dcf5cf569445 X-Archives-Hash: 878bb15b5731ae153ca03b363431b39f commit: 3ef7130f3c080940a67332794aea72deeae0b20d Author: Giuseppe Foti gmail com> AuthorDate: Thu May 23 04:52:13 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 31 17:36:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef7130f dev-python/paho-mqtt: add pypy3 in PYTHON_COMPAT Signed-off-by: Giuseppe Foti gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36785 Signed-off-by: Matt Turner gentoo.org> dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild | 2 +- dev-python/paho-mqtt/paho-mqtt-2.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild index 9d30e2e3f2fb..a338a869a124 100644 --- a/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild +++ b/dev-python/paho-mqtt/paho-mqtt-1.6.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 diff --git a/dev-python/paho-mqtt/paho-mqtt-2.1.0.ebuild b/dev-python/paho-mqtt/paho-mqtt-2.1.0.ebuild index 0a6094d81ecf..55f6e594041a 100644 --- a/dev-python/paho-mqtt/paho-mqtt-2.1.0.ebuild +++ b/dev-python/paho-mqtt/paho-mqtt-2.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1