From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1310045-garchives=archives.gentoo.org@lists.gentoo.org> 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 82213139360 for <garchives@archives.gentoo.org>; Thu, 5 Aug 2021 19:13:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7333E0823; Thu, 5 Aug 2021 19:13:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AE9C3E0823 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Aug 2021 19:13:55 +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 4BC7F342D15 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Aug 2021 19:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7D2F7B4 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Aug 2021 19:13:52 +0000 (UTC) From: "Louis Sautier" <sbraz@gentoo.org> 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" <sbraz@gentoo.org> Message-ID: <1628190823.766dd32780daed68afa7ea32c3bb81781544aa22.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plyvel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plyvel/plyvel-1.3.0.ebuild X-VCS-Directories: dev-python/plyvel/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 766dd32780daed68afa7ea32c3bb81781544aa22 X-VCS-Branch: master Date: Thu, 5 Aug 2021 19:13:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 368d9812-a4b6-4f54-8dbc-e9a15a3047d4 X-Archives-Hash: ba702f66fda2bbfdc0e127a94b2a2378 commit: 766dd32780daed68afa7ea32c3bb81781544aa22 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Thu Aug 5 19:13:37 2021 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Thu Aug 5 19:13:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766dd327 dev-python/plyvel: enable py3.10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/plyvel/plyvel-1.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/plyvel/plyvel-1.3.0.ebuild b/dev-python/plyvel/plyvel-1.3.0.ebuild index ae20d1026cb..25f0cbdb9e9 100644 --- a/dev-python/plyvel/plyvel-1.3.0.ebuild +++ b/dev-python/plyvel/plyvel-1.3.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=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1