emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56000: closed ([PATCH] gnu: Add python-jsonnet.)


From: GNU bug Tracking System
Subject: bug#56000: closed ([PATCH] gnu: Add python-jsonnet.)
Date: Sat, 02 Sep 2023 07:18:02 +0000

Your message dated Sat, 02 Sep 2023 09:17:14 +0200
with message-id <87y1hpcad4.fsf@elephly.net>
and subject line [PATCH] gnu: Add python-jsonnet.
has caused the debbugs.gnu.org bug report #56000,
regarding [PATCH] gnu: Add python-jsonnet.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56000: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56000
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-jsonnet. Date: Wed, 15 Jun 2022 20:22:13 +0000
Tested both public functions, evaluate_file() and evaluate_snippet().

* gnu/packages/cpp.scm (python-jsonnet): New variable.
---
 gnu/packages/cpp.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 78e4f3bd8e..4ab9f33ae7 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -29,6 +29,7 @@
 ;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2022 Attila Lendvai <attila@lendvai.name>
 ;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1724,6 +1725,16 @@ (define-public jsonnet
 syntax with variables, conditions, functions and more.")
     (license license:asl2.0)))
 
+(define-public python-jsonnet
+  (package
+    (inherit jsonnet)
+    (name "python-jsonnet")
+    (build-system python-build-system)
+    (arguments '())
+    (synopsis "Python bindings for Jsonnet, the data templating language")
+    (description "This package provides a Python library named @code{_jsonnet}
+which can evaluate Jsonnet files and expressions.")))
+
 (define-public simdjson
   (package
     (name "simdjson")
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add python-jsonnet. Date: Sat, 02 Sep 2023 09:17:14 +0200 User-agent: mu4e 1.10.5; emacs 28.2
Applied, thank you!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]