[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add python-jsonnet.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add python-jsonnet. |
Date: |
Sat, 02 Sep 2023 03:17:54 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2c37b33796 gnu: Add python-jsonnet.
2c37b33796 is described below
commit 2c37b33796ac768e24853c5f813420e3bf1569c7
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Wed Jun 15 20:22:13 2022 +0000
gnu: Add python-jsonnet.
* 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 11777340ef..5402e333f5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -32,6 +32,7 @@
;;; Copyright © 2022, 2023 David Elsing <david.elsing@posteo.net>
;;; Copyright © 2022, 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
;;; Copyright © 2023 Sughosha <Sughosha@proton.me>
;;; Copyright © 2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2023 Liliana Marie Prikler <liliana.prikler@gmail.com>
@@ -1982,6 +1983,16 @@ of reading and writing XML.")
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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add python-jsonnet.,
guix-commits <=