pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-diffoscope



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 17 08:35:34 UTC 2017

Modified Files:
        pkgsrc/sysutils/py-diffoscope: Makefile

Log Message:
py-diffoscope: needs python-3.5 or newer


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/py-diffoscope/Makefile

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

Modified files:

Index: pkgsrc/sysutils/py-diffoscope/Makefile
diff -u pkgsrc/sysutils/py-diffoscope/Makefile:1.4 pkgsrc/sysutils/py-diffoscope/Makefile:1.5
--- pkgsrc/sysutils/py-diffoscope/Makefile:1.4  Mon Oct 16 09:53:42 2017
+++ pkgsrc/sysutils/py-diffoscope/Makefile      Tue Oct 17 08:35:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/10/16 09:53:42 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/10/17 08:35:34 wiz Exp $
 
 DISTNAME=      diffoscope-87
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ SUBST_FILES.gtar+=    diffoscope/comparator
 SUBST_MESSAGE.gtar=    Fix path to gtar.
 SUBST_STAGE.gtar=      post-configure
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 34
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index