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 3EB7415ACFC for ; Fri, 5 May 2023 06:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A11AE0977; Fri, 5 May 2023 06:27:37 +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 58327E0977 for ; Fri, 5 May 2023 06:27:37 +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 571D53412C5 for ; Fri, 5 May 2023 06:27:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEB43A57 for ; Fri, 5 May 2023 06:27:34 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1683268051.9a3b7c8ced1c91c0dc3bcf794b7e1662e8f0a4c5.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/py-zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/py-zabbix/py-zabbix-1.1.7.ebuild X-VCS-Directories: dev-python/py-zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9a3b7c8ced1c91c0dc3bcf794b7e1662e8f0a4c5 X-VCS-Branch: master Date: Fri, 5 May 2023 06:27:34 +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: a5e66876-3846-4b96-b7ab-5e7098839892 X-Archives-Hash: 137b7017ae7ce95dde81a5c3981b9a04 commit: 9a3b7c8ced1c91c0dc3bcf794b7e1662e8f0a4c5 Author: Miroslav Šulc gentoo org> AuthorDate: Fri May 5 06:24:39 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Fri May 5 06:27:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3b7c8c dev-python/py-zabbix: eapi8, py3.11 Closes: https://bugs.gentoo.org/896820 Signed-off-by: Miroslav Šulc gentoo.org> dev-python/py-zabbix/py-zabbix-1.1.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild b/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild index 183830d6c8d8..9f7ca58b3124 100644 --- a/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild +++ b/dev-python/py-zabbix/py-zabbix-1.1.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi