pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-trading-calendars



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec 13 19:23:53 UTC 2023

Modified Files:
        pkgsrc/time/py-trading-calendars: Makefile

Log Message:
py-trading-calendars: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/py-trading-calendars/Makefile

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

Modified files:

Index: pkgsrc/time/py-trading-calendars/Makefile
diff -u pkgsrc/time/py-trading-calendars/Makefile:1.9 pkgsrc/time/py-trading-calendars/Makefile:1.10
--- pkgsrc/time/py-trading-calendars/Makefile:1.9       Sun Nov  5 20:31:16 2023
+++ pkgsrc/time/py-trading-calendars/Makefile   Wed Dec 13 19:23:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/11/05 20:31:16 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/13 19:23:53 wiz Exp $
 
 DISTNAME=      trading_calendars-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/quantopian/
 COMMENT=       Securities exchange calendars used by Zipline
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy



Home | Main Index | Thread Index | Old Index