pkgsrc-WIP-changes archive

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

py-hmmlearn: Clean up and add deps



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Dec 22 10:03:54 2023 -0600
Changeset:	6b07e8f95207b75b7b3df43576c3184e2e3041ca

Modified Files:
	py-hmmlearn/DESCR
	py-hmmlearn/Makefile

Log Message:
py-hmmlearn: Clean up and add deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b07e8f95207b75b7b3df43576c3184e2e3041ca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-hmmlearn/DESCR    |  4 ++--
 py-hmmlearn/Makefile | 10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-hmmlearn/DESCR b/py-hmmlearn/DESCR
index 720e07cb3f..36debfbdd6 100644
--- a/py-hmmlearn/DESCR
+++ b/py-hmmlearn/DESCR
@@ -1,2 +1,2 @@
-hmmlearn is a set of algorithms for unsupervised learning and
-inference of Hidden Markov Models
+Hmmlearn is a set of algorithms for unsupervised learning and
+inference of Hidden Markov Models.
diff --git a/py-hmmlearn/Makefile b/py-hmmlearn/Makefile
index a5dc8e39d7..bf88869fc5 100644
--- a/py-hmmlearn/Makefile
+++ b/py-hmmlearn/Makefile
@@ -4,18 +4,20 @@ DISTNAME=	hmmlearn-0.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_PYPI:=h/hmmlearn/}
-PKGREVISION=	1
 
 MAINTAINER=	matthewd%fastmail.us@localhost
 HOMEPAGE=	https://github.com/hmmlearn/hmmlearn
 COMMENT=	Algorithms for inference of Hidden Markov Models
 LICENSE=	modified-bsd
 
-TOOL_DEPENDS+=       ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-TOOL_DEPENDS+=       ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.21.5:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-scipy>0:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-sklearn-pandas>0:../../math/py-sklearn-pandas
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=5.4.1:../../devel/py-test
 
-USE_LANGUAGES=	c c++ # none
+USE_LANGUAGES=	c c++
 
 do-test:
 	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest -s


Home | Main Index | Thread Index | Old Index