Hide Forgot
Description of problem: According to the guidelines [https://fedoraproject.org/wiki/Packaging:Python#Naming] and current practice, symlinks suffixed with the version number should be provided to make it easy to switch between the python2 and python3 implementations. Please add: 1. /usr/bin/pyflakes-3 symlinking to pyflakes-%python3_version 2. /usr/bin/pyflakes-%python3_version as the real executable script 3. make /usr/bin/python3-pyflakes a symlink to /usr/bin/pyflakes-%python3_version 4. similarly for python2, /usr/bin/pyflakes should be symlink to /usr/bin/pyflakes-2, and /usr/bin/pyflakes-2 should be a symlink to /usr/bin/pyflakes-%python2_version, which should be the real executable. Version-Release number of selected component (if applicable): python3-pyflakes-1.2.3-1.fc24.noarch Thx.
Added in pyflakes-1.3.0-2.fc25, may ship this for released distros later as well if there are other changes that warrant the update.