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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5F0013835B for ; Fri, 7 May 2021 11:58:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB91E0839; Fri, 7 May 2021 11:58:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B80DFE0839 for ; Fri, 7 May 2021 11:58:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B1BE340DDB for ; Fri, 7 May 2021 11:58:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B40274C for ; Fri, 7 May 2021 11:58:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1620388663.2925905191af5342052e65c63ca1b5db96223e21.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkginfo/pkginfo-1.7.0.ebuild X-VCS-Directories: dev-python/pkginfo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2925905191af5342052e65c63ca1b5db96223e21 X-VCS-Branch: master Date: Fri, 7 May 2021 11:58:05 +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: 195f1ed3-d433-446a-87e3-ba8b3ebd4a22 X-Archives-Hash: 487593df10fbe543d866269027c0f197 commit: 2925905191af5342052e65c63ca1b5db96223e21 Author: Jakov Smolic sartura hr> AuthorDate: Thu May 6 23:56:51 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 7 11:57:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29259051 dev-python/pkginfo: Port to python3.10 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Michał Górny gentoo.org> dev-python/pkginfo/pkginfo-1.7.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/pkginfo/pkginfo-1.7.0.ebuild b/dev-python/pkginfo/pkginfo-1.7.0.ebuild index 1fd681f736a..53dbc8d6f97 100644 --- a/dev-python/pkginfo/pkginfo-1.7.0.ebuild +++ b/dev-python/pkginfo/pkginfo-1.7.0.ebuild @@ -3,9 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Provides an API for querying the distutils metadata written in a PKG-INFO file"