pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mako



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 07:57:37 UTC 2025

Modified Files:
        pkgsrc/devel/py-mako: Makefile

Log Message:
py-mako: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-mako/Makefile

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

Modified files:

Index: pkgsrc/devel/py-mako/Makefile
diff -u pkgsrc/devel/py-mako/Makefile:1.37 pkgsrc/devel/py-mako/Makefile:1.38
--- pkgsrc/devel/py-mako/Makefile:1.37  Wed Feb  5 20:45:41 2025
+++ pkgsrc/devel/py-mako/Makefile       Mon Mar  3 07:57:37 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2025/02/05 20:45:41 adam Exp $
+# $NetBSD: Makefile,v 1.38 2025/03/03 07:57:37 wiz Exp $
 
 DISTNAME=      mako-1.3.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mako/}
 
@@ -10,9 +11,7 @@ HOMEPAGE=     https://www.makotemplates.org/
 COMMENT=       Hyperfast and lightweight templating for the Python platform
 LICENSE=       mit
 
-WHEEL_NAME=    Mako-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-markupsafe>=0.9.2:../../textproc/py-markupsafe
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index