pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-nmeagps



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 27 12:51:41 UTC 2026

Modified Files:
        pkgsrc/geography/py-nmeagps: Makefile

Log Message:
py-nmeagps: add test dependency


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/geography/py-nmeagps/Makefile

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-nmeagps/Makefile
diff -u pkgsrc/geography/py-nmeagps/Makefile:1.9 pkgsrc/geography/py-nmeagps/Makefile:1.10
--- pkgsrc/geography/py-nmeagps/Makefile:1.9    Mon Apr 27 11:59:16 2026
+++ pkgsrc/geography/py-nmeagps/Makefile        Mon Apr 27 12:51:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/04/27 11:59:16 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2026/04/27 12:51:41 wiz Exp $
 
 VERSION=       1.1.4
 DISTTAIL=      nmeagps
@@ -14,11 +14,12 @@ HOMEPAGE=   https://github.com/semuconsult
 COMMENT=       Python parser for NMEA 0183 (GNSS-relevant subset)
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+
 WRKSRC=                ${WRKDIR}/${DISTNAME}
 
 USE_LANGUAGES= # none
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index