pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-typogrify



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 14 12:33:36 UTC 2025

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

Log Message:
py-typogrify: fix TOOL_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-typogrify/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-typogrify/Makefile
diff -u pkgsrc/textproc/py-typogrify/Makefile:1.3 pkgsrc/textproc/py-typogrify/Makefile:1.4
--- pkgsrc/textproc/py-typogrify/Makefile:1.3   Tue Jan 14 11:52:48 2025
+++ pkgsrc/textproc/py-typogrify/Makefile       Tue Jan 14 12:33:36 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/01/14 11:52:48 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/14 12:33:36 wiz Exp $
 
 DISTNAME=      typogrify-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/mintchaos/t
 COMMENT=       Filters to enhance web typography
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-smartypants>=1.8.3:../../textproc/py-smartypants
 # no tests in the distfile
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-invoke>=2.2.0:../../sysutils/py-invoke



Home | Main Index | Thread Index | Old Index