pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/atac-seq



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Jul 22 13:30:15 UTC 2023

Modified Files:
        pkgsrc/biology/atac-seq: Makefile

Log Message:
biology/atac-seq: Update to 1.2

Add py-multiqc to metapackage


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/biology/atac-seq/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/atac-seq/Makefile
diff -u pkgsrc/biology/atac-seq/Makefile:1.3 pkgsrc/biology/atac-seq/Makefile:1.4
--- pkgsrc/biology/atac-seq/Makefile:1.3        Sat Jul  1 08:37:43 2023
+++ pkgsrc/biology/atac-seq/Makefile    Sat Jul 22 13:30:15 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/07/01 08:37:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/22 13:30:15 bacon Exp $
+#
 
-DISTNAME=      atac-seq-1.1
+DISTNAME=      atac-seq-1.2
 CATEGORIES=    biology meta-pkgs
 MASTER_SITES=  # empty
 
@@ -19,10 +20,12 @@ DEPENDS+=   ${PYPKGPREFIX}-macs2>=0:../../
 DEPENDS+=      fasda>=0:../../biology/fasda
 DEPENDS+=      peak-classifier>=0:../../biology/peak-classifier
 DEPENDS+=      webbrowser>=0:../../www/webbrowser
+DEPENDS+=      ${PYPKGPREFIX}-multiqc-[0-9]*:../../biology/py-multiqc
 
 META_PACKAGE=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 37 38
+# Inherited from py-macs2 dep
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index