Bug 1374381

Summary: python3-pyflakes: please provide /usr/bin/pyflakes-3.5, /usr/bin/pyflakes-3
Product: [Fedora] Fedora Reporter: Zbigniew Jędrzejewski-Szmek <zbyszek>
Component: pyflakesAssignee: Ville Skyttä <ville.skytta>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: mrunge, ville.skytta
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: pyflakes-1.3.0-2.fc25 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-14 12:08:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Zbigniew Jędrzejewski-Szmek 2016-09-08 14:16:44 UTC
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.

Comment 1 Ville Skyttä 2016-09-14 12:08:53 UTC
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.