Created attachment 190533 [details] [patch] allow concurrent install of py-qrcode for different py flavors Trying to install py-qrcode@py36 fails if the py27 flavor is currently installed: Installing py36-qrcode-5.3_2... pkg-static: py36-qrcode-5.3_2 conflicts with py27-qrcode-5.3_2 (installs files into the same place). Problematic file: /usr/local/bin/qr
A commit references this bug: Author: leres Date: Tue Feb 13 02:43:08 UTC 2018 New revision: 461681 URL: https://svnweb.freebsd.org/changeset/ports/461681 Log: Allow concurrent installation (USE_PYTHON=concurrent). PR: 225842 Submitted by: John Hein Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14342 Changes: head/textproc/py-qrcode/Makefile
Committed, thanks!