From: Stuart Henderson Subject: py-siphon update To: Martin Reindl Cc: ports Date: Wed, 18 Dec 2024 11:41:35 +0000 This includes fixes for Python 3.12 and some other changes https://github.com/Unidata/siphon/releases/tag/v0.10.0 ok? Index: Makefile =================================================================== RCS file: /cvs/ports/net/py-siphon/Makefile,v diff -u -p -r1.12 Makefile --- Makefile 6 May 2024 12:23:48 -0000 1.12 +++ Makefile 18 Dec 2024 11:34:24 -0000 @@ -1,10 +1,9 @@ COMMENT= download data from remote data services (such as THREDDS) -MODPY_EGG_VERSION= 0.9 +MODPY_EGG_VERSION= 0.10.0 DISTNAME= siphon-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= net -REVISION= 4 HOMEPAGE= https://unidata.github.io/siphon/ @@ -13,7 +12,7 @@ MAINTAINER= Martin Reindl