pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cheetah3
Module Name: pkgsrc
Committed By: wiz
Date: Mon Mar 3 10:49:48 UTC 2025
Modified Files:
pkgsrc/devel/py-cheetah3: Makefile
Log Message:
py-cheetah3: depend on setuptools with the new wheel name
simplify Makefile while here
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-cheetah3/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-cheetah3/Makefile
diff -u pkgsrc/devel/py-cheetah3/Makefile:1.9 pkgsrc/devel/py-cheetah3/Makefile:1.10
--- pkgsrc/devel/py-cheetah3/Makefile:1.9 Mon Mar 3 10:33:59 2025
+++ pkgsrc/devel/py-cheetah3/Makefile Mon Mar 3 10:49:48 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2025/03/03 10:33:59 abs Exp $
+# $NetBSD: Makefile,v 1.10 2025/03/03 10:49:48 wiz Exp $
-VERSION= 3.4.0
-PKGREVISION= 1
-DISTNAME= ct3-${VERSION}
+DISTNAME= ct3-3.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/ct3/cheetah/}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/ct3/}
@@ -12,9 +11,7 @@ HOMEPAGE= https://cheetahtemplate.org/
COMMENT= Template engine and code generation tool
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-
-WHEEL_NAME= ct3-${VERSION}
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
CONFLICTS= Cheetah-[0-9]*
Home |
Main Index |
Thread Index |
Old Index