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 86BA8158087 for ; Thu, 13 Jan 2022 16:08:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC6F82BC00F; Thu, 13 Jan 2022 16:08:18 +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 57A3E2BC00F for ; Thu, 13 Jan 2022 16:08:18 +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 2F58A342E55 for ; Thu, 13 Jan 2022 16:08:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD13C288 for ; Thu, 13 Jan 2022 16:08:15 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1642090089.fb1d88cbc0f4792b9003e975c160651d9137bf8a.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pmw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pmw/pmw-2.0.1-r2.ebuild X-VCS-Directories: dev-python/pmw/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: fb1d88cbc0f4792b9003e975c160651d9137bf8a X-VCS-Branch: master Date: Thu, 13 Jan 2022 16:08:15 +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: 39773226-2b32-488d-a742-33d9bd94af56 X-Archives-Hash: 3e2d4c55af6fcff32584cf7eab9260d3 commit: fb1d88cbc0f4792b9003e975c160651d9137bf8a Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Jan 13 16:08:09 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Jan 13 16:08:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1d88cb dev-python/pmw: Add py3.10 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/pmw/pmw-2.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pmw/pmw-2.0.1-r2.ebuild b/dev-python/pmw/pmw-2.0.1-r2.ebuild index 94b2b97025c9..8469d86b5509 100644 --- a/dev-python/pmw/pmw-2.0.1-r2.ebuild +++ b/dev-python/pmw/pmw-2.0.1-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="tk" inherit distutils-r1 virtualx