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: jperkin
Date: Tue Jan 2 10:54:57 UTC 2024
Modified Files:
pkgsrc/math/py-hmmlearn: Makefile
Log Message:
py-hmmlearn: Fix PYTHON_VERSIONS_INCOMPATIBLE.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/math/py-hmmlearn/Makefile:1.2
--- pkgsrc/math/py-hmmlearn/Makefile:1.1 Fri Dec 29 16:43:41 2023
+++ pkgsrc/math/py-hmmlearn/Makefile Tue Jan 2 10:54:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/29 16:43:41 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/02 10:54:57 jperkin Exp $
DISTNAME= hmmlearn-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.
USE_LANGUAGES= c c++
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+
# 2023-12-29: Tests currently fail due to known upstream issues
do-test:
# setup.py builds directly to prefix by default, so we need to build
Home |
Main Index |
Thread Index |
Old Index