pkgsrc-WIP-changes archive

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

py-multiqc: Add py-lzstring dep



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 20 08:37:22 2023 -0500
Changeset:	0e7ff43e5d66789306e4985488790f1a899a5f09

Modified Files:
	py-multiqc/Makefile

Log Message:
py-multiqc: Add py-lzstring dep

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

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

diffstat:
 py-multiqc/Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/py-multiqc/Makefile b/py-multiqc/Makefile
index c86570636b..fd5af1eaf3 100644
--- a/py-multiqc/Makefile
+++ b/py-multiqc/Makefile
@@ -5,12 +5,6 @@
 #              Wed Jul 19 15:14:18 CDT 2023               #
 ###########################################################
 
-###########################################################
-# Unconverted and partially converted FreeBSD port syntax:
-
-# Need to package these deps
-#		${PYPKGPREFIX}-lzstring>0:archivers/py-lzstring@${PY_FLAVOR}
-
 DISTNAME=	multiqc-1.14
 PKGNAME=	${PYPKGPREFIX}-multiqc-1.14
 CATEGORIES=	biology
@@ -34,6 +28,7 @@ DEPENDS+=	${PYPKGPREFIX}-rich>=10:../../comms/py-rich
 DEPENDS+=	${PYPKGPREFIX}-rich-click-[0-9]*:../../wip/py-rich-click
 DEPENDS+=	${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
 DEPENDS+=	${PYPKGPREFIX}-spectra>=0.0.10:../../wip/py-spectra
+DEPENDS+=	${PYPKGPREFIX}-lzstring>0:../../wip/py-lzstring
 
 post-patch:
 	${RM} ${WRKSRC}/multiqc/multiqc.py.orig


Home | Main Index | Thread Index | Old Index