pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-nwdiag



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Feb 20 06:35:50 UTC 2020

Modified Files:
        pkgsrc/graphics/py-nwdiag: Makefile

Log Message:
py-nwdiag: note Python 2.7 is no longer supported


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/py-nwdiag/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-nwdiag/Makefile
diff -u pkgsrc/graphics/py-nwdiag/Makefile:1.14 pkgsrc/graphics/py-nwdiag/Makefile:1.15
--- pkgsrc/graphics/py-nwdiag/Makefile:1.14     Thu Feb 20 06:29:49 2020
+++ pkgsrc/graphics/py-nwdiag/Makefile  Thu Feb 20 06:35:50 2020
@@ -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 @@ USE_LANGUAGES=        # none
 
 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