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 5C5FB138334 for ; Thu, 18 Jul 2019 05:07:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F740E081B; Thu, 18 Jul 2019 05:07:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7091DE081B for ; Thu, 18 Jul 2019 05:07:57 +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 32099347F4C for ; Thu, 18 Jul 2019 05:07:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7DBC5DE for ; Thu, 18 Jul 2019 05:07:54 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1563426443.ffc8a840ff258db84569686003b22eb5c3386c3a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kconfiglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/kconfiglib/kconfiglib-12.12.1.ebuild X-VCS-Directories: dev-python/kconfiglib/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: ffc8a840ff258db84569686003b22eb5c3386c3a X-VCS-Branch: master Date: Thu, 18 Jul 2019 05:07:54 +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: e8893557-0922-4a24-bce8-bdb4443b4767 X-Archives-Hash: 601d1512f9070bd90d64041f9cebeba8 commit: ffc8a840ff258db84569686003b22eb5c3386c3a Author: Ulf Magnusson gmail com> AuthorDate: Thu Jul 11 19:52:59 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Jul 18 05:07:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc8a840 dev-python/kconfiglib: mark as compatible with Python 2.7 and PyPy menuconfig.py has been Python 2.7-compatible since Kconfiglib 12.2.0. All utilities now run under Python 2.7 and Python 3.2+. Signed-off-by: Ulf Magnusson gmail.com> Signed-off-by: Tim Harder gentoo.org> dev-python/kconfiglib/kconfiglib-12.12.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild index 42e22c8f41f..34529da5d91 100644 --- a/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild +++ b/dev-python/kconfiglib/kconfiglib-12.12.1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# menuconfig script doesn't work on py2 so skip it -PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy{,3} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1