1 { lib, buildPythonPackage, isPy3k, python
5 buildPythonPackage rec {
6 pname = "antlr4-python3-runtime";
7 inherit (antlr4.runtime.cpp) version src;
10 sourceRoot = "source/runtime/Python3";
14 ${python.interpreter} ctest.py
18 description = "Runtime for ANTLR";
19 homepage = "https://www.antlr.org/";
20 license = licenses.bsd3;