pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-empyrical



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Oct 17 08:10:49 UTC 2024

Modified Files:
        pkgsrc/finance/py-empyrical: Makefile

Log Message:
py-empyrical: uses py-setuptools


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

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

Modified files:

Index: pkgsrc/finance/py-empyrical/Makefile
diff -u pkgsrc/finance/py-empyrical/Makefile:1.12 pkgsrc/finance/py-empyrical/Makefile:1.13
--- pkgsrc/finance/py-empyrical/Makefile:1.12   Mon Oct 14 06:45:43 2024
+++ pkgsrc/finance/py-empyrical/Makefile        Thu Oct 17 08:10:49 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/10/14 06:45:43 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/17 08:10:49 wiz Exp $
 
 DISTNAME=      empyrical-0.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/quantopian/
 COMMENT=       Common financial risk and performance metrics
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-bottleneck>=1.0.0:../../math/py-bottleneck
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.9.2:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.16.1:../../math/py-pandas



Home | Main Index | Thread Index | Old Index