pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-dkim



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 27 10:28:36 UTC 2024

Modified Files:
        pkgsrc/mail/py-dkim: Makefile

Log Message:
py-dkim: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/py-dkim/Makefile

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

Modified files:

Index: pkgsrc/mail/py-dkim/Makefile
diff -u pkgsrc/mail/py-dkim/Makefile:1.2 pkgsrc/mail/py-dkim/Makefile:1.3
--- pkgsrc/mail/py-dkim/Makefile:1.2    Mon Feb 19 15:11:42 2024
+++ pkgsrc/mail/py-dkim/Makefile        Tue Feb 27 10:28:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/02/19 15:11:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2024/02/27 10:28:36 wiz Exp $
 
 DISTNAME=      dkimpy-1.1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://launchpad.net/dkimpy/
 COMMENT=       DKIM, ARC, and TLSRPT email signing and verification
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-aiodns-[0-9]*:../../net/py-aiodns
 DEPENDS+=      ${PYPKGPREFIX}-authres>=1.2.0:../../mail/py-authres
 DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns



Home | Main Index | Thread Index | Old Index