unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 59798@debbugs.gnu.org
Subject: [bug#59798] [PATCH 1/6] gnu: Add java-antlr4-runtime-python.
Date: Sat, 3 Dec 2022 10:29:50 +0100	[thread overview]
Message-ID: <40114e332a3f4398d0bb08cf6db3d17090d79839.camel@gmail.com> (raw)
In-Reply-To: <844eb869ce6d4bf984242268b254eeba522d2f9d.camel@gmail.com>

* gnu/packages/java.scm (java-antlr4-runtime-python): New variable.
---
 gnu/packages/java.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index f80406cab9..bc6e7057cb 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -49,6 +49,7 @@ (define-module (gnu packages java)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system maven)
+  #:use-module (guix build-system python)
   #:use-module (guix build-system trivial)
   #:use-module (gnu packages)
   #:use-module (gnu packages attr)
@@ -8694,6 +8695,26 @@ (define-public java-antlr4-runtime-cpp
     (description "This package contains the C++ runtime library used with C++
 generated sources by ANTLR.")))
 
+(define-public java-antlr4-runtime-python
+  (package
+    (inherit java-antlr4-runtime)
+    (name "java-antlr4-runtime-python")
+    (outputs '("out"))
+    (build-system python-build-system)
+    (arguments
+     (list
+      #:tests? #f                       ; tests require antlr
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'chdir
+            (lambda _
+              (chdir "runtime/Python3"))))))
+    (native-inputs (list pkg-config))
+    (inputs (list `(,util-linux "lib"))) ; libuuid
+    (synopsis "ANTLR Python runtime library")
+    (description "This package contains the Python runtime library used with
+Python generated sources by ANTLR.")))
+
 (define-public antlr4
   (package
     (inherit java-antlr4-runtime)
-- 
2.38.1





  reply	other threads:[~2022-12-03 10:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-03  9:50 [bug#59798] [PATCH 0/6] Add CommonRoad Liliana Marie Prikler
2022-12-03  9:29 ` Liliana Marie Prikler [this message]
2022-12-03  9:31 ` [bug#59798] [PATCH 2/6] gnu: Add python-omegaconf Liliana Marie Prikler
2022-12-03  9:36 ` [bug#59798] [PATCH 3/6] gnu: python-iso3166: Update to 2.1.1 Liliana Marie Prikler
2022-12-03  9:40 ` [bug#59798] [PATCH 4/6] gnu: Add python-commonroad-vehicle-models Liliana Marie Prikler
2022-12-03  9:43 ` [bug#59798] [PATCH 5/6] gnu: Add python-commonroad-io Liliana Marie Prikler
2023-01-08 14:32   ` [bug#59798] [PATCH 0/6] Add CommonRoad Ludovic Courtès
2023-01-08 16:09     ` bug#59798: " Liliana Marie Prikler
2022-12-03  9:43 ` [bug#59798] [PATCH 6/6] gnu: Add python-commonroad-route-planner Liliana Marie Prikler
2023-01-08 14:31 ` [bug#59798] [PATCH 0/6] Add CommonRoad Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40114e332a3f4398d0bb08cf6db3d17090d79839.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=59798@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).