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 1E132158094 for ; Wed, 27 Jul 2022 21:27:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A527E0D65; Wed, 27 Jul 2022 21:27:24 +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 0CBB4E0D65 for ; Wed, 27 Jul 2022 21:27:24 +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 0F2B03410A5 for ; Wed, 27 Jul 2022 21:27:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47D18545 for ; Wed, 27 Jul 2022 21:27:21 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1658957238.5e4f6906e4cdebda370d135a633de245f2fb3785.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pyhoca-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild X-VCS-Directories: net-misc/pyhoca-cli/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 5e4f6906e4cdebda370d135a633de245f2fb3785 X-VCS-Branch: master Date: Wed, 27 Jul 2022 21:27:21 +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: 69329cbe-ec8d-4889-84f7-19c36d87d6e4 X-Archives-Hash: a2d21fefebfb739bffb5fdef20550679 commit: 5e4f6906e4cdebda370d135a633de245f2fb3785 Author: Bernard Cafarelli gentoo org> AuthorDate: Wed Jul 27 20:55:03 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Jul 27 21:27:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e4f6906 net-misc/pyhoca-cli: update PYTHON_COMPAT Bug: https://bugs.gentoo.org/861221 Signed-off-by: Bernard Cafarelli gentoo.org> net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild index 153510b8ebcd..1568b9c349d1 100644 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild +++ b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="X2Go command line client"