pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markupsafe



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Sat Apr 12 17:05:46 UTC 2025

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

Log Message:
Depend on new setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/py-markupsafe/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-markupsafe/Makefile
diff -u pkgsrc/textproc/py-markupsafe/Makefile:1.25 pkgsrc/textproc/py-markupsafe/Makefile:1.26
--- pkgsrc/textproc/py-markupsafe/Makefile:1.25 Sun Mar  2 21:20:02 2025
+++ pkgsrc/textproc/py-markupsafe/Makefile      Sat Apr 12 17:05:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/03/02 21:20:02 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/04/12 17:05:46 pgoyette Exp $
 
 DISTNAME=      markupsafe-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://www.palletsprojects.co
 COMMENT=       Implements a unicode subclass that supports HTML strings
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index