pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-nwdiag py-nwdiag: note Python 2.7 is no lo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/360580f2adab
branches:  trunk
changeset: 411775:360580f2adab
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 20 06:35:50 2020 +0000

description:
py-nwdiag: note Python 2.7 is no longer supported

diffstat:

 graphics/py-nwdiag/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r deb36d2ba0e5 -r 360580f2adab graphics/py-nwdiag/Makefile
--- a/graphics/py-nwdiag/Makefile       Thu Feb 20 06:30:32 2020 +0000
+++ b/graphics/py-nwdiag/Makefile       Thu Feb 20 06:35:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/02/20 06:29:49 adam Exp $
+# $NetBSD: Makefile,v 1.15 2020/02/20 06:35:50 gutteridge Exp $
 
 DISTNAME=      nwdiag-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,8 @@
 
 INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 post-install:
 .for bin in nwdiag packetdiag rackdiag
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index