From: Rick Farina Date: Fri, 22 May 2020 16:58:12 +0000 (-0400) Subject: dev-python/shiboken2: drop python2_7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17d3252f94ed69ba25b180e67a55178ab151e6af;p=gentoo.git 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 --- diff --git a/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild b/dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild index 0079fc5a0538..72c24c2bd8a8 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