Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2022 11:09:34 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d502c270aa3 - main - devel/boost-python-libs: limit python 3.8-3.10 as py-numpy used yet
Message-ID:  <202208121109.27CB9YkF076154@gitrepo.freebsd.org>

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

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

commit 1d502c270aa3444812b13df25a50d1af5ea05aba
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-08-12 11:08:10 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-08-12 11:08:10 +0000

    devel/boost-python-libs: limit python 3.8-3.10 as py-numpy used yet
    
    Whoops, local test adjustments was passed
---
 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 3b073f4890ad..f1b6c6662bd4 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -12,7 +12,7 @@ BUILD_DEPENDS=	bjam:devel/boost-jam \
 		${PYNUMPY}
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-USES=		python:3.8-3.11  # upper bound inherited from math/py-numpy
+USES=		python:3.8-3.10  # 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?202208121109.27CB9YkF076154>