all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pradana Adrinusa AUMARS via Guix-patches via <guix-patches@gnu.org>
To: 54466@debbugs.gnu.org
Subject: [bug#54466] [PATCH] gnu: Add python-textwrap3.
Date: Sat, 19 Mar 2022 15:09:15 +0100	[thread overview]
Message-ID: <5637bd887facfccc19a6861f40794c8b5b031687.camel@courrier.dev> (raw)

From d2e058e8dea50ba5335da1821c0eac2b7a8984e9 Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars@courrier.dev>
Date: Sat, 19 Mar 2022 15:07:44 +0100
Subject: [PATCH] gnu: Add python-textwrap3.

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7ed6de5a2b..d0aeefd02d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29181,3 +29181,27 @@ (define-public python-multipart
     (description
      "This package provides a streaming multipart parser for Python.")
     (license license:asl2.0)))
+
+(define-public python-textwrap3
+  (package
+   (name "python-textwrap3")
+   (version "0.9.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "textwrap3" version ".zip"))
+              (sha256
+               (base32
+                "051l1h7f8xdwfjx55n8iflczcmfkasw1i3ynvh1n6vr3vgmyw22h"))))
+   (build-system python-build-system)
+   (native-inputs
+    (list unzip
+	  python-pytest
+	  python-tox
+	  python-pytest-cov))
+   (home-page "https://github.com/jonathaneunice/textwrap3")
+   (synopsis "Compatibility back-port of Python 3.6’s textwrap module.")
+   (description
+    "This package makes a few new APIs such as shorten and the max_lines
+parameter available in a compatible way to all Python versions typically
+in current use.")
+   (license license:psfl)))
-- 
2.34.0






                 reply	other threads:[~2022-03-19 14:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5637bd887facfccc19a6861f40794c8b5b031687.camel@courrier.dev \
    --to=guix-patches@gnu.org \
    --cc=54466@debbugs.gnu.org \
    --cc=paumars@courrier.dev \
    /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.