Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shiboken2/
Date: Fri, 22 May 2020 17:23:22
Message-Id: 1590168132.17d3252f94ed69ba25b180e67a55178ab151e6af.zerochaos@gentoo
1 commit: 17d3252f94ed69ba25b180e67a55178ab151e6af
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 16:58:12 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 17:22:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d3252f
7
8 dev-python/shiboken2: drop python2_7
9
10 nothing new should be added with python2_7
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild | 4 +---
16 1 file changed, 1 insertion(+), 3 deletions(-)
17
18 diff --git a/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild b/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild
19 index 0079fc5a053..72c24c2bd8a 100644
20 --- a/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild
21 +++ b/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild
22 @@ -4,8 +4,6 @@
23 EAPI=7
24
25 # TODO: Remove the shiboken2 5.14.1-specific "sed" kludge on the next bump.
26 -# TODO: Remove Python 2.7 support on the next bump. Gentoo support for Python
27 -# 2.7 effectively ceases in April 2020.
28 # TODO: Split the "/usr/bin/shiboken2" binding generator from the
29 # "/usr/lib64/libshiboken2-*.so" family of shared libraries. The former
30 # requires everything (including Clang) at runtime; the latter only requires
31 @@ -15,7 +13,7 @@ EAPI=7
32 # "/usr/bin/shiboken2" at build time and "libshiboken2-*.so" at runtime.
33 # TODO: Add PyPy once officially supported. See also:
34 # https://bugreports.qt.io/browse/PYSIDE-535
35 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
36 +PYTHON_COMPAT=( python3_{6,7,8} )
37
38 inherit cmake-utils llvm python-r1