Bug 233565

Summary: devel/py-wheel: conflicts with multiple flavors of python
Product: Ports & Packages Reporter: John Hein <jcfyecrayz>
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Some People CC: w.schwarzenfeld
Priority: --- Flags: bugzilla: maintainer-feedback? (nivit)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn-diff-py-wheel none

Description John Hein 2018-11-27 13:33:27 UTC
===>   Registering installation for py36-wheel-0.30.0 as automatic
Installing py36-wheel-0.30.0...
pkg-static: py36-wheel-0.30.0 conflicts with py27-wheel-0.30.0 (installs files into the same place).  Problematic file: /usr/local/bin/wheel
*** Error code 70
Comment 1 Walter Schwarzenfeld freebsd_triage 2019-08-14 14:14:19 UTC
Created attachment 206538 [details]
svn-diff-py-wheel

if you install both:
lrwxr-xr-x  1 root  wheel    9 14 Aug. 16:08 /usr/local/bin/wheel -> wheel-3.6
-rwxr-xr-x  1 root  wheel  383 14 Aug. 16:08 /usr/local/bin/wheel-2.7
-rwxr-xr-x  1 root  wheel  383 14 Aug. 16:08 /usr/local/bin/wheel-3.6

wheel is a link to wheel of the default version.
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2021-03-15 09:57:23 UTC
Fixed with r512289. Thanks for your PR.