pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/py-macs2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 25 10:21:17 UTC 2023

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

Log Message:
py-macs2: add missing tool dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/biology/py-macs2/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-macs2/Makefile
diff -u pkgsrc/biology/py-macs2/Makefile:1.7 pkgsrc/biology/py-macs2/Makefile:1.8
--- pkgsrc/biology/py-macs2/Makefile:1.7        Sat Dec 23 16:15:02 2023
+++ pkgsrc/biology/py-macs2/Makefile    Mon Dec 25 10:21:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/12/23 16:15:02 bacon Exp $
+# $NetBSD: Makefile,v 1.8 2023/12/25 10:21:17 wiz Exp $
 
 DISTNAME=      MACS2-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-macs2-2.2.9.1
@@ -13,6 +13,8 @@ COMMENT=      Algorithm for identifying trans
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 # Requires new python features
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38



Home | Main Index | Thread Index | Old Index