Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706644 - app-editor/{,g}vim: build against pythong 2 and 3 dynamically at the same time
Summary: app-editor/{,g}vim: build against pythong 2 and 3 dynamically at the same time
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-27 13:28 UTC by Constantin Runge
Modified: 2020-01-27 13:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Constantin Runge 2020-01-27 13:28:01 UTC
Vim and gVim allow to build against python2 as well as python3 at the same time. For several plugins this is required, because some may only work with python2 and some only work with python3.

By restricting the vim and gvim ebuilds to the python-single eclass, the user is prevented to install plugins of both kinds at the same time.

Reproducible: Always
Comment 1 Tim Harder gentoo-dev 2020-01-27 13:56:46 UTC
If you glance at the history of the (g)vim ebuilds you'll notice this has been toggled back and forth at least once or twice already, mostly recently via bug #615832.

We're not going to do it again, especially since python2 is basically at its end of life so plugins requiring it should be updated to python3 or dropped entirely.

In fact, newer ebuilds in the tree have dropped python2 support already for exactly this reason.