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 113A0138353 for ; Wed, 18 Mar 2020 18:39:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08DF6E09F8; Wed, 18 Mar 2020 18:39:40 +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 DFF92E09F8 for ; Wed, 18 Mar 2020 18:39:39 +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 DD48934F2DA for ; Wed, 18 Mar 2020 18:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9835518B for ; Wed, 18 Mar 2020 18:39:37 +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: <1584556766.fda0af5358644c751be5844bb36589dcb7ec42ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/astroid/astroid-1.4.8.ebuild X-VCS-Directories: dev-python/astroid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fda0af5358644c751be5844bb36589dcb7ec42ac X-VCS-Branch: master Date: Wed, 18 Mar 2020 18:39:37 +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: f993154f-2359-49b8-a3ea-0954cdf294f9 X-Archives-Hash: c12c3d4cfadaa502fa250052ccfd964f commit: fda0af5358644c751be5844bb36589dcb7ec42ac Author: Michał Górny gentoo org> AuthorDate: Wed Mar 18 18:28:31 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 18 18:39:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda0af53 dev-python/astroid: Drop py2 Signed-off-by: Michał Górny gentoo.org> dev-python/astroid/astroid-1.4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/astroid/astroid-1.4.8.ebuild b/dev-python/astroid/astroid-1.4.8.ebuild index beeff5e0071..60df02b882b 100644 --- a/dev-python/astroid/astroid-1.4.8.ebuild +++ b/dev-python/astroid/astroid-1.4.8.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1