pkgsrc-WIP-changes archive

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

py-weewx: Flip to updated cheetah3 dependency



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Mar 4 08:44:13 2025 -0500
Changeset:	06a8e4da7efada64fbdb0ebe7450eca84f44d98b

Modified Files:
	py-weewx/Makefile

Log Message:
py-weewx: Flip to updated cheetah3 dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=06a8e4da7efada64fbdb0ebe7450eca84f44d98b

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

diffstat:
 py-weewx/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index fd3f1f8e30..a827429376 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	weewx-5.1.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION=	1
+PKGREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	https://weewx.com/downloads/released_versions/
 EXTRACT_SUFX=	.tgz
@@ -25,7 +25,7 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry>=0.12:../../devel/py-poetry
 
 # pyproject.toml, in order:
 DEPENDS+=	${PYPKGPREFIX}-configobj>=5.0:../../devel/py-configobj
-DEPENDS+=	${PYPKGPREFIX}-CT3>=3.1:../../wip/py-CT3 # textproc
+DEPENDS+=	${PYPKGPREFIX}-cheetah>=3.4:../../devel/py-cheetah3
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=5.2:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-ephem>=3.7.6.0:../../math/py-ephem
 DEPENDS+=	${PYPKGPREFIX}-pymysql>=1.0:../../databases/py-pymysql


Home | Main Index | Thread Index | Old Index