* 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>
Here's one patch from today's packaging meetup. More to come!
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
Toggle diff (31 lines)
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
(license license:asl2.0)))
+(define-public python-style
+ (uri (pypi-uri "style" version))
+ (base32 "1dcfb578v9mrwh92rgms87gql0gp4vgj6l9hpgyfg0wbd3rh3bfh"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/lmittmann/style")
+ (synopsis "Terminal string styling")
+"@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
(name "python-sre-yield")