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 41DFD138350 for ; Tue, 24 Mar 2020 08:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86F39E0A03; Tue, 24 Mar 2020 08:20:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3D3E5E0A03 for ; Tue, 24 Mar 2020 08:20:52 +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 4415134F01A for ; Tue, 24 Mar 2020 08:20:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C392B2B for ; Tue, 24 Mar 2020 08:20:48 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1585038034.210304622e8df7e46d42f92bccfcf8831d8bb0f1.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/spams-python/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/spams-python/spams-python-2.6.ebuild X-VCS-Directories: sci-libs/spams-python/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 210304622e8df7e46d42f92bccfcf8831d8bb0f1 X-VCS-Branch: master Date: Tue, 24 Mar 2020 08:20:48 +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: f530ca4e-19f8-4571-85e8-827f138236a7 X-Archives-Hash: 0b53a83c01271c94b42c92542f5a5cb8 commit: 210304622e8df7e46d42f92bccfcf8831d8bb0f1 Author: Horea Christian chymera eu> AuthorDate: Tue Mar 24 08:20:34 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Tue Mar 24 08:20:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21030462 sci-libs/spams-python: PYTHON_COMPAT update to 3_7 Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Horea Christian chymera.eu> sci-libs/spams-python/spams-python-2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/spams-python/spams-python-2.6.ebuild b/sci-libs/spams-python/spams-python-2.6.ebuild index 59a809762..35dd8463c 100644 --- a/sci-libs/spams-python/spams-python-2.6.ebuild +++ b/sci-libs/spams-python/spams-python-2.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 toolchain-funcs