GNU bug report logs - #55108
[PATCH] gnu: Add python-style.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Mon, 25 Apr 2022 08:17:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55108 in the body.
You can then email your comments to 55108 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#55108; Package guix-patches. (Mon, 25 Apr 2022 08:17:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 25 Apr 2022 08:17:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: Vagrant Cascadian <vagrant <at> debian.org>, Yuchen Pei <hi <at> ypei.me>,
 jgart <jgart <at> dismail.de>, Pranav Vats <pranavats <at> disroot.org>,
 donotshake <dns <at> 0cool.club>
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 <at> ypei.me>
Co-authored-by: donotshake <dns <at> 0cool.club>
Co-authored-by: Vagrant Cascadian <vagrant <at> debian.org>
Co-authored-by: Pranav Vats <pranavats <at> 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





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Mon, 09 May 2022 07:38:01 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Mon, 09 May 2022 07:38:02 GMT) Full text and rfc822 format available.

Message #10 received at 55108-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 55108-done <at> debbugs.gnu.org, Vagrant Cascadian <vagrant <at> debian.org>,
 Yuchen Pei <hi <at> ypei.me>, Pranav Vats <pranavats <at> disroot.org>,
 donotshake <dns <at> 0cool.club>
Subject: Re: bug#55108: [PATCH] gnu: Add python-style.
Date: Mon, 09 May 2022 09:36:46 +0200
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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Jun 2022 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 318 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.