pkgsrc-WIP-changes archive

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

py-macs3: add missing tools



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Jan 10 15:41:58 2024 +0100
Changeset:	0c2539e4bd12aadef2dcbbb61c67816a59818428

Modified Files:
	py-macs3/Makefile

Log Message:
py-macs3: add missing tools

One DEPENDS per dependency

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

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

diffstat:
 py-macs3/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index 1f5a52fe88..130f38d890 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -12,9 +12,11 @@ HOMEPAGE=	https://github.com/macs3-project/MACS
 COMMENT=	Peak caller aimed at transcription factor binding sites
 LICENSE=	modified-bsd
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3:../../math/py-hmmlearn
 # cykhash>=2.0,<3.0
-DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3:../../math/py-hmmlearn \
-		${PYPKGPREFIX}-cykhash>=2.0:../../devel/py-cykhash
+DEPENDS+=	${PYPKGPREFIX}-cykhash>=2.0:../../devel/py-cykhash
 TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 USE_TOOLS+=	bash perl:test


Home | Main Index | Thread Index | Old Index