pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-asdf_wcs_schemas



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug  7 19:27:02 UTC 2024

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

Log Message:
py-asdf_wcs_schemas: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-asdf_wcs_schemas/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.1 pkgsrc/math/py-asdf_wcs_schemas/Makefile:1.2
--- pkgsrc/math/py-asdf_wcs_schemas/Makefile:1.1        Wed May 15 06:58:37 2024
+++ pkgsrc/math/py-asdf_wcs_schemas/Makefile    Wed Aug  7 19:27:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/15 06:58:37 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/07 19:27:02 wiz 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=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index