pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-Theano



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 12:36:43 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/math/py-Theano/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-Theano/Makefile
diff -u pkgsrc/math/py-Theano/Makefile:1.16 pkgsrc/math/py-Theano/Makefile:1.17
--- pkgsrc/math/py-Theano/Makefile:1.16 Tue Jun 25 05:59:34 2024
+++ pkgsrc/math/py-Theano/Makefile      Mon Aug  5 12:36:43 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2024/06/25 05:59:34 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/08/05 12:36:43 adam Exp $
 
 DISTNAME=      Theano-1.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ REPLACE.bash.old=     .*/bin/bash
 REPLACE.bash.new=      ${SH}
 REPLACE_FILES.bash=    theano/misc/check_blas_many.sh
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index