pkgsrc-WIP-changes archive

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

py-macs3: Sync deps with pyproject



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Sep 21 06:31:00 2024 -0500
Changeset:	f0715047a1f70f4e2ab6264670586cdb36b061af

Modified Files:
	py-macs3/Makefile
Added Files:
	py-macs3/COMMIT_MSG

Log Message:
py-macs3: Sync deps with pyproject

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

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

diffstat:
 py-macs3/COMMIT_MSG | 7 +++++++
 py-macs3/Makefile   | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-macs3/COMMIT_MSG b/py-macs3/COMMIT_MSG
new file mode 100644
index 0000000000..51f4b66ccd
--- /dev/null
+++ b/py-macs3/COMMIT_MSG
@@ -0,0 +1,7 @@
+biology/py-macs3: Update to 3.0.2
+
+Packaged in wip by Jason Bacon
+
+# pkgsrc-specific changes
+
+# upstream changes
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index f030495b85..18a30f2863 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -14,15 +14,17 @@ LICENSE=	modified-bsd
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3.2:../../wip/py-hmmlearn
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.11.1:../../math/py-scipy
 # cykhash>=2.0,<3.0
 DEPENDS+=	${PYPKGPREFIX}-cykhash>=2.0:../../devel/py-cykhash
+DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=1.3:../../math/py-scikit-learn
+DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3.2:../../wip/py-hmmlearn
 TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 USE_TOOLS+=	bash perl:test
 REPLACE_BASH=	test/cmdlinetest* test/prockreport test/*.py test/pyprofile*
 
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38
+PYTHON_VERSIONS_INCOMPATIBLE=	27 38	# Does not build
 
 do-test: install
 	${RM} -rf ${WRKSRC}/temp


Home | Main Index | Thread Index | Old Index