pkgsrc-WIP-changes archive

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

py-weewx: relax ephem dependency



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Mar 2 11:40:53 2026 -0500
Changeset:	64ae1d0de50e83b31b271f6e37478f99285d324c

Modified Files:
	py-weewx/Makefile

Log Message:
py-weewx: relax ephem dependency

because apparently pkgsrc is behind

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

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

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

diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index 236c863cd9..3097a6152a 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -27,7 +27,8 @@ TOOL_DEPENDS+=	${PYPKGPREFIX}-poetry>=2.1.4:../../devel/py-poetry
 DEPENDS+=	${PYPKGPREFIX}-configobj>=5.0:../../devel/py-configobj
 DEPENDS+=	${PYPKGPREFIX}-cheetah>=3.1:../../devel/py-cheetah3
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=5.2:../../graphics/py-Pillow
-DEPENDS+=	${PYPKGPREFIX}-ephem>=4.1:../../math/py-ephem
+# should be >= 4.1
+DEPENDS+=	${PYPKGPREFIX}-ephem>=3.7:../../math/py-ephem
 DEPENDS+=	${PYPKGPREFIX}-pymysql>=1.0:../../databases/py-pymysql
 DEPENDS+=	${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
 DEPENDS+=	${PYPKGPREFIX}-usb>=1.0.2:../../devel/py-usb


Home | Main Index | Thread Index | Old Index