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 D228D139360 for ; Mon, 9 Aug 2021 22:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FC70E07F0; Mon, 9 Aug 2021 22:19:05 +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 3F677E07F0 for ; Mon, 9 Aug 2021 22:19:05 +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 BD608342B17 for ; Mon, 9 Aug 2021 22:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E5AF842 for ; Mon, 9 Aug 2021 22:19:02 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1628547275.b9b7762b4e7fc827bccb0cc73f112e55079f6326.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyjsparser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyjsparser/pyjsparser-2.7.1_p20190421.ebuild X-VCS-Directories: dev-python/pyjsparser/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: b9b7762b4e7fc827bccb0cc73f112e55079f6326 X-VCS-Branch: master Date: Mon, 9 Aug 2021 22:19:02 +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: 8c8cc118-f560-4db8-86a9-6a742f017ec2 X-Archives-Hash: 05761d7d5f3c95bf19a450d6b5978fb7 commit: b9b7762b4e7fc827bccb0cc73f112e55079f6326 Author: Louis Sautier gentoo org> AuthorDate: Mon Aug 9 22:11:14 2021 +0000 Commit: Louis Sautier gentoo org> CommitDate: Mon Aug 9 22:14:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b7762b dev-python/pyjsparser: enable py3.10 Signed-off-by: Louis Sautier gentoo.org> dev-python/pyjsparser/pyjsparser-2.7.1_p20190421.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421.ebuild b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421.ebuild index c8bb95c2269..0e57ff474b3 100644 --- a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421.ebuild +++ b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_COMMIT="5465d037b30e334cb0997f2315ec1e451b8ad4c1" -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1