pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dotenv



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 28 08:14:02 UTC 2024

Modified Files:
        pkgsrc/devel/py-dotenv: Makefile

Log Message:
py-dotenv: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-dotenv/Makefile

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

Modified files:

Index: pkgsrc/devel/py-dotenv/Makefile
diff -u pkgsrc/devel/py-dotenv/Makefile:1.13 pkgsrc/devel/py-dotenv/Makefile:1.14
--- pkgsrc/devel/py-dotenv/Makefile:1.13        Tue Jan 23 13:34:09 2024
+++ pkgsrc/devel/py-dotenv/Makefile     Sun Jan 28 08:14:02 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/01/23 13:34:09 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/01/28 08:14:02 wiz Exp $
 
 DISTNAME=      python-dotenv-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/theskumar/p
 COMMENT=       Add .env support to your django/flask apps
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 # cli
 DEPENDS+=      ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
 TEST_DEPENDS+= ${PYPKGPREFIX}-sh>=2:../../sysutils/py-sh



Home | Main Index | Thread Index | Old Index