pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-gwcs



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 12:29:05 UTC 2024

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

Log Message:
py-gwcs: not for Python 3.9 anymore


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-gwcs/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-gwcs/Makefile
diff -u pkgsrc/math/py-gwcs/Makefile:1.7 pkgsrc/math/py-gwcs/Makefile:1.8
--- pkgsrc/math/py-gwcs/Makefile:1.7    Wed May 15 07:01:41 2024
+++ pkgsrc/math/py-gwcs/Makefile        Mon Aug  5 12:29:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/05/15 07:01:41 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/08/05 12:29:05 adam Exp $
 
 DISTNAME=      gwcs-0.21.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ DEPENDS+=     ${PYPKGPREFIX}-astropy>=5.3:..
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0:../../math/py-scipy
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>=0:../../devel/py-test-doctestplus
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index