[Bug 272851] Remove python3 (PYTHON3_DEFAULT) from DEFAULT_VERSIONS

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 31 Jul 2023 19:52:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272851

            Bug ID: 272851
           Summary: Remove python3 (PYTHON3_DEFAULT) from DEFAULT_VERSIONS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: sunpoet@FreeBSD.org
                CC: ports-bugs@FreeBSD.org

Patch: https://people.freebsd.org/~sunpoet/patch/PYTHON3_DEFAULT.txt

The patch removes python3 (PYTHON3_DEFAULT) from DEFAULT_VERSIONS and changes
existing ones to python (PYTHON_DEFAULT) instead.

Regarding DEFAULT_VERSIONS, both python and python3 point to the same value
which makes python3 a duplicate. And we do not really support python=2.7.
Therefore, let's use python for Python 3.x and python2 for legacy Python 2.7.

-- 
You are receiving this mail because:
You are on the CC list for the bug.