Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2022 13:27:20 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: 780da110ff63 - main - devel/boost-python-libs: follow python limits from math/py-numpy
Message-ID:  <202205291327.24TDRKLR032055@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=780da110ff633ea339f21820b11c468ecb027a5a

commit 780da110ff633ea339f21820b11c468ecb027a5a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-29 13:23:42 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-29 13:27:10 +0000

    devel/boost-python-libs: follow python limits from math/py-numpy
---
 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 11355237671c..8d2ec16a2d56 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	bjam:devel/boost-jam \
 		${PYNUMPY}
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
-USES=		python:3.7-3.9  # 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?202205291327.24TDRKLR032055>