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 A36B91580B9 for ; Mon, 23 Aug 2021 06:27:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E15F7E07A7; Mon, 23 Aug 2021 06:27:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5D333E07A7 for ; Mon, 23 Aug 2021 06:27:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 04F74335D27 for ; Mon, 23 Aug 2021 06:27:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB9577B2 for ; Mon, 23 Aug 2021 06:27:38 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1629699917.7105d27ef6e0dcf90a5c2368c1fed8b3fd3ed487.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/phply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/phply/phply-1.2.5.ebuild X-VCS-Directories: dev-python/phply/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 7105d27ef6e0dcf90a5c2368c1fed8b3fd3ed487 X-VCS-Branch: master Date: Mon, 23 Aug 2021 06:27:38 +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: fce21377-9608-43a4-95e9-85c97b619e66 X-Archives-Hash: 837115a13d28297a2ab4e1de3a99a469 commit: 7105d27ef6e0dcf90a5c2368c1fed8b3fd3ed487 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Aug 23 06:22:53 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Aug 23 06:25:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7105d27e dev-python/phply: enable py3.10 Closes: https://bugs.gentoo.org/809149 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/phply/phply-1.2.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/phply/phply-1.2.5.ebuild b/dev-python/phply/phply-1.2.5.ebuild index 19867796c40..1875f9ed1ff 100644 --- a/dev-python/phply/phply-1.2.5.ebuild +++ b/dev-python/phply/phply-1.2.5.ebuild @@ -3,8 +3,7 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Lexer and parser for PHP source implemented using PLY"