pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/gpsd gpsd: restrict to python 3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02ea35fc382a
branches:  trunk
changeset: 372671:02ea35fc382a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:06:04 2022 +0000

description:
gpsd: restrict to python 3.x

(reduce py27-gobject3 users)

diffstat:

 geography/gpsd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7078e595f3b8 -r 02ea35fc382a geography/gpsd/Makefile
--- a/geography/gpsd/Makefile   Fri Jan 28 12:04:30 2022 +0000
+++ b/geography/gpsd/Makefile   Fri Jan 28 12:06:04 2022 +0000
@@ -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 @@
 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