pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-antlr4 py-antlr4 no longer works with Pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9adbaa86570
branches:  trunk
changeset: 327293:e9adbaa86570
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 27 15:10:51 2018 +0000

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

diffstat:

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

diffs (17 lines):

diff -r a7e8d51ca952 -r e9adbaa86570 textproc/py-antlr4/Makefile
--- a/textproc/py-antlr4/Makefile       Thu Dec 27 15:10:17 2018 +0000
+++ b/textproc/py-antlr4/Makefile       Thu Dec 27 15:10:51 2018 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index