diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-05-22 12:58:12 -0400 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-05-22 13:22:12 -0400 |
commit | 17d3252f94ed69ba25b180e67a55178ab151e6af (patch) | |
tree | 19c740dd3d98bb3ef39d8e54c96b4bc8ba45ebad /dev-python/shiboken2 | |
parent | media-video/streamdeck-ui: initial ebuild (diff) | |
download | gentoo-17d3252f94ed69ba25b180e67a55178ab151e6af.tar.gz gentoo-17d3252f94ed69ba25b180e67a55178ab151e6af.tar.bz2 gentoo-17d3252f94ed69ba25b180e67a55178ab151e6af.zip |
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 <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/shiboken2')
-rw-r--r-- | dev-python/shiboken2/shiboken2-5.14.1-r3.ebuild | 4 |
1 files changed, 1 insertions, 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 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 |