Date: Fri, 27 Aug 2021 23:54:26 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cda6b1f7b091 - main - devel/boost-python-libs: mark as not compatible with python 3.10 Message-ID: <202108272354.17RNsQbT055220@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=cda6b1f7b0914beab58972467d8a1171d9f045da commit cda6b1f7b0914beab58972467d8a1171d9f045da Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-08-25 12:45:01 +0000 Commit: Dmitry Marakasov <amdmi3@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108272354.17RNsQbT055220>