pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-japanize-matplotlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jul 24 16:26:43 UTC 2025

Modified Files:
        pkgsrc/graphics/py-japanize-matplotlib: Makefile

Log Message:
py-japanize-matplotlib: add missing tool dependency


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

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

Modified files:

Index: pkgsrc/graphics/py-japanize-matplotlib/Makefile
diff -u pkgsrc/graphics/py-japanize-matplotlib/Makefile:1.2 pkgsrc/graphics/py-japanize-matplotlib/Makefile:1.3
--- pkgsrc/graphics/py-japanize-matplotlib/Makefile:1.2 Fri Jul  4 09:08:34 2025
+++ pkgsrc/graphics/py-japanize-matplotlib/Makefile     Thu Jul 24 16:26:43 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/07/04 09:08:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/24 16:26:43 wiz Exp $
 
 DISTNAME=      japanize-matplotlib-1.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://pypi.org/project/japan
 COMMENT=       Japanese character support for matplotlib
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=0:../../graphics/py-matplotlib
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index