head	1.1;
access;
symbols
	pkgsrc-2026Q2:1.1.0.2
	pkgsrc-2026Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2026.05.09.11.42.54;	author gdt;	state Exp;
branches;
next	;
commitid	ofxF5tyPbnihj8FG;


desc
@@


1.1
log
@geography/py-unigps: Add version 1.0.0

pyunigps is a Python 3 parser for the UNI protocol. UNI is our term
for the proprietary binary data output protocol implemented on Unicore
GNSS receiver modules.  pyunigps can also parse NMEA 0183 and RTCM3
protocols, covering all the protocols that Unicore UNI GNSS receivers
are capable of outputting.

This is an independent project and we have no affiliation whatsoever
with Unicore.
@
text
@# $NetBSD: Makefile,v 1.1 2026/05/09 11:23:59 gdt Exp $

VERSION=	1.0.0
DISTTAIL=	unigps
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
HOMEPAGE=	https://github.com/semuconsulting/unigps
COMMENT=	Python 3 parser for UNI as found in Unicore 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

# TEST_DEPENDS: \todo cov anyio libtmux

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@
