unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sebastian Gibb via Guix-patches via <guix-patches@gnu.org>
To: 47730@debbugs.gnu.org
Cc: Sebastian Gibb <mail@sebastiangibb.de>
Subject: [bug#47730] [PATCH 2/4] gnu: Add python-click-didyoumean
Date: Mon, 12 Apr 2021 17:48:50 +0200	[thread overview]
Message-ID: <20210412154852.10255-2-mail@sebastiangibb.de> (raw)
In-Reply-To: <20210412154852.10255-1-mail@sebastiangibb.de>

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bdb127935a..cbb0a38fff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24484,3 +24484,23 @@ apply various transformations to plain text in order to yield
 typographically-improved HTML.  While often used in conjunction with Jinja and
 Django template systems, the filters can be used in any environment.")
     (license license:bsd-3)))
+
+(define-public python-click-didyoumean
+  (package
+    (name "python-click-didyoumean")
+    (version "0.0.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "click-didyoumean" version))
+              (sha256
+               (base32
+                "1svaza5lpvdbmyrx5xi0riqzq4hb9wnlpqrg6r8zy14pbi42j8hi"))))
+    (build-system python-build-system)
+    (inputs
+     `(("python-click" ,python-click)))
+    (home-page "https://github.com/click-contrib/click-didyoumean")
+    (synopsis "Git-like did-you-mean feature in click")
+    (description
+     "This package provides a Python library for a git-like did-you-mean
+feature in click.")
+    (license license:expat)))
-- 
2.31.1





  reply	other threads:[~2021-04-12 17:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12 15:45 [bug#47730] [PATCH 0/4] gnu: add watson Sebastian Gibb via Guix-patches via
2021-04-12 15:48 ` [bug#47730] [PATCH 1/4] gnu: python-arrow: Update to 1.0.3 Sebastian Gibb via Guix-patches via
2021-04-12 15:48   ` Sebastian Gibb via Guix-patches via [this message]
2021-04-12 15:48   ` [bug#47730] [PATCH 3/4] gnu: Add python-pytest-datafiles Sebastian Gibb via Guix-patches via
2021-04-12 15:48   ` [bug#47730] [PATCH 4/4] gnu: Add watson Sebastian Gibb via Guix-patches via
2021-04-12 19:42     ` Maxime Devos
2021-04-15 13:57 ` Sebastian Gibb via Guix-patches via

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=20210412154852.10255-2-mail@sebastiangibb.de \
    --to=guix-patches@gnu.org \
    --cc=47730@debbugs.gnu.org \
    --cc=mail@sebastiangibb.de \
    /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).