Date: Mon, 31 Oct 2022 17:28:01 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: cf61f740015a - main - devel/boost-python-libs: remove irrelevant python version limitation Message-ID: <202210311728.29VHS1et017703@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=cf61f740015a953554a76f9fbe197d05f6bf41d2 commit cf61f740015a953554a76f9fbe197d05f6bf41d2 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-10-31 10:46:03 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-10-31 17:14:40 +0000 devel/boost-python-libs: remove irrelevant python version limitation PR: 267362 --- 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 c7d4f5d6a496..d55b6d233cbc 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.8-3.10 # upper bound inherited from math/py-numpy +USES= python:3.8+ 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?202210311728.29VHS1et017703>