pkgsrc-WIP-changes archive

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

py-weewx: Update to 4.10.2



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Nov 22 09:15:04 2023 -0500
Changeset:	7810e0fe0ccc4f3f290f983f4b6a1e2356bf2ac2

Modified Files:
	py-weewx/Makefile
	py-weewx/distinfo
	py-weewx/patches/patch-setup.cfg

Log Message:
py-weewx: Update to 4.10.2

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

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

diffstat:
 py-weewx/Makefile                |  6 +++---
 py-weewx/distinfo                |  8 ++++----
 py-weewx/patches/patch-setup.cfg | 12 +++++++-----
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs:
diff --git a/py-weewx/Makefile b/py-weewx/Makefile
index 69b47dc886..456e2fdba8 100644
--- a/py-weewx/Makefile
+++ b/py-weewx/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.24 2019/04/26 14:12:35 maya Exp $
 
-DISTNAME=	weewx-4.9.1
+DISTNAME=	weewx-4.10.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=	misc
 MASTER_SITES=	https://weewx.com/downloads/released_versions/
@@ -26,8 +26,8 @@ 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.
-DEPENDS+=	${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow6
-# cheetah lacks versioned dependencies; omit 2.7 as unhelpful
+DEPENDS+=	${PYPKGPREFIX}-sqlite3>=2.7.16:../../databases/py-sqlite3
+DEPENDS+=	${PYPKGPREFIX}-Pillow>=6.0.0:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-cheetah>=3.0.0:../../devel/py-cheetah3
 DEPENDS+=	${PYPKGPREFIX}-configobj>=5.0.6:../../devel/py-configobj
 DEPENDS+=	${PYPKGPREFIX}-ephem>=3.7.6.0:../../math/py-ephem
diff --git a/py-weewx/distinfo b/py-weewx/distinfo
index e7284c0125..283b0f6770 100644
--- a/py-weewx/distinfo
+++ b/py-weewx/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-BLAKE2s (weewx-4.9.1.tar.gz) = e83746f2fca8789a9507e197c4b00e64158357c93938bfe8a26fc6d484d8c37e
-SHA512 (weewx-4.9.1.tar.gz) = 9d0ca49966912d0307cdf026e0bcf2ab42b1ed5f47aa3e43cf99c07c8320e151156b563006c74b894ff1db9cec17a1e795ceadc370e3788c54377335964f85c9
-Size (weewx-4.9.1.tar.gz) = 1863858 bytes
-SHA1 (patch-setup.cfg) = ad5733e7e11b1e519daae4687badefbc300795de
+BLAKE2s (weewx-4.10.2.tar.gz) = fb9dc8192411a0ebe3342025a971a306729683d102f0e89ce2cb3752b2e563b3
+SHA512 (weewx-4.10.2.tar.gz) = aa469e649c4bb50312c021c446b2f47a3ccdfeef3781b76494c86bbacc8981ae1c425c6ad48099de1b26f69a6e017a44d9cdc8eb78e2bd5cc9181344e29b9b00
+Size (weewx-4.10.2.tar.gz) = 1847752 bytes
+SHA1 (patch-setup.cfg) = 9fd8d5d413a4235ca7283baa72da9575d7e23aae
 SHA1 (patch-setup.py) = 82a138c526de031e3cb7f6ea655a7969f81e97c5
diff --git a/py-weewx/patches/patch-setup.cfg b/py-weewx/patches/patch-setup.cfg
index b23804ca26..cd0daee9a8 100644
--- a/py-weewx/patches/patch-setup.cfg
+++ b/py-weewx/patches/patch-setup.cfg
@@ -5,12 +5,14 @@ expects to have a subprefix where it stores programs, data, and
 generates html.  This is not aligned with packaging norms, but at
 least for now, do not try to change that.
 
---- setup.cfg.orig	2022-10-25 11:29:29.340798900 +0000
+--- setup.cfg.orig	2023-02-23 00:55:49.000000000 +0000
 +++ setup.cfg
-@@ -1,5 +1,5 @@
+@@ -6,7 +6,7 @@
+ # windows: c:\Users\weewx
+ 
  [install]
 -home = /home/weewx
 +home = @PREFIX@/weewx
- prefix = 
- exec_prefix = 
- install_lib = %(home)s/bin
+ 
+ prefix =
+ exec_prefix =


Home | Main Index | Thread Index | Old Index