antlr4, python3Packages.antlr4-python3-runtime: add sarahec as maintainer, fixes (#455993)

This commit is contained in:
Gaétan Lepage
2025-10-26 21:52:24 +00:00
committed by GitHub
2 changed files with 7 additions and 6 deletions
@@ -10,13 +10,11 @@ buildPythonPackage rec {
pname = "antlr4-python3-runtime";
inherit (antlr4.runtime.cpp) version src;
format = "pyproject";
disabled = python.pythonOlder "3.6";
pyproject = true;
sourceRoot = "${src.name}/runtime/Python3";
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
postPatch = ''
substituteInPlace tests/TestIntervalSet.py \
@@ -36,10 +34,11 @@ buildPythonPackage rec {
runHook postCheck
'';
meta = with lib; {
meta = {
description = "Runtime for ANTLR";
mainProgram = "pygrun";
homepage = "https://www.antlr.org/";
license = licenses.bsd3;
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ sarahec ];
};
}
@@ -86,6 +86,7 @@ let
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ sarahec ];
};
};
@@ -119,6 +120,7 @@ let
homepage = "https://www.antlr.org/";
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ sarahec ];
};
};
};