pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/ntpsec ntpsec: restrict to python 3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aefe0acc5de3
branches:  trunk
changeset: 372672:aefe0acc5de3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 28 12:10:18 2022 +0000

description:
ntpsec: restrict to python 3

(to be on the safe side; after restricting gpsd to python 3)

diffstat:

 time/ntpsec/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 02ea35fc382a -r aefe0acc5de3 time/ntpsec/Makefile
--- a/time/ntpsec/Makefile      Fri Jan 28 12:06:04 2022 +0000
+++ b/time/ntpsec/Makefile      Fri Jan 28 12:10:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/08 16:06:48 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/28 12:10:18 wiz Exp $
 
 DISTNAME=      ntpsec-1.1.9
 PKGREVISION=   5
@@ -30,6 +30,8 @@
 REPLACE_PYTHON+=       ntpclients/*.py
 PY_PATCHPLIST=         yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/waf/waf.mk"
 .include "../../geography/gpsd/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index