Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2023 19:32:21 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c58ef91e06e8 - main - Mk/Uses: bit more cleanup in USES=python now that 3.7 is sunset
Message-ID:  <202306271932.35RJWLV3038171@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c58ef91e06e8edc4fd8579837f1453b562da3fbb

commit c58ef91e06e8edc4fd8579837f1453b562da3fbb
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-06-27 19:30:48 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-06-27 19:32:09 +0000

    Mk/Uses: bit more cleanup in USES=python now that 3.7 is sunset
---
 Mk/Uses/python.mk | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 0bb66319fb11..f6d64ba31e39 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -218,7 +218,7 @@
 #			  without dots, e.g. 20706, 30801, ...
 #
 # PYTHON_SUFFIX		- The major-minor release number of the chosen Python
-#			  interpreter without dots, e.g. 27, 37, ...
+#			  interpreter without dots, e.g. 27, 38, ...
 #			  Used for prefixes and suffixes.
 #
 # PYTHON_MAJOR_VER	- The major release version of the chosen Python
@@ -535,9 +535,6 @@ PYTHON_CMD?=		${_PYTHON_BASECMD}${_PYTHON_VERSION}
 .  if ${PYTHON_MAJOR_VER} > 2
 .    if exists(${PYTHON_CMD}-config)
 PYTHON_ABIVER!=		${PYTHON_CMD}-config --abiflags
-.    elif ${PYTHON_REL} < 30800
-# Default ABI flags for lang/python37 port
-PYTHON_ABIVER=		m
 .    endif
 .  endif
 



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