pkgsrc-WIP-changes archive

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

rna-seq: Remove multiqc dep



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Apr 11 08:57:32 2024 -0500
Changeset:	5142a2aefb5e57923fd9a518cb18f86ccdf761e0

Modified Files:
	rna-seq/Makefile

Log Message:
rna-seq: Remove multiqc dep

Responsible for 117 dependencies, including gcc, llvm, and rust

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

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

diffstat:
 rna-seq/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/rna-seq/Makefile b/rna-seq/Makefile
index 767592ad5f..01900c9a76 100644
--- a/rna-seq/Makefile
+++ b/rna-seq/Makefile
@@ -1,7 +1,9 @@
 # $NetBSD$
 #
+# Update minor version when adding/removing dependencies
+# Update revision for lesser changes
 
-DISTNAME=	rna-seq-1.2.3
+DISTNAME=	rna-seq-1.3.0
 CATEGORIES=	biology meta-pkgs
 MASTER_SITES=	# empty
 
@@ -19,7 +21,6 @@ DEPENDS+=	rna-star>0:../../wip/rna-star
 DEPENDS+=	samtools>0:../../biology/samtools
 DEPENDS+=	igv>0:../../biology/igv
 DEPENDS+=	fasda>0:../../wip/fasda
-DEPENDS+=	${PYPKGPREFIX}-multiqc-[0-9]*:../../wip/py-multiqc
 DEPENDS+=	webbrowser>0:../../wip/webbrowser
 DEPENDS+=	curl>0:../../www/curl
 DEPENDS+=	lz4>0:../../archivers/lz4


Home | Main Index | Thread Index | Old Index