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 8BC031382C5 for ; Sat, 5 Jun 2021 13:34:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B53E08EB; Sat, 5 Jun 2021 13:34:35 +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 ABEA3E08EB for ; Sat, 5 Jun 2021 13:34:35 +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 AB5C8340D4D for ; Sat, 5 Jun 2021 13:34:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F33B75B for ; Sat, 5 Jun 2021 13:34:33 +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: <1622900053.69b52c3bfc4f1a481dd80a391ac5f76a3e74f165.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cppy/cppy-1.1.0.ebuild X-VCS-Directories: dev-python/cppy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 69b52c3bfc4f1a481dd80a391ac5f76a3e74f165 X-VCS-Branch: master Date: Sat, 5 Jun 2021 13:34:33 +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: 05428026-bbb7-45c2-b7ee-5b0f795a4ca5 X-Archives-Hash: 555f3c5078f3877cb85c0fc4da894df7 commit: 69b52c3bfc4f1a481dd80a391ac5f76a3e74f165 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 5 13:23:59 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 5 13:34:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b52c3b dev-python/cppy: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/cppy/cppy-1.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cppy/cppy-1.1.0.ebuild b/dev-python/cppy/cppy-1.1.0.ebuild index c1be3c8163b..5f9d6012ecd 100644 --- a/dev-python/cppy/cppy-1.1.0.ebuild +++ b/dev-python/cppy/cppy-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1