pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography
Module Name: pkgsrc
Committed By: gdt
Date: Sat May 9 11:24:00 UTC 2026
Modified Files:
pkgsrc/geography: Makefile
Added Files:
pkgsrc/geography/py-qgc: DESCR Makefile PLIST distinfo
Log Message:
geography/py-qgc: Add version 0.2.2
`pyqgc` is a Python 3 parser for the QGC protocol. QGC is a
proprietary binary protocol implemented on Quectel GNSS receiver
modules. `pyqgc` can also parse NMEA 0183 and RTCM3 protocols - hence
it covers all the protocols that Quectel QGC GNSS receivers are
capable of outputting.
This is an independent project and we have no affiliation whatsoever
with Quectel.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/geography/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/py-qgc/DESCR \
pkgsrc/geography/py-qgc/Makefile pkgsrc/geography/py-qgc/PLIST \
pkgsrc/geography/py-qgc/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/Makefile
diff -u pkgsrc/geography/Makefile:1.149 pkgsrc/geography/Makefile:1.150
--- pkgsrc/geography/Makefile:1.149 Thu Sep 4 13:58:30 2025
+++ pkgsrc/geography/Makefile Sat May 9 11:23:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.149 2025/09/04 13:58:30 gdt Exp $
+# $NetBSD: Makefile,v 1.150 2026/05/09 11:23:59 gdt Exp $
#
COMMENT= Software for geographical-related uses
@@ -111,6 +111,7 @@ SUBDIR+= py-nmeagps
SUBDIR+= py-obspy
SUBDIR+= py-owslib
SUBDIR+= py-proj
+SUBDIR+= py-qgc
SUBDIR+= py-rtcm
SUBDIR+= py-sbf2
SUBDIR+= py-spartn
Added files:
Index: pkgsrc/geography/py-qgc/DESCR
diff -u /dev/null pkgsrc/geography/py-qgc/DESCR:1.1
--- /dev/null Sat May 9 11:24:00 2026
+++ pkgsrc/geography/py-qgc/DESCR Sat May 9 11:23:59 2026
@@ -0,0 +1,8 @@
+`pyqgc` is a Python 3 parser for the QGC protocol. QGC is a
+proprietary binary protocol implemented on Quectel GNSS receiver
+modules. `pyqgc` can also parse NMEA 0183 and RTCM3 protocols - hence
+it covers all the protocols that Quectel QGC GNSS receivers are
+capable of outputting.
+
+This is an independent project and we have no affiliation whatsoever
+with Quectel.
Index: pkgsrc/geography/py-qgc/Makefile
diff -u /dev/null pkgsrc/geography/py-qgc/Makefile:1.1
--- /dev/null Sat May 9 11:24:00 2026
+++ pkgsrc/geography/py-qgc/Makefile Sat May 9 11:23:59 2026
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2026/05/09 11:23:59 gdt Exp $
+
+VERSION= 0.2.2
+DISTTAIL= qgc
+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/pyqgc/
+COMMENT= Python 3 parser for QGC as found in Quectel GNSS receivers
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.0.0:../../devel/py-setuptools
+
+DEPENDS+= ${PYPKGPREFIX}-nmeagps>=1.1.2:../../geography/py-nmeagps
+DEPENDS+= ${PYPKGPREFIX}-rtcm>=1.1.10:../../geography/py-rtcm
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-qgc/PLIST
diff -u /dev/null pkgsrc/geography/py-qgc/PLIST:1.1
--- /dev/null Sat May 9 11:24:00 2026
+++ pkgsrc/geography/py-qgc/PLIST Sat May 9 11:23:59 2026
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2026/05/09 11:23:59 gdt Exp $
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
Index: pkgsrc/geography/py-qgc/distinfo
diff -u /dev/null pkgsrc/geography/py-qgc/distinfo:1.1
--- /dev/null Sat May 9 11:24:00 2026
+++ pkgsrc/geography/py-qgc/distinfo Sat May 9 11:24:00 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/05/09 11:24:00 gdt Exp $
+
+BLAKE2s (pyqgc-0.2.2.tar.gz) = 5a79824c804837f3bf0e50253d7cc882d1b389bacfc5ceb43b20806f6fa71702
+SHA512 (pyqgc-0.2.2.tar.gz) = 6cb54fe27a723f1c00b1c3f98b51b8b6d8b0c2b6c5e75c6a1bdea61cd1521e43cd73269db6e7cb307d35353bfca96f02dfe2b97ca80537ec3586cc58d8502fb1
+Size (pyqgc-0.2.2.tar.gz) = 40087 bytes
Home |
Main Index |
Thread Index |
Old Index