dev-python/shiboken2: drop python2_7
authorRick Farina <zerochaos@gentoo.org>
Fri, 22 May 2020 16:58:12 +0000 (12:58 -0400)
committerRick Farina <zerochaos@gentoo.org>
Fri, 22 May 2020 17:22:12 +0000 (13:22 -0400)
nothing new should be added with python2_7

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild

index 0079fc5a05380ab7475efad39bb2fd5217b4f864..72c24c2bd8a8dee3200ac4306fbfb384297c4651 100644 (file)
@@ -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