pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-astropy



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jun 24 23:14:28 UTC 2024

Modified Files:
        pkgsrc/math/py-astropy: Makefile

Log Message:
py-astropy: py-setuptools is a tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-astropy/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-astropy/Makefile
diff -u pkgsrc/math/py-astropy/Makefile:1.12 pkgsrc/math/py-astropy/Makefile:1.13
--- pkgsrc/math/py-astropy/Makefile:1.12        Sat May 11 15:38:30 2024
+++ pkgsrc/math/py-astropy/Makefile     Mon Jun 24 23:14:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/05/11 15:38:30 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/06/24 23:14:28 gutteridge Exp $
 
 DISTNAME=      astropy-5.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE=     https://www.astropy.org/
 COMMENT=       Python module for astronomical calculations and data analysis
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers



Home | Main Index | Thread Index | Old Index