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 912C313835A for ; Wed, 2 Jun 2021 16:26:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90EEDE087E; Wed, 2 Jun 2021 16:26:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 6996EE087E for ; Wed, 2 Jun 2021 16:26:39 +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 41CC2340F96 for ; Wed, 2 Jun 2021 16:26:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90E8179E for ; Wed, 2 Jun 2021 16:26:36 +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: <1622651192.7da1971a66c690422d92c5bf1d9fbab89daf1f5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/betamax/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/betamax/betamax-0.8.1.ebuild X-VCS-Directories: dev-python/betamax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7da1971a66c690422d92c5bf1d9fbab89daf1f5b X-VCS-Branch: master Date: Wed, 2 Jun 2021 16:26:36 +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: 418f20d4-ebc6-4fdf-871c-2ac1b2d773eb X-Archives-Hash: 28856e4da87528b8a29285cb832dea5f commit: 7da1971a66c690422d92c5bf1d9fbab89daf1f5b Author: Michał Górny gentoo org> AuthorDate: Wed Jun 2 16:19:00 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 2 16:26:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da1971a dev-python/betamax: Enable py3.10 Signed-off-by: Michał Górny gentoo.org> dev-python/betamax/betamax-0.8.1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/betamax/betamax-0.8.1.ebuild b/dev-python/betamax/betamax-0.8.1.ebuild index 5d8776d4062..bc633613470 100644 --- a/dev-python/betamax/betamax-0.8.1.ebuild +++ b/dev-python/betamax/betamax-0.8.1.ebuild @@ -1,11 +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 -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 DESCRIPTION="python-requests HTTP exchanges recorder"