emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55570: closed ([PATCH] gnu: Add python-wasabi)


From: GNU bug Tracking System
Subject: bug#55570: closed ([PATCH] gnu: Add python-wasabi)
Date: Fri, 27 May 2022 21:30:02 +0000

Your message dated Fri, 27 May 2022 23:29:46 +0200
with message-id <87h75ad5px.fsf@gnu.org>
and subject line Re: bug#55570: [PATCH] gnu: Add python-wasabi
has caused the debbugs.gnu.org bug report #55570,
regarding [PATCH] gnu: Add python-wasabi
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55570: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55570
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-wasabi Date: Sun, 22 May 2022 09:37:56 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

this patch adds "wasabi" Python module[1] under the name
"python-wasabi".

'python-wasabi' is the one of the dependencies of spaCy -- an NLP
library for Python.[2]

- Artyom

References:
1. "A lightweight console printing and formatting toolkit"
   https://github.com/ines/wasabi
2. https://spacy.io/

Attachment: 0001-gnu-Add-python-wasabi.patch
Description: Text Data

-- 
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#55570: [PATCH] gnu: Add python-wasabi Date: Fri, 27 May 2022 23:29:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> skribis:

> From 355e95d400aa0fc74a89f51a55c44bad3c0c0216 Mon Sep 17 00:00:00 2001
> From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
> Date: Sun, 22 May 2022 09:34:05 +0300
> Subject: [PATCH] gnu: Add python-wasabi
>
> * gnu/packages/python-xyz.scm (python-wasabi): New variable.

Applied with the fixlet below, thanks!

Ludo’.

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1b056e5a15..c010d87a01 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31784,5 +31784,6 @@ (define-public python-wasabi
     (home-page "https://github.com/ines/wasabi";)
     (synopsis "Console printing and formatting toolkit")
     (description
-     "A lightweight console printing and formatting toolkit for Python.")
+     "This package provides a lightweight console printing and formatting
+toolkit for Python.")
     (license license:expat)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]