git: cda6b1f7b091 - main - devel/boost-python-libs: mark as not compatible with python 3.10

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 27 23:54:28 UTC 2021


The branch main has been updated by amdmi3:

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

commit cda6b1f7b0914beab58972467d8a1171d9f045da
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-08-25 12:45:01 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-08-27 23:49:12 +0000

    devel/boost-python-libs: mark as not compatible with python 3.10
    
    This limitation is inherited from math/py-numpy and needs to be
    rechecked when it supports 3.10
    
    Approved by:    portmgr blanket
---
 devel/boost-python-libs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index daf2a1fd95e6..74a2adcb1146 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -10,7 +10,7 @@ BUILD_DEPENDS=	bjam:devel/boost-jam \
 		${PYNUMPY}
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-USES=		python:3.6+
+USES=		python:3.6-3.9  # upper bound inherited from math/py-numpy
 USE_PYTHON=	flavors
 
 OPTIONS_DEFINE=	DEBUG OPTIMIZED_CFLAGS


More information about the dev-commits-ports-main mailing list