Bug 223408 - devel/py-six: conflicts between python versions
Summary: devel/py-six: conflicts between python versions
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-03 21:07 UTC by Loïc Bartoletti
Modified: 2017-11-04 07:15 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2017-11-03 21:07:30 UTC
py-six have a file (catalog.mk) which is in conflicts between python version (tried with 2.7 and 3.6)



Rainer: you will need this for QGis 3
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2017-11-03 22:18:13 UTC
% pkg info -RF py27-six-1.11.0.txz | grep catalog
    /usr/local/share/licenses/py27-six-1.11.0/catalog.mk: "1$740e4f0e90042abc345fb9383e43c82f25fee4a0b77205ce4e85e8257062deeb",

% pkg info -RF py36-six-1.11.0.txz | grep catalog
    /usr/local/share/licenses/py36-six-1.11.0/catalog.mk: "1$740e4f0e90042abc345fb9383e43c82f25fee4a0b77205ce4e85e8257062deeb",

Those 2 files do not conflict.
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2017-11-04 06:18:55 UTC
(In reply to lbartoletti from comment #0)

Hi Loïc,

I tried to build both, py27-six-1.11.0 and py36-six-1.11.0, again on a recent CURRENT amd64 box and it works. No conflicts so far.

Perhaps a problem with your configuration?

And yes, I am aware, that devel/py3-six is a dependency for QGIS 3. But thanks for the hint.
Comment 3 Loïc Bartoletti freebsd_committer freebsd_triage 2017-11-04 07:15:59 UTC
Hi,

OK, sorry for the noise. I will inspect why this happened.