pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-hmmlearn



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  5 12:42:08 UTC 2024

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-hmmlearn/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-hmmlearn/Makefile
diff -u pkgsrc/math/py-hmmlearn/Makefile:1.4 pkgsrc/math/py-hmmlearn/Makefile:1.5
--- pkgsrc/math/py-hmmlearn/Makefile:1.4        Sun Mar  3 14:03:28 2024
+++ pkgsrc/math/py-hmmlearn/Makefile    Mon Aug  5 12:42:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/03/03 14:03:28 bacon Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/05 12:42:08 adam Exp $
 
 DISTNAME=      hmmlearn-0.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=5.4.
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 # hmmlearn-0.3.2: Some tests still fail
 do-test:



Home | Main Index | Thread Index | Old Index