Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622892 - app-shells/bash-completion: respect PYTHON_TARGETS or split Python stuff out
Summary: app-shells/bash-completion: respect PYTHON_TARGETS or split Python stuff out
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 803152
  Show dependency tree
 
Reported: 2017-06-28 05:29 UTC by Michał Górny
Modified: 2024-03-03 15:26 UTC (History)
2 users (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-06-28 05:29:45 UTC
The upstream bash-completion package contains completions for some Python commands, including python*, pyvenv* and possibly more. At the same time, it hardcodes possible suffixes, resulting in absurds like installing it for 3.4 and 3.5 but not 3.6.

We should either:

1. add PYTHON_TARGETS and create symlinks for all versions explicitly,

2. move all the Python stuffs into a separate package and maintain it there.