pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/py-macs3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 10 15:24:21 UTC 2024

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

Log Message:
py-macs3: mark as not for Python 2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/biology/py-macs3/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-macs3/Makefile
diff -u pkgsrc/biology/py-macs3/Makefile:1.1 pkgsrc/biology/py-macs3/Makefile:1.2
--- pkgsrc/biology/py-macs3/Makefile:1.1        Wed Jan 10 15:17:33 2024
+++ pkgsrc/biology/py-macs3/Makefile    Wed Jan 10 15:24:21 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/01/10 15:17:33 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2024/01/10 15:24:21 wiz Exp $
 
 DISTNAME=      macs-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-macs3-3.0.0
@@ -22,6 +22,8 @@ TEST_DEPENDS= ${PYPKGPREFIX}-test>=7.0:.
 USE_TOOLS+=    bash perl:test
 REPLACE_BASH=  test/cmdlinetest* test/prockreport test/*.py test/pyprofile*
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 do-test: install
        ${RM} -rf ${WRKSRC}/temp
        (cd ${WRKSRC}/test && ./cmdlinetest tag)



Home | Main Index | Thread Index | Old Index