git: 484fa90984c4 - main - misc/py-scikit-fusion: Broken with python-3.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jul 2026 03:06:46 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=484fa90984c41648f9e1dbe86f92ce08d17bb3fe
commit 484fa90984c41648f9e1dbe86f92ce08d17bb3fe
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-07-07 02:55:19 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-07-07 02:55:19 +0000
misc/py-scikit-fusion: Broken with python-3.12
Reported by: fallout
---
misc/py-scikit-fusion/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/py-scikit-fusion/Makefile b/misc/py-scikit-fusion/Makefile
index f5bbc52d36b1..d1737dfd88af 100644
--- a/misc/py-scikit-fusion/Makefile
+++ b/misc/py-scikit-fusion/Makefile
@@ -12,6 +12,8 @@ WWW= https://github.com/marinkaz/scikit-fusion
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+BROKEN= not compatible with Python 3.12 (upstream last the project updated 6 years ago)
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}joblib>=0.8.4:devel/py-joblib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.12.0:science/py-scipy@${PY_FLAVOR}