pkgsrc-WIP-changes archive

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

py-weewx: gc sqlite3 dep



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Mar 31 07:28:38 2024 -0400
Changeset:	6a11e48d53ffe4c93e2f1b9c0107ad2de56b2e5f

Modified Files:
	py-weewx/Makefile

Log Message:
py-weewx: gc sqlite3 dep

py-sqlite3 is now historical; replace with a comment that one needs
2023Q4 or later.

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

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

diffstat:
 py-weewx/Makefile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index 979d58a2f3..f5f4117de1 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -24,15 +24,9 @@ SUBST_VARS.paths=	PREFIX
 # weewx might work with 27, but it causes pain with pkgsrc deps so just don't
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-# These versions are probably higher than necessary, but there is little value
-# in testing with versions older than are in pkgsrc.
-.if exists(../../databases/py-sqlite3/Makefile)
-# \todo After 2024-01-01 (such that 2023Q4 has been out long enough
-# that it is no longer reasonable to be using 2023Q3), drop this.
-# Until then, people using wip with the branch would have failures
-# that are perhaps hard to debug.
-DEPENDS+=	${PYPKGPREFIX}-sqlite3>=2.7.16:../../databases/py-sqlite3
-.endif
+# This package assumes that pkgsrc is at least 2023Q4.  (Formally, wip
+# requires current anyway.)  In particular, assume that having python
+# implies having sqlite3.
 
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-cheetah>=3.0.0:../../devel/py-cheetah3


Home | Main Index | Thread Index | Old Index