pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-asdf_astropy



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

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

Log Message:
py-asdf_astropy: Not for python39.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-asdf_astropy/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_astropy/Makefile
diff -u pkgsrc/math/py-asdf_astropy/Makefile:1.1 pkgsrc/math/py-asdf_astropy/Makefile:1.2
--- pkgsrc/math/py-asdf_astropy/Makefile:1.1    Wed May 15 06:46:57 2024
+++ pkgsrc/math/py-asdf_astropy/Makefile        Wed Aug  7 16:09:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/05/15 06:46:57 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/07 16:09:11 jperkin Exp $
 
 DISTNAME=      asdf-astropy-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-/_/}
@@ -25,7 +25,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-astro
 
 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