pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: wiz
Date: Thu Feb 15 22:02:21 UTC 2024
Modified Files:
pkgsrc/math/py-photutils: Makefile
pkgsrc/math/py-scikit-image: Makefile
Log Message:
py-scikit-image: current version doesn't support Python 3.12 either
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-photutils/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/math/py-scikit-image/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-photutils/Makefile
diff -u pkgsrc/math/py-photutils/Makefile:1.7 pkgsrc/math/py-photutils/Makefile:1.8
--- pkgsrc/math/py-photutils/Makefile:1.7 Tue Aug 1 23:20:48 2023
+++ pkgsrc/math/py-photutils/Makefile Thu Feb 15 22:02:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/08/01 23:20:48 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/02/15 22:02:20 wiz Exp $
DISTNAME= photutils-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ DEPENDS+= ${PYPKGPREFIX}-gwcs>=0.12:../.
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-scikit
PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-scikit-learn
-PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-scikit-image
+PYTHON_VERSIONS_INCOMPATIBLE+= 311 312 # py-scikit-image
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
Index: pkgsrc/math/py-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.19 pkgsrc/math/py-scikit-image/Makefile:1.20
--- pkgsrc/math/py-scikit-image/Makefile:1.19 Fri Jan 12 12:03:16 2024
+++ pkgsrc/math/py-scikit-image/Makefile Thu Feb 15 22:02:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/01/12 12:03:16 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2024/02/15 22:02:21 wiz Exp $
DISTNAME= scikit-image-0.19.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -28,7 +28,7 @@ USE_LANGUAGES= c c++
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
# no python 3.11 support as of 0.19.3
# https://github.com/scikit-image/scikit-image/issues/6598
-PYTHON_VERSIONS_INCOMPATIBLE+= 311
+PYTHON_VERSIONS_INCOMPATIBLE+= 311 312
# Ensure python is fully buildlinked, py-pythran defaults to build only.
PYTHON_FOR_BUILD_ONLY= no
Home |
Main Index |
Thread Index |
Old Index