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:   adam
Date:           Tue Oct 15 05:59:04 UTC 2024

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

Log Message:
py-macs3: no need for PYTHON_VERSIONS_INCOMPATIBLE=27


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/biology/py-macs3/Makefile:1.8
--- pkgsrc/biology/py-macs3/Makefile:1.7        Mon Oct 14 22:21:16 2024
+++ pkgsrc/biology/py-macs3/Makefile    Tue Oct 15 05:59:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/10/14 22:21:16 bacon Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/15 05:59:04 adam Exp $
 
 DISTNAME=      macs-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-macs3-3.0.2
@@ -24,8 +24,6 @@ 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      # Does not build
-
 do-test: install
        ${RM} -rf ${WRKSRC}/temp
        (cd ${WRKSRC}/test && ./cmdlinetest tag)



Home | Main Index | Thread Index | Old Index