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:   bacon
Date:           Wed Jan 10 18:22:48 UTC 2024

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

Log Message:
devel/py-hmmlearn: Add missing py-wheel to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/math/py-hmmlearn/Makefile:1.3
--- pkgsrc/math/py-hmmlearn/Makefile:1.2        Tue Jan  2 10:54:57 2024
+++ pkgsrc/math/py-hmmlearn/Makefile    Wed Jan 10 18:22:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/01/02 10:54:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/10 18:22:48 bacon Exp $
 
 DISTNAME=      hmmlearn-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT=      Algorithms for inference of Hid
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.16:../../math/py-scikit-learn
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>0:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-scipy>0.19:../../math/py-scipy



Home | Main Index | Thread Index | Old Index