all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49619] [PATCH 1/2] Add pirate-get
@ 2021-07-18 11:36 phodina via Guix-patches via
  2021-07-21  2:53 ` Sarah Morgensen
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: phodina via Guix-patches via @ 2021-07-18 11:36 UTC (permalink / raw)
  To: 49619

Add pkg veryprettytable as a dependency for pkg pirate-get

---
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d8c3fbec07..40b93c4b30 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1754,6 +1754,30 @@ helpers.")
     (properties `((python2-variant . ,(delay python2-humanfriendly))))
     (license license:expat)))

+(define-public python-veryprettytable
+  (package
+    (name "python-veryprettytable")
+    (version "0.8.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "veryprettytable" version))
+        (sha256
+          (base32
+            "1k1rifz8x6qcicmx2is9vgxcj0qb2f5pvzrp7zhmvbmci3yack3f"))))
+    (build-system python-build-system)
+    (propagated-inputs
+      `(("python-colorama" ,python-colorama)
+        ("python-termcolor" ,python-termcolor)))
+    (home-page
+      "https://github.com/smeggingsmegger/VeryPrettyTable")
+    (synopsis
+      "A visually appealing ASCII table output format")
+    (description
+      "A simple Python library for easily displaying tabular data in a visually
+appealing ASCII table format")
+    (license license:bsd3)))
+
 (define-public python2-humanfriendly
   (let ((base (package-with-python2
                 (strip-python2-variant python-humanfriendly))))
--
2.31.1




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

end of thread, other threads:[~2022-12-25 18:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 11:36 [bug#49619] [PATCH 1/2] Add pirate-get phodina via Guix-patches via
2021-07-21  2:53 ` Sarah Morgensen
2021-07-22 12:17   ` phodina via Guix-patches via
2021-07-22 12:22     ` [bug#49619] [PATCH 2/2] " phodina via Guix-patches via
2021-09-18  8:07 ` [bug#49619] Patch status phodina via Guix-patches via
2021-09-18 12:44 ` [bug#49619] [PATCH v3 1/2] gnu: Add python-very-pretty-table phodina via Guix-patches via
2021-09-18 12:45 ` [bug#49619] [PATCH v3 2/2] gnu: Add python-pirate-get phodina via Guix-patches via
2021-11-08 16:52   ` phodina via Guix-patches via
2021-09-22  3:21 ` [bug#49619] [PATCH v3 1/2] gnu: Add python-very-pretty-table Sarah Morgensen
2021-09-27 22:41   ` phodina via Guix-patches via
2022-10-30 20:22 ` [bug#49619] Upstream or close the ticket phodina via Guix-patches via
2022-10-30 22:23   ` jgart via Guix-patches via
2022-12-25 18:01     ` phodina via Guix-patches via

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.