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:11:24 UTC 2023

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

Log Message:
biology/py-multiqc: Add PYTHON_VERSIONS_INCOMPATIBLE

Inherit from py-spectra dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/biology/py-multiqc/Makefile:1.2
--- pkgsrc/biology/py-multiqc/Makefile:1.1      Sat Jul 22 13:18:52 2023
+++ pkgsrc/biology/py-multiqc/Makefile  Sun Jul 23 00:11:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/22 13:18:52 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/23 00:11:23 bacon Exp $
 
 DISTNAME=      multiqc-1.14
 PKGNAME=       ${PYPKGPREFIX}-multiqc-1.14
@@ -25,6 +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
+
 post-patch:
        ${RM} ${WRKSRC}/multiqc/multiqc.py.orig
 



Home | Main Index | Thread Index | Old Index