From: Markku Korkeala <markku.korkeala@iki.fi>
To: 75225@debbugs.gnu.org
Cc: Markku Korkeala <markku.korkeala@iki.fi>,
Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
Munyoki Kilyungi <me@bonfacemunyoki.com>,
Sharlatan Hellseher <sharlatanus@gmail.com>,
Tanguy Le Carrour <tanguy@bioneland.org>,
jgart <jgart@dismail.de>
Subject: [bug#75225] [PATCH 1/1] gnu: Add python-robotframework-jsonlibrary
Date: Tue, 31 Dec 2024 15:11:47 +0200 [thread overview]
Message-ID: <7a422e8695aa6db994c4e576631eede1ffd681b2.1735650178.git.markku.korkeala@iki.fi> (raw)
* gnu/packages/python-xyz.scm (python-robotframework-jsonlibrary): New variable.
Change-Id: Ie8db20560d913132e4ffd4ace569304341b7120c
---
gnu/packages/python-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5fd6cefbbe..12b50dc4b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -553,6 +553,43 @@ (define-public python-pyxdameraulevenshtein
edit distance algorithm for Python in Cython for high performance.")
(license license:bsd-3)))
+(define-public python-robotframework-jsonlibrary
+ (package
+ (name "python-robotframework-jsonlibrary")
+ (version "0.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/robotframework-thailand/robotframework-jsonlibrary")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1zkhcmwlp9gy9a0262ylykr9pljq9mpkaa69340hhfkzygzi30dc"))))
+ (build-system pyproject-build-system)
+ (arguments
+ `(
+ #:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? inputs outputs #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-v")))))))
+ (propagated-inputs
+ (list python-jsonpath-ng python-jsonschema python-robotframework))
+ (native-inputs
+ (list python-setuptools python-wheel python-pytest python-pytest-cov
+ python-twine python-pylint python-invoke python-black python-tox))
+ (home-page "https://github.com/nottyo/robotframework-jsonlibrary.git")
+ (synopsis
+ "@code{robotframework-jsonlibrary} is a Robot Framework test library for
+manipulating JSON Object.")
+ (description
+ "@code{robotframework-jsonlibrary} is a Robot Framework test library for
+manipulating JSON Object. You can manipulate your JSON object using JSONPath")
+ (license license:unlicense)))
+
(define-public python-xmldiff
(package
(name "python-xmldiff")
base-commit: a37420aeb8b525b06d30411ae0b4c4ea49e0c37d
--
2.46.0
next reply other threads:[~2024-12-31 13:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-31 13:11 Markku Korkeala [this message]
2024-12-31 14:08 ` bug#75225: [PATCH 1/1] gnu: Add python-robotframework-jsonlibrary Sharlatan Hellseher
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7a422e8695aa6db994c4e576631eede1ffd681b2.1735650178.git.markku.korkeala@iki.fi \
--to=markku.korkeala@iki.fi \
--cc=75225@debbugs.gnu.org \
--cc=jgart@dismail.de \
--cc=lars@6xq.net \
--cc=marius@gnu.org \
--cc=me@bonfacemunyoki.com \
--cc=sharlatanus@gmail.com \
--cc=tanguy@bioneland.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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.