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: adam
Date: Sun Jun 15 08:24:54 UTC 2025
Modified Files:
pkgsrc/math/py-asdf_wcs_schemas: Makefile
pkgsrc/math/py-astroML: Makefile
pkgsrc/math/py-gwcs: Makefile
Log Message:
Mark as not for Python 3.10
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-asdf_wcs_schemas/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-astroML/Makefile
cvs rdiff -u -r1.11 -r1.12 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-asdf_wcs_schemas/Makefile
diff -u pkgsrc/math/py-asdf_wcs_schemas/Makefile:1.5 pkgsrc/math/py-asdf_wcs_schemas/Makefile:1.6
--- pkgsrc/math/py-asdf_wcs_schemas/Makefile:1.5 Tue Apr 15 16:31:37 2025
+++ pkgsrc/math/py-asdf_wcs_schemas/Makefile Sun Jun 15 08:24:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/04/15 16:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/06/15 08:24:54 adam Exp $
DISTNAME= asdf_wcs_schemas-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-asdf_coord
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 39
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-asdf_astropy
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-astroML/Makefile
diff -u pkgsrc/math/py-astroML/Makefile:1.12 pkgsrc/math/py-astroML/Makefile:1.13
--- pkgsrc/math/py-astroML/Makefile:1.12 Tue Apr 15 16:31:38 2025
+++ pkgsrc/math/py-astroML/Makefile Sun Jun 15 08:24:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/04/15 16:31:38 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/06/15 08:24:53 adam Exp $
DISTNAME= astroML-1.0.2.post1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -24,5 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-remot
WHEEL_NAME= ${DISTNAME:tl}
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-astropy
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-gwcs/Makefile
diff -u pkgsrc/math/py-gwcs/Makefile:1.11 pkgsrc/math/py-gwcs/Makefile:1.12
--- pkgsrc/math/py-gwcs/Makefile:1.11 Thu Feb 13 12:11:04 2025
+++ pkgsrc/math/py-gwcs/Makefile Sun Jun 15 08:24:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/02/13 12:11:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/06/15 08:24:53 adam Exp $
DISTNAME= gwcs-0.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -20,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-scipy>=1.14.1:.
#TEST_DEPENDS+= ${PYPKGPREFIX}-test-astropy>=0.11.0:../../devel/py-test-astropy
TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus>0:../../devel/py-test-doctestplus
-PYTHON_VERSIONS_INCOMPATIBLE= 39
+PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-astropy
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index