pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-rtcm



Module Name:    pkgsrc
Committed By:   gdt
Date:           Mon Nov 17 18:23:35 UTC 2025

Modified Files:
        pkgsrc/geography/py-rtcm: Makefile PLIST distinfo

Log Message:
geography/py-rtcm: Update to 1.1.10

## What's Changed
* RC 1.1.10 by @semuadmin in https://github.com/semuconsulting/pyrtcm/pull/87

1. Add dependency on `pypnmeagps` for `SocketWrapper` class (*previously duplicated here*) and utility methods e.g. `ecef2llh` and `llh2ecef`.
1. Drop active support for Python 3.9 (now EOL), add Python 3.14.

**Full Changelog**: https://github.com/semuconsulting/pyrtcm/compare/v1.1.9...v1.1.10


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-rtcm/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-rtcm/PLIST \
    pkgsrc/geography/py-rtcm/distinfo

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

Modified files:

Index: pkgsrc/geography/py-rtcm/Makefile
diff -u pkgsrc/geography/py-rtcm/Makefile:1.4 pkgsrc/geography/py-rtcm/Makefile:1.5
--- pkgsrc/geography/py-rtcm/Makefile:1.4       Mon Sep  8 10:11:22 2025
+++ pkgsrc/geography/py-rtcm/Makefile   Mon Nov 17 18:23:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2025/09/08 10:11:22 gdt Exp $
+# $NetBSD: Makefile,v 1.5 2025/11/17 18:23:35 gdt Exp $
 
-VERSION=       1.1.9
+VERSION=       1.1.10
 DISTTAIL=      rtcm
 DISTNAME=      py${DISTTAIL}-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}
@@ -17,6 +17,7 @@ LICENSE=      modified-bsd
 USE_LANGUAGES= # none
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-nmeagps-[0-9]*:../../geography/py-nmeagps
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-rtcm/PLIST
diff -u pkgsrc/geography/py-rtcm/PLIST:1.1 pkgsrc/geography/py-rtcm/PLIST:1.2
--- pkgsrc/geography/py-rtcm/PLIST:1.1  Thu Sep  4 13:04:52 2025
+++ pkgsrc/geography/py-rtcm/PLIST      Mon Nov 17 18:23:35 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/09/04 13:04:52 gdt Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/11/17 18:23:35 gdt Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -37,6 +37,3 @@ ${PYSITELIB}/pyrtcm/rtcmtypes_get_igs.py
 ${PYSITELIB}/pyrtcm/rtcmtypes_get_msm.py
 ${PYSITELIB}/pyrtcm/rtcmtypes_get_msm.pyc
 ${PYSITELIB}/pyrtcm/rtcmtypes_get_msm.pyo
-${PYSITELIB}/pyrtcm/socketwrapper.py
-${PYSITELIB}/pyrtcm/socketwrapper.pyc
-${PYSITELIB}/pyrtcm/socketwrapper.pyo
Index: pkgsrc/geography/py-rtcm/distinfo
diff -u pkgsrc/geography/py-rtcm/distinfo:1.1 pkgsrc/geography/py-rtcm/distinfo:1.2
--- pkgsrc/geography/py-rtcm/distinfo:1.1       Thu Sep  4 13:04:52 2025
+++ pkgsrc/geography/py-rtcm/distinfo   Mon Nov 17 18:23:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/09/04 13:04:52 gdt Exp $
+$NetBSD: distinfo,v 1.2 2025/11/17 18:23:35 gdt Exp $
 
-BLAKE2s (pyrtcm-1.1.9.tar.gz) = f7b7d310485ecf3fa6fd646a84c08c785bcf13b8e0e14920fc08807250c400be
-SHA512 (pyrtcm-1.1.9.tar.gz) = 6d1280328a568be43e0e08519020a11e6a060ce4325719502c279432a9c84d3501f34c54e4a2f17e59f44bb23c68b6feddd1e8d08a1a95c37b365c78943a4241
-Size (pyrtcm-1.1.9.tar.gz) = 148471 bytes
+BLAKE2s (pyrtcm-1.1.10.tar.gz) = c0e1eb3203fea907f1e9c8a0d8f17678b59eb2bed6820c011a9915ef2e35dd43
+SHA512 (pyrtcm-1.1.10.tar.gz) = 94c69a7310a28eccf756eeacdc961474d9c6a75fac6cd43d2385dafc3ed31ddd8287226ffc3c802c9b1b917dc169ff3447a8237e1bcf897d9b061ba7c480f7d8
+Size (pyrtcm-1.1.10.tar.gz) = 147300 bytes



Home | Main Index | Thread Index | Old Index