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

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

bug#55108: closed ([PATCH] gnu: Add python-style.)


From: GNU bug Tracking System
Subject: bug#55108: closed ([PATCH] gnu: Add python-style.)
Date: Mon, 09 May 2022 07:38:01 +0000

Your message dated Mon, 09 May 2022 09:36:46 +0200
with message-id <87a6brkvht.fsf@gnu.org>
and subject line Re: bug#55108: [PATCH] gnu: Add python-style.
has caused the debbugs.gnu.org bug report #55108,
regarding [PATCH] gnu: Add python-style.
to be marked as done.

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


-- 
55108: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55108
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-style. Date: Mon, 25 Apr 2022 04:15:57 -0400
* gnu/packages/python-xyz.scm (python-style): New variable.

Co-authored-by: Yuchen Pei <hi@ypei.me>
Co-authored-by: donotshake <dns@0cool.club>
Co-authored-by: Vagrant Cascadian <vagrant@debian.org>
Co-authored-by: Pranav Vats <pranavats@disroot.org>

Hi Guixers,

Here's one patch from today's packaging meetup. More to come!

all best,

jgart

https://whereis.みんな/
gemini://whereis.みんな/

---
 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 3fab1457dd..313994b7e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29512,6 +29512,24 @@ (define-public python-shtab
 Python CLI apps.")
     (license license:asl2.0)))
 
+(define-public python-style
+  (package
+    (name "python-style")
+    (version "1.1.6")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "style" version))
+        (sha256
+          (base32 "1dcfb578v9mrwh92rgms87gql0gp4vgj6l9hpgyfg0wbd3rh3bfh"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/lmittmann/style";)
+    (synopsis "Terminal string styling")
+    (description
+"@code{python-style} is a simple terminal string styling package.  Its
+API is a port of the popular chalk package for javascript.")
+    (license license:expat)))
+
 (define-public python-sre-yield
   (package
     (name "python-sre-yield")
-- 
2.35.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#55108: [PATCH] gnu: Add python-style. Date: Mon, 09 May 2022 09:36:46 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

> +"@code{python-style} is a simple terminal string styling package.  Its
> +API is a port of the popular chalk package for javascript.")

I removed the word "popular" and pushed.

Thanks,

Mathieu


--- End Message ---

reply via email to

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