Bug 225842 - textproc/py-qrcode: conflicts when installing for different py flavors
Summary: textproc/py-qrcode: conflicts when installing for different py flavors
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Craig Leres
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-11 23:33 UTC by John Hein
Modified: 2018-02-13 02:44 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (leres)


Attachments
[patch] allow concurrent install of py-qrcode for different py flavors (645 bytes, patch)
2018-02-11 23:33 UTC, John Hein
jcfyecrayz: maintainer-approval? (leres)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hein 2018-02-11 23:33:10 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-13 02:43:55 UTC
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
Comment 2 Craig Leres freebsd_committer freebsd_triage 2018-02-13 02:44:46 UTC
Committed, thanks!