pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/py-multiqc



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sun Jul 23 00:26:31 UTC 2023

Modified Files:
        pkgsrc/biology/py-multiqc: Makefile

Log Message:
biology/py-multiqc: PYTHON_VERSIONS_INCOMPATIBLE+=38

Inherited from py-matplotlib


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/biology/py-multiqc/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/py-multiqc/Makefile
diff -u pkgsrc/biology/py-multiqc/Makefile:1.2 pkgsrc/biology/py-multiqc/Makefile:1.3
--- pkgsrc/biology/py-multiqc/Makefile:1.2      Sun Jul 23 00:11:23 2023
+++ pkgsrc/biology/py-multiqc/Makefile  Sun Jul 23 00:26:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/07/23 00:11:23 bacon Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/23 00:26:31 bacon Exp $
 
 DISTNAME=      multiqc-1.14
 PKGNAME=       ${PYPKGPREFIX}-multiqc-1.14
@@ -25,7 +25,8 @@ DEPENDS+=     ${PYPKGPREFIX}-simplejson-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-spectra>=0.0.10:../../graphics/py-spectra
 DEPENDS+=      ${PYPKGPREFIX}-lzstring>0:../../archivers/py-lzstring
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# 27 inherited from py-spectra, 38 from py-matplotlib
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 post-patch:
        ${RM} ${WRKSRC}/multiqc/multiqc.py.orig



Home | Main Index | Thread Index | Old Index