diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-02-14 22:49:43 +0900 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2026-02-16 19:23:32 +0100 |
| commit | 3694267e233226d32186e85a7444d21d8c084a8f (patch) | |
| tree | f96ac61a77cd7d6a13cddb5a396db07f0a46b64e /gnu/packages/java.scm | |
| parent | 61f36109e05b5fbc67e218243baf5a7ee7752fee (diff) | |
gnu: java-antlr4-runtime-python: Rename to python-antlr4-runtime.
* gnu/packages/java.scm (python-antlr4-runtime):
Rename from java-antlr4-runtime-python.
[outputs]: Fall back to default.
(java-antlr4-runtime-python):
Deprecate in favor of python-antlr4-runtime.
* gnu/packages/geo.scm (python-cf-units)[propagated-inputs]:
Replace java-antlr4-runtime-python with python-antlr4-runtime.
* gnu/packages/python-xyz.scm (python-moto)[propagated-inputs],
(python-omegaconf)[propagated-inputs]:
Replace java-antlr4-runtime-python with python-antlr4-runtime.
Change-Id: Ia679b1d0402236650aa92cbcbd7bc6f03ffbcda1
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/java.scm')
| -rw-r--r-- | gnu/packages/java.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index efe3c1e70a3..8e85afe9bbe 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -8918,11 +8918,11 @@ generated sources by ANTLR."))) (define-deprecated-package java-antlr4-runtime-cpp cpp-antlr4-runtime) -(define-public java-antlr4-runtime-python +(define-public python-antlr4-runtime (package (inherit java-antlr4-runtime) - (name "java-antlr4-runtime-python") - (outputs '("out")) + (name "python-antlr4-runtime") + (properties '((upstream-name . "antlr4-python3-runtime"))) (build-system pyproject-build-system) (arguments (list @@ -8938,6 +8938,9 @@ generated sources by ANTLR."))) (description "This package contains the Python runtime library used with Python generated sources by ANTLR."))) +(define-deprecated-package java-antlr4-runtime-python + python-antlr4-runtime) + (define-public antlr4 (package (inherit java-antlr4-runtime) |
