all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55570] [PATCH] gnu: Add python-wasabi
@ 2022-05-22  6:37 Artyom V. Poptsov
  2022-05-27 21:29 ` bug#55570: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2022-05-22  6:37 UTC (permalink / raw)
  To: 55570


[-- Attachment #1.1: Type: text/plain, Size: 309 bytes --]

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/

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-Add-python-wasabi.patch --]
[-- Type: text/x-diff, Size: 1416 bytes --]

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.
---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3c4fa16d16..3ca48438eb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31449,3 +31449,21 @@ written in C.")
     (synopsis "Cython bindings for MurmurHash2")
     (description "This package provides Cython bindings for MurmurHash2.")
     (license license:expat)))
+
+(define-public python-wasabi
+  (package
+    (name "python-wasabi")
+    (version "0.9.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "wasabi" version))
+              (sha256
+               (base32
+                "1kwqfalq7qxs9f7xb2m055g01qpbznyzxl7sjnzjdvvhkczg39md"))))
+    (build-system python-build-system)
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/ines/wasabi")
+    (synopsis "Console printing and formatting toolkit")
+    (description
+     "A lightweight console printing and formatting toolkit for Python.")
+    (license license:expat)))
-- 
2.25.1


[-- Attachment #1.3: Type: text/plain, Size: 207 bytes --]


-- 
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#55570: [PATCH] gnu: Add python-wasabi
  2022-05-22  6:37 [bug#55570] [PATCH] gnu: Add python-wasabi Artyom V. Poptsov
@ 2022-05-27 21:29 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-27 21:29 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 55570-done

[-- Attachment #1: Type: text/plain, Size: 396 bytes --]

"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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 558 bytes --]

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)))

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

end of thread, other threads:[~2022-05-27 21:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-22  6:37 [bug#55570] [PATCH] gnu: Add python-wasabi Artyom V. Poptsov
2022-05-27 21:29 ` bug#55570: " Ludovic Courtès

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.