pkgsrc-WIP-changes archive

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

py-macs3: Add zlib dep for Linux, all deps in requirements.txt



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon@alma8.local>
Pushed By:	outpaddling
Date:		Sun Jan 7 08:07:02 2024 -0600
Changeset:	5c19118fba1c23db4038f6f9ab8c88856b360d73

Modified Files:
	py-macs3/Makefile

Log Message:
py-macs3: Add zlib dep for Linux, all deps in requirements.txt

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

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, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index ddc34f934f..6c43a0e713 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -12,10 +12,14 @@ HOMEPAGE=	https://github.com/macs3-project/MACS
 COMMENT=	Peak caller aimed at transcription factor binding sites
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0:../../math/py-hmmlearn
+# cykhash>=2.0,<3.0
+DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3:../../math/py-hmmlearn \
+		${PYPKGPREFIX}-cykhash>=2.0:../../wip/py-cykhash
+TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 .include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../devel/simde/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index