pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-antlr4



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 27 15:10:51 UTC 2018

Modified Files:
        pkgsrc/textproc/py-antlr4: Makefile

Log Message:
py-antlr4 no longer works with Python 2.x.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-antlr4/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-antlr4/Makefile
diff -u pkgsrc/textproc/py-antlr4/Makefile:1.1 pkgsrc/textproc/py-antlr4/Makefile:1.2
--- pkgsrc/textproc/py-antlr4/Makefile:1.1      Thu Jul 26 16:34:57 2018
+++ pkgsrc/textproc/py-antlr4/Makefile  Thu Dec 27 15:10:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/26 16:34:57 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2018/12/27 15:10:51 joerg Exp $
 
 DISTNAME=      antlr4-python3-runtime-4.7.1
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/-python3-runtime//1}
@@ -12,5 +12,7 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index