pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/biology/py-multiqc
Module Name: pkgsrc
Committed By: wiz
Date: Fri Nov 22 22:02:41 UTC 2024
Modified Files:
pkgsrc/biology/py-multiqc: Makefile
Log Message:
py-multiqc: add TOOL_DEPENDS on setuptools per pyproject.toml
Add test status (after make install) comment.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/biology/py-multiqc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/biology/py-multiqc/Makefile
diff -u pkgsrc/biology/py-multiqc/Makefile:1.6 pkgsrc/biology/py-multiqc/Makefile:1.7
--- pkgsrc/biology/py-multiqc/Makefile:1.6 Fri Nov 22 21:41:42 2024
+++ pkgsrc/biology/py-multiqc/Makefile Fri Nov 22 22:02:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/11/22 21:41:42 bacon Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/22 22:02:41 wiz Exp $
DISTNAME= multiqc-1.25.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/m
COMMENT= Aggregate bioinformatics analysis reports across samples and tools
LICENSE= gnu-gpl-v3
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
# Use either py-kaleido (not in ports yet) or py-orca + py-psutil
# kaleido dep choreographer only works with chrome as of 2024-11-24
DEPENDS+= ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
@@ -33,6 +34,9 @@ DEPENDS+= ${PYPKGPREFIX}-Pillow>=10:../.
DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-natsort-[0-9]*:../../textproc/py-natsort
+# test status as of 1.25.2
+# 44 failed, 46 passed, 357 errors
+
post-patch:
${RM} ${WRKSRC}/multiqc/multiqc.py.orig
Home |
Main Index |
Thread Index |
Old Index