pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jaraco.text



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 16 22:55:45 UTC 2022

Modified Files:
        pkgsrc/textproc/py-jaraco.text: Makefile

Log Message:
py-jaraco.text: add missing tool dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-jaraco.text/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-jaraco.text/Makefile
diff -u pkgsrc/textproc/py-jaraco.text/Makefile:1.1 pkgsrc/textproc/py-jaraco.text/Makefile:1.2
--- pkgsrc/textproc/py-jaraco.text/Makefile:1.1 Sun Nov  6 18:14:38 2022
+++ pkgsrc/textproc/py-jaraco.text/Makefile     Wed Nov 16 22:55:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/11/06 18:14:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/11/16 22:55:44 wiz Exp $
 
 DISTNAME=      jaraco.text-3.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/jaraco/jara
 COMMENT=       Module for text manipulation
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-autocommand-[0-9]*:../../misc/py-autocommand
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=4.1:../../devel/py-jaraco.context
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.functools-[0-9]*:../../devel/py-jaraco.functools



Home | Main Index | Thread Index | Old Index