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 21FED138351 for ; Thu, 16 Jan 2020 06:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DB49E08D0; Thu, 16 Jan 2020 06:05:21 +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 1EE95E08D0 for ; Thu, 16 Jan 2020 06:05:21 +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 1ABD534E0F9 for ; Thu, 16 Jan 2020 06:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C95B3 for ; Thu, 16 Jan 2020 06:05:16 +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: <1579154688.751c06d4f6f9d4159f2764c94358edecd5e968ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/symengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/symengine/symengine-0.3.0.ebuild dev-python/symengine/symengine-0.5.1.ebuild X-VCS-Directories: dev-python/symengine/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 751c06d4f6f9d4159f2764c94358edecd5e968ca X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:05:16 +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: 54394290-bddf-4450-a3ce-0dae88d79bc2 X-Archives-Hash: 567980ee8f78983d3b61100e69275f42 commit: 751c06d4f6f9d4159f2764c94358edecd5e968ca Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 05:39:26 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:04:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751c06d4 dev-python/symengine: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> dev-python/symengine/symengine-0.3.0.ebuild | 2 +- dev-python/symengine/symengine-0.5.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/symengine/symengine-0.3.0.ebuild b/dev-python/symengine/symengine-0.3.0.ebuild index 91da4535de4..02332c4b703 100644 --- a/dev-python/symengine/symengine-0.3.0.ebuild +++ b/dev-python/symengine/symengine-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 diff --git a/dev-python/symengine/symengine-0.5.1.ebuild b/dev-python/symengine/symengine-0.5.1.ebuild index 531654017bc..010852d4745 100644 --- a/dev-python/symengine/symengine-0.5.1.ebuild +++ b/dev-python/symengine/symengine-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1