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: Mon Sep 8 10:06:20 UTC 2025
Modified Files:
pkgsrc/geography/py-gnssutils: Makefile
pkgsrc/geography/py-nmeagps: Makefile
pkgsrc/geography/py-rtcm: Makefile
pkgsrc/geography/py-sbf2: Makefile
pkgsrc/geography/py-spartn: Makefile
pkgsrc/geography/py-ubx2: Makefile
pkgsrc/geography/py-ubxutils: Makefile
Log Message:
geography/py-[semu*]: TOOL_DEPEND on setuptools
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-gnssutils/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-nmeagps/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-rtcm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-sbf2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-spartn/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/geography/py-ubx2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/geography/py-ubxutils/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-gnssutils/Makefile
diff -u pkgsrc/geography/py-gnssutils/Makefile:1.1 pkgsrc/geography/py-gnssutils/Makefile:1.2
--- pkgsrc/geography/py-gnssutils/Makefile:1.1 Thu Sep 4 13:47:07 2025
+++ pkgsrc/geography/py-gnssutils/Makefile Mon Sep 8 10:06:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/04 13:47:07 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/08 10:06:20 gdt Exp $
VERSION= 1.1.16
DISTTAIL= gnssutils
@@ -16,6 +16,8 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+
DEPENDS+= ${PYPKGPREFIX}-nmeagps-[0-9]*:../../geography/py-nmeagps
DEPENDS+= ${PYPKGPREFIX}-rtcm-[0-9]*:../../geography/py-rtcm
DEPENDS+= ${PYPKGPREFIX}-sbf2-[0-9]*:../../geography/py-sbf2
Index: pkgsrc/geography/py-nmeagps/Makefile
diff -u pkgsrc/geography/py-nmeagps/Makefile:1.2 pkgsrc/geography/py-nmeagps/Makefile:1.3
--- pkgsrc/geography/py-nmeagps/Makefile:1.2 Thu Sep 4 13:50:48 2025
+++ pkgsrc/geography/py-nmeagps/Makefile Mon Sep 8 10:06:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/04 13:50:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
VERSION= 1.0.51
DISTTAIL= nmeagps
@@ -18,5 +18,7 @@ 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"
Index: pkgsrc/geography/py-rtcm/Makefile
diff -u pkgsrc/geography/py-rtcm/Makefile:1.2 pkgsrc/geography/py-rtcm/Makefile:1.3
--- pkgsrc/geography/py-rtcm/Makefile:1.2 Thu Sep 4 13:50:48 2025
+++ pkgsrc/geography/py-rtcm/Makefile Mon Sep 8 10:06:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/04 13:50:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
VERSION= 1.1.9
DISTTAIL= rtcm
@@ -16,5 +16,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-sbf2/Makefile
diff -u pkgsrc/geography/py-sbf2/Makefile:1.2 pkgsrc/geography/py-sbf2/Makefile:1.3
--- pkgsrc/geography/py-sbf2/Makefile:1.2 Thu Sep 4 13:50:48 2025
+++ pkgsrc/geography/py-sbf2/Makefile Mon Sep 8 10:06:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/04 13:50:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
VERSION= 1.0.0
DISTTAIL= sbf2
@@ -16,6 +16,8 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+
DEPENDS+= ${PYPKGPREFIX}-nmeagps-[0-9]*:../../geography/py-nmeagps
DEPENDS+= ${PYPKGPREFIX}-rtcm-[0-9]*:../../geography/py-rtcm
Index: pkgsrc/geography/py-spartn/Makefile
diff -u pkgsrc/geography/py-spartn/Makefile:1.2 pkgsrc/geography/py-spartn/Makefile:1.3
--- pkgsrc/geography/py-spartn/Makefile:1.2 Thu Sep 4 13:50:48 2025
+++ pkgsrc/geography/py-spartn/Makefile Mon Sep 8 10:06:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/04 13:50:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:20 gdt Exp $
VERSION= 1.0.7
DISTTAIL= spartn
@@ -16,5 +16,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/py-ubx2/Makefile
diff -u pkgsrc/geography/py-ubx2/Makefile:1.2 pkgsrc/geography/py-ubx2/Makefile:1.3
--- pkgsrc/geography/py-ubx2/Makefile:1.2 Thu Sep 4 13:50:48 2025
+++ pkgsrc/geography/py-ubx2/Makefile Mon Sep 8 10:06:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/09/04 13:50:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/08 10:06:19 gdt Exp $
VERSION= 1.2.57
DISTTAIL= ubx2
@@ -16,6 +16,8 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+
DEPENDS+= ${PYPKGPREFIX}-nmeagps-[0-9]*:../../geography/py-nmeagps
DEPENDS+= ${PYPKGPREFIX}-rtcm-[0-9]*:../../geography/py-rtcm
Index: pkgsrc/geography/py-ubxutils/Makefile
diff -u pkgsrc/geography/py-ubxutils/Makefile:1.1 pkgsrc/geography/py-ubxutils/Makefile:1.2
--- pkgsrc/geography/py-ubxutils/Makefile:1.1 Thu Sep 4 13:57:53 2025
+++ pkgsrc/geography/py-ubxutils/Makefile Mon Sep 8 10:06:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/04 13:57:53 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/08 10:06:20 gdt Exp $
VERSION= 1.0.3
DISTTAIL= ubxutils
@@ -16,6 +16,8 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+
DEPENDS+= ${PYPKGPREFIX}-ubx2-[0-9]*:../../geography/py-ubx2
.include "../../lang/python/wheel.mk"
Home |
Main Index |
Thread Index |
Old Index