From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1245993-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 010041382C5 for <garchives@archives.gentoo.org>; Wed, 27 Jan 2021 04:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DB11E0AAE; Wed, 27 Jan 2021 04:27:08 +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 18428E0AAE for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jan 2021 04:27:08 +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 39D21340EE9 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jan 2021 04:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6238A49 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Jan 2021 04:27:05 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1611721619.7f769313dc7eabcd2d7509826abf90161913544b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cvxopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild X-VCS-Directories: dev-python/cvxopt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f769313dc7eabcd2d7509826abf90161913544b X-VCS-Branch: master Date: Wed, 27 Jan 2021 04:27:05 +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: e38443cd-2088-48cc-8f2f-f05274e56850 X-Archives-Hash: 407450b51b2e714acc15c4c5931bd701 commit: 7f769313dc7eabcd2d7509826abf90161913544b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 27 04:26:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 27 04:26:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f769313 dev-python/cvxopt: +Python 3.9, -Python 3.6 Thanks-to: François Bissey <frp.bissey <AT> gmail.com> Closes: https://bugs.gentoo.org/767391 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild b/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild index df93cd110d8..0b300420950 100644 --- a/dev-python/cvxopt/cvxopt-1.2.5-r1.ebuild +++ b/dev-python/cvxopt/cvxopt-1.2.5-r1.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_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 toolchain-funcs