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 75AA81382C5 for ; Fri, 22 May 2020 17:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DE48E08EB; Fri, 22 May 2020 17:23: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 14E3FE08EB for ; Fri, 22 May 2020 17:23: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 DD91934F2B0 for ; Fri, 22 May 2020 17:23:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A232F25B for ; Fri, 22 May 2020 17:23:16 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1590168132.17d3252f94ed69ba25b180e67a55178ab151e6af.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild X-VCS-Directories: dev-python/shiboken2/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 17d3252f94ed69ba25b180e67a55178ab151e6af X-VCS-Branch: master Date: Fri, 22 May 2020 17:23: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: 35ff8d0b-0a74-4566-a658-72d996069c24 X-Archives-Hash: 26fe0c933067663ac2c74969161961d7 commit: 17d3252f94ed69ba25b180e67a55178ab151e6af Author: Rick Farina gentoo org> AuthorDate: Fri May 22 16:58:12 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri May 22 17:22:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d3252f dev-python/shiboken2: drop python2_7 nothing new should be added with python2_7 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Rick Farina gentoo.org> dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild b/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild index 0079fc5a053..72c24c2bd8a 100644 --- a/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild +++ b/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild @@ -4,8 +4,6 @@ EAPI=7 # TODO: Remove the shiboken2 5.14.1-specific "sed" kludge on the next bump. -# TODO: Remove Python 2.7 support on the next bump. Gentoo support for Python -# 2.7 effectively ceases in April 2020. # TODO: Split the "/usr/bin/shiboken2" binding generator from the # "/usr/lib64/libshiboken2-*.so" family of shared libraries. The former # requires everything (including Clang) at runtime; the latter only requires @@ -15,7 +13,7 @@ EAPI=7 # "/usr/bin/shiboken2" at build time and "libshiboken2-*.so" at runtime. # TODO: Add PyPy once officially supported. See also: # https://bugreports.qt.io/browse/PYSIDE-535 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils llvm python-r1