pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-jinja2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May  6 07:15:56 UTC 2024

Modified Files:
        pkgsrc/textproc/py-jinja2: Makefile

Log Message:
py-jinja2: fix tool dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/py-jinja2/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-jinja2/Makefile
diff -u pkgsrc/textproc/py-jinja2/Makefile:1.37 pkgsrc/textproc/py-jinja2/Makefile:1.38
--- pkgsrc/textproc/py-jinja2/Makefile:1.37     Mon May  6 04:39:49 2024
+++ pkgsrc/textproc/py-jinja2/Makefile  Mon May  6 07:15:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/05/06 04:39:49 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/05/06 07:15:56 wiz Exp $
 
 DISTNAME=      jinja2-3.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,8 +10,7 @@ HOMEPAGE=     https://jinja.palletsprojects.
 COMMENT=       Small but fast and easy to use stand-alone template engine
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-babel>=2.7:../../devel/py-babel
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=2.0:../../textproc/py-markupsafe
 



Home | Main Index | Thread Index | Old Index