pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
atac-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:58:07 2024 -0500
Changeset: 80d7e614fdfd9e2bfb78c691cbcea4ee61bd4066
Modified Files:
atac-seq/Makefile
Log Message:
atac-seq: Remove multiqc dep
Responsible for 117 depdendencies, 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=80d7e614fdfd9e2bfb78c691cbcea4ee61bd4066
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
atac-seq/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/atac-seq/Makefile b/atac-seq/Makefile
index 5c066173d5..bc7d01054a 100644
--- a/atac-seq/Makefile
+++ b/atac-seq/Makefile
@@ -1,9 +1,11 @@
# $NetBSD$
#
+# Update minor version when adding/removing dependencies
+# Update revision for lesser changes
# Update minor version when adding or removing dependencies
# Update revision for all other changes
-DISTNAME= atac-seq-1.4
+DISTNAME= atac-seq-1.5.0
CATEGORIES= biology meta-pkgs
MASTER_SITES= # empty
@@ -23,7 +25,6 @@ DEPENDS+= ${PYPKGPREFIX}-macs2>0:../../wip/py-macs2
DEPENDS+= ${PYPKGPREFIX}-macs3>0:../../wip/py-macs3
DEPENDS+= fasda>0:../../wip/fasda
DEPENDS+= peak-classifier>0:../../wip/peak-classifier
-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