pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-photutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 15 22:15:05 UTC 2024

Modified Files:
        pkgsrc/math/py-photutils: Makefile

Log Message:
py-photutils: allow Python 3.11/3.12 now that py-scikit-image supports them


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-photutils/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.8 pkgsrc/math/py-photutils/Makefile:1.9
--- pkgsrc/math/py-photutils/Makefile:1.8       Thu Feb 15 22:02:20 2024
+++ pkgsrc/math/py-photutils/Makefile   Thu Feb 15 22:15:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/02/15 22:02:20 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/02/15 22:15:05 wiz Exp $
 
 DISTNAME=      photutils-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,6 @@ DEPENDS+=     ${PYPKGPREFIX}-gwcs>=0.12:../.
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scikit
 PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-scikit-learn
-PYTHON_VERSIONS_INCOMPATIBLE+= 311 312 # py-scikit-image
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"



Home | Main Index | Thread Index | Old Index