pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-astroML



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Aug  7 16:09:35 UTC 2024

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

Log Message:
py-astroML: Not for python39.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-astroML/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-astroML/Makefile
diff -u pkgsrc/math/py-astroML/Makefile:1.6 pkgsrc/math/py-astroML/Makefile:1.7
--- pkgsrc/math/py-astroML/Makefile:1.6 Tue Aug  1 23:20:46 2023
+++ pkgsrc/math/py-astroML/Makefile     Wed Aug  7 16:09:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/08/01 23:20:46 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/07 16:09:35 jperkin Exp $
 
 DISTNAME=      astroML-1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ HOMEPAGE=     https://www.astroml.org/
 COMMENT=       Astropy affiliated module for machine learning and data mining
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn



Home | Main Index | Thread Index | Old Index