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:           Mon Jul  3 17:30:58 UTC 2023

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

Log Message:
py-photutils: mark as not for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/math/py-photutils/Makefile:1.6
--- pkgsrc/math/py-photutils/Makefile:1.5       Mon Nov 14 22:18:36 2022
+++ pkgsrc/math/py-photutils/Makefile   Mon Jul  3 17:30:58 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/11/14 22:18:36 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/03 17:30:58 wiz Exp $
 
 DISTNAME=      photutils-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-extension-helpe
 DEPENDS+=      ${PYPKGPREFIX}-gwcs>=0.12:../../math/py-gwcs
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scikit
+PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-scikit-learn
 PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-scikit-image
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index