Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Feb 2016 02:59:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207404] archivers/py-attic : default python version causes issues for system with python2 and python3
Message-ID:  <bug-207404-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207404

            Bug ID: 207404
           Summary: archivers/py-attic : default python version causes
                    issues for system with python2 and python3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: ports@thelanman.net
                CC: tom@hur.st
             Flags: maintainer-feedback?(tom@hur.st)
                CC: tom@hur.st

On systems that require both python2 and python3 the current:

USES=3D           python:3.3+

doesn't honor the python3 DEFAULT_VERSIONS, so if one is using Python 3.5 v=
ia:
DEFAULT_VERSIONS+=3D python2=3D2.7 python3=3D3.5

then you end up with both 3.4 (the python: default) and 3.5.

So, can the USES=3D be changed to:
USES=3D           python3:3.3+


thanks.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207404-13>