unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: guy fleury iteriteka <gfleury@disroot.org>
To: 42201@debbugs.gnu.org
Subject: [bug#42201] [PATCH 1/3] gnu: Add python-terminaltables
Date: Sat,  4 Jul 2020 21:31:40 +0200	[thread overview]
Message-ID: <20200704193142.31083-1-gfleury@disroot.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=yes, Size: 1514 bytes --]

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5eee00a..f09c31a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -82,6 +82,7 @@
 ;;; Copyright © 2020 Yuval Kogman <nothingmuch@woobling.org>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020 Guy Fleury Iteriteka <gfleury@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -20402,3 +20403,23 @@ For the most part it's transliterated from C, the major differences are:
 @end itemize
 ")
     (license license:gpl3+)))
+
+(define-public python-terminaltables
+  (package
+    (name "python-terminaltables")
+    (version "3.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "terminaltables" version))
+        (sha256
+         (base32
+          "109vhldk6nv1z3hzp4dyqf6rjvlhl0y2k5k7qcm9fcrq5swhxszk"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/Robpol86/terminaltables")
+    (synopsis
+     "Generate simple tables in terminals from a nested list of strings")
+    (description
+     "This package makes easy to draw tables in terminal/console applications
+from a list of lists of strings.  It Supports multi-line rows.")
+    (license license:expat)))
-- 
2.25.1





             reply	other threads:[~2020-07-04 19:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-04 19:31 guy fleury iteriteka [this message]
2020-07-04 19:31 ` [bug#42200] [PATCH 2/3] gnu: Add python-cli-helpers guy fleury iteriteka
2020-07-25 18:46   ` bug#42200: " Oleg Pykhalov
2020-07-04 19:31 ` [bug#42202] [PATCH 3/3] gnu: Add mycli guy fleury iteriteka
2020-07-25 18:45   ` bug#42202: " Oleg Pykhalov
2020-07-08 10:56 ` bug#42201: [PATCH 1/3] gnu: Add python-terminaltables Nicolas Goaziou

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200704193142.31083-1-gfleury@disroot.org \
    --to=gfleury@disroot.org \
    --cc=42201@debbugs.gnu.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 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).