unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51175] [PATCH] gnu: Add python-json2html.
@ 2021-10-13  4:53 jgart via Guix-patches via
  2021-10-16 11:27 ` bug#51175: " Arun Isaac
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-10-13  4:53 UTC (permalink / raw)
  To: 51175; +Cc: jgart

* gnu/packages/python-xyz.scm (python-json2html): New variable.
---
 gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dc0f12ed91..1cb4f37fe5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27197,6 +27197,35 @@ location.  This small Python module determines the appropriate
 platform-specific directories, e.g. the ``user data dir''.")
     (license license:expat)))
 
+(define-public python-json2html
+  (package
+    (name "python-json2html")
+    (version "1.3.0")
+    (source ; There are no tests in the PyPI tarball.
+     (origin 
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/softvar/json2html")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1ncypljnl5y8lsxy6ibcqy412kx3mzxl4ajg67568hvq98kv1sb3"))))
+    (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (replace 'check
+           (lambda* (#:key tests? inputs outputs #:allow-other-keys)
+             (when tests?
+               (add-installed-pythonpath inputs outputs)
+               (invoke "python" "test/run_tests.py")))))))
+    (home-page "https://github.com/softvar/json2html")
+    (synopsis "JSON to HTML Table Representation")
+    (description 
+"Python module to convert JSON into a human readable HTML Table
+ representation.")
+    (license license:expat)))
+
 (define-public python-face
   (package
     (name "python-face")
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51175: [PATCH] gnu: Add python-json2html.
  2021-10-13  4:53 [bug#51175] [PATCH] gnu: Add python-json2html jgart via Guix-patches via
@ 2021-10-16 11:27 ` Arun Isaac
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Isaac @ 2021-10-16 11:27 UTC (permalink / raw)
  To: jgart; +Cc: 51175-done

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]


Hi jgart,

Thanks for the patch! I have pushed to master with a few minor
improvements to the synopsis and description.

Thanks,
Arun

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 524 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-16 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13  4:53 [bug#51175] [PATCH] gnu: Add python-json2html jgart via Guix-patches via
2021-10-16 11:27 ` bug#51175: " Arun Isaac

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).