git: 1d502c270aa3 - main - devel/boost-python-libs: limit python 3.8-3.10 as py-numpy used yet
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Aug 2022 11:09:34 UTC
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