pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/rna-seq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 23 02:10:54 UTC 2023

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

Log Message:
rna-seq: not for Python 27, 38

because py-multiqc isn't


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/biology/rna-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/rna-seq/Makefile
diff -u pkgsrc/biology/rna-seq/Makefile:1.4 pkgsrc/biology/rna-seq/Makefile:1.5
--- pkgsrc/biology/rna-seq/Makefile:1.4 Sat Jul 22 13:23:46 2023
+++ pkgsrc/biology/rna-seq/Makefile     Sun Jul 23 02:10:54 2023
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/07/22 13:23:46 bacon Exp $
-#
+# $NetBSD: Makefile,v 1.5 2023/07/23 02:10:54 wiz Exp $
 
 DISTNAME=      rna-seq-1.2
 CATEGORIES=    biology meta-pkgs
@@ -22,5 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-multiqc-[0-9]*:
 
 META_PACKAGE=  yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index