pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numba



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Nov 26 12:32:41 UTC 2024

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

Log Message:
py-numba: Set PYTHON_VERSIONS_ACCEPTED


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/math/py-numba/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-numba/Makefile
diff -u pkgsrc/math/py-numba/Makefile:1.36 pkgsrc/math/py-numba/Makefile:1.37
--- pkgsrc/math/py-numba/Makefile:1.36  Mon Nov 11 07:28:41 2024
+++ pkgsrc/math/py-numba/Makefile       Tue Nov 26 12:32:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2024/11/11 07:28:41 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/11/26 12:32:41 nia Exp $
 
 DISTNAME=      numba-0.60.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ MAKE_ENV+=    NUMBA_DISABLE_OPENMP=1
 
 USE_LANGUAGES= c c++
 
+PYTHON_VERSIONS_ACCEPTED=      312 311 310
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} numba numba-${PYVERSSUFFIX} || ${TRUE}
 



Home | Main Index | Thread Index | Old Index