pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-ubx2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Sep  4 13:05:38 UTC 2025

Added Files:
        pkgsrc/geography/py-ubx2: DESCR Makefile PLIST distinfo

Log Message:
geography/py-ubx2: Add version 1.2.57

pyubx2 is a Python 3 parser for the UBX protocol. UBX is a proprietary
binary protocol implemented on u-blox GNSS receiver modules.  pyubx2
can also parse NMEA 0183 and RTCM3 protocols via the underlying
pynmeagps and pyrtcm packages from the same author - hence it covers
all the protocols that u-blox GNSS receivers are capable of
outputting.

The library implements a comprehensive set of inbound (SET/POLL) and
outbound (GET) messages for all current u-blox GPS/GNSS devices, but
is readily extensible. Refer to UBX_MSGIDS in ubxtypes_core.py for the
complete dictionary of messages currently supported. UBX protocol
information sourced from published u-blox Interface Specifications.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-ubx2/DESCR \
    pkgsrc/geography/py-ubx2/Makefile pkgsrc/geography/py-ubx2/PLIST \
    pkgsrc/geography/py-ubx2/distinfo

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

Added files:

Index: pkgsrc/geography/py-ubx2/DESCR
diff -u /dev/null pkgsrc/geography/py-ubx2/DESCR:1.1
--- /dev/null   Thu Sep  4 13:05:38 2025
+++ pkgsrc/geography/py-ubx2/DESCR      Thu Sep  4 13:05:37 2025
@@ -0,0 +1,12 @@
+pyubx2 is a Python 3 parser for the UBX protocol. UBX is a proprietary
+binary protocol implemented on u-blox GNSS receiver modules.  pyubx2
+can also parse NMEA 0183 and RTCM3 protocols via the underlying
+pynmeagps and pyrtcm packages from the same author - hence it covers
+all the protocols that u-blox GNSS receivers are capable of
+outputting.
+
+The library implements a comprehensive set of inbound (SET/POLL) and
+outbound (GET) messages for all current u-blox GPS/GNSS devices, but
+is readily extensible. Refer to UBX_MSGIDS in ubxtypes_core.py for the
+complete dictionary of messages currently supported. UBX protocol
+information sourced from published u-blox Interface Specifications.
Index: pkgsrc/geography/py-ubx2/Makefile
diff -u /dev/null pkgsrc/geography/py-ubx2/Makefile:1.1
--- /dev/null   Thu Sep  4 13:05:38 2025
+++ pkgsrc/geography/py-ubx2/Makefile   Thu Sep  4 13:05:37 2025
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2025/09/04 13:05:37 gdt Exp $
+
+VERSION=       1.2.57
+DISTTAIL=      ubx2
+DISTNAME=      py${DISTTAIL}-${VERSION}
+PKGNAME=       ${PYPKGPREFIX}-${DISTTAIL}-${VERSION}
+GITHUB_PROJECT=        py${DISTTAIL}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+CATEGORIES=    geography
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=semuconsulting/}
+
+MAINTAINER=    gdt%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/semuconsulting/pyubx2/
+COMMENT=       Python parser for UBX (u-blox GNSS receiver protocol)
+LICENSE=       modified-bsd
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      ${PYPKGPREFIX}-nmeagps-[0-9]*:../../geography/py-nmeagps
+DEPENDS+=      ${PYPKGPREFIX}-rtcm-[0-9]*:../../geography/py-rtcm
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-ubx2/PLIST
diff -u /dev/null pkgsrc/geography/py-ubx2/PLIST:1.1
--- /dev/null   Thu Sep  4 13:05:38 2025
+++ pkgsrc/geography/py-ubx2/PLIST      Thu Sep  4 13:05:37 2025
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2025/09/04 13:05:37 gdt Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pyubx2/__init__.py
+${PYSITELIB}/pyubx2/__init__.pyc
+${PYSITELIB}/pyubx2/__init__.pyo
+${PYSITELIB}/pyubx2/_version.py
+${PYSITELIB}/pyubx2/_version.pyc
+${PYSITELIB}/pyubx2/_version.pyo
+${PYSITELIB}/pyubx2/exceptions.py
+${PYSITELIB}/pyubx2/exceptions.pyc
+${PYSITELIB}/pyubx2/exceptions.pyo
+${PYSITELIB}/pyubx2/ubxhelpers.py
+${PYSITELIB}/pyubx2/ubxhelpers.pyc
+${PYSITELIB}/pyubx2/ubxhelpers.pyo
+${PYSITELIB}/pyubx2/ubxmessage.py
+${PYSITELIB}/pyubx2/ubxmessage.pyc
+${PYSITELIB}/pyubx2/ubxmessage.pyo
+${PYSITELIB}/pyubx2/ubxreader.py
+${PYSITELIB}/pyubx2/ubxreader.pyc
+${PYSITELIB}/pyubx2/ubxreader.pyo
+${PYSITELIB}/pyubx2/ubxtypes_configdb.py
+${PYSITELIB}/pyubx2/ubxtypes_configdb.pyc
+${PYSITELIB}/pyubx2/ubxtypes_configdb.pyo
+${PYSITELIB}/pyubx2/ubxtypes_core.py
+${PYSITELIB}/pyubx2/ubxtypes_core.pyc
+${PYSITELIB}/pyubx2/ubxtypes_core.pyo
+${PYSITELIB}/pyubx2/ubxtypes_decodes.py
+${PYSITELIB}/pyubx2/ubxtypes_decodes.pyc
+${PYSITELIB}/pyubx2/ubxtypes_decodes.pyo
+${PYSITELIB}/pyubx2/ubxtypes_get.py
+${PYSITELIB}/pyubx2/ubxtypes_get.pyc
+${PYSITELIB}/pyubx2/ubxtypes_get.pyo
+${PYSITELIB}/pyubx2/ubxtypes_poll.py
+${PYSITELIB}/pyubx2/ubxtypes_poll.pyc
+${PYSITELIB}/pyubx2/ubxtypes_poll.pyo
+${PYSITELIB}/pyubx2/ubxtypes_set.py
+${PYSITELIB}/pyubx2/ubxtypes_set.pyc
+${PYSITELIB}/pyubx2/ubxtypes_set.pyo
+${PYSITELIB}/pyubx2/ubxvariants.py
+${PYSITELIB}/pyubx2/ubxvariants.pyc
+${PYSITELIB}/pyubx2/ubxvariants.pyo
Index: pkgsrc/geography/py-ubx2/distinfo
diff -u /dev/null pkgsrc/geography/py-ubx2/distinfo:1.1
--- /dev/null   Thu Sep  4 13:05:38 2025
+++ pkgsrc/geography/py-ubx2/distinfo   Thu Sep  4 13:05:37 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/09/04 13:05:37 gdt Exp $
+
+BLAKE2s (pyubx2-1.2.57.tar.gz) = 1298c6d87529db5fc06aa00e46fc7f92e393fa95885983144841ad158de37b95
+SHA512 (pyubx2-1.2.57.tar.gz) = 165644422f22702c9a7783b2a8a3900a73b384251cdec0d8ee2f6599d6efd5e3a4f1018d0ae1477efdfffa153a0979d04f767b728f84651a59ecebb6821e9d4d
+Size (pyubx2-1.2.57.tar.gz) = 279804 bytes



Home | Main Index | Thread Index | Old Index