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:   jperkin
Date:           Fri Jan 12 09:51:58 UTC 2024

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

Log Message:
py-macs3: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/biology/py-macs3/Makefile:1.3
--- pkgsrc/biology/py-macs3/Makefile:1.2        Wed Jan 10 15:24:21 2024
+++ pkgsrc/biology/py-macs3/Makefile    Fri Jan 12 09:51:58 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/01/10 15:24:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/01/12 09:51:58 jperkin Exp $
 
 DISTNAME=      macs-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-macs3-3.0.0
@@ -22,7 +22,7 @@ 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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 do-test: install
        ${RM} -rf ${WRKSRC}/temp



Home | Main Index | Thread Index | Old Index