me
/
guix
Archived
1
0
Fork 0

gnu: Add python-style.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
jgart 2022-04-25 04:15:57 -04:00 committed by Mathieu Othacehe
parent cbaad2f568
commit 09e720309e
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 18 additions and 0 deletions

View File

@ -29598,6 +29598,24 @@ adapted from the @code{packaging} package.")
Python CLI apps.") Python CLI apps.")
(license license:asl2.0))) (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 chalk package for javascript.")
(license license:expat)))
(define-public python-sre-yield (define-public python-sre-yield
(package (package
(name "python-sre-yield") (name "python-sre-yield")