pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/gpsd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 12:06:04 UTC 2022

Modified Files:
        pkgsrc/geography/gpsd: Makefile

Log Message:
gpsd: restrict to python 3.x

(reduce py27-gobject3 users)


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/geography/gpsd/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/gpsd/Makefile
diff -u pkgsrc/geography/gpsd/Makefile:1.61 pkgsrc/geography/gpsd/Makefile:1.62
--- pkgsrc/geography/gpsd/Makefile:1.61 Wed Dec  8 16:04:45 2021
+++ pkgsrc/geography/gpsd/Makefile      Fri Jan 28 12:06:04 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2021/12/08 16:04:45 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/01/28 12:06:04 wiz Exp $
 
 DISTNAME=      gpsd-3.23.1
 PKGREVISION=   1
@@ -29,6 +29,8 @@ USE_CURSES=   syncok
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CFLAGS.SunOS=  -DLOG_PERROR=0
 
 ## scons arguments



Home | Main Index | Thread Index | Old Index