pkgsrc-Changes archive

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

CVS commit: pkgsrc/biology/py-biopython



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 15 08:58:06 UTC 2023

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

Log Message:
py-biopython: add missing setuptools tool


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/biology/py-biopython/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-biopython/Makefile
diff -u pkgsrc/biology/py-biopython/Makefile:1.11 pkgsrc/biology/py-biopython/Makefile:1.12
--- pkgsrc/biology/py-biopython/Makefile:1.11   Sun Nov  5 23:52:20 2023
+++ pkgsrc/biology/py-biopython/Makefile        Wed Nov 15 08:58:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/05 23:52:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/15 08:58:06 wiz Exp $
 
 DISTNAME=      biopython-1.81
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://biopython.org/
 COMMENT=       Python libraries for computational molecular biology
 LICENSE=       biopython
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38



Home | Main Index | Thread Index | Old Index