mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: Add python-hypy-utils.
* gnu/packages/python-xyz.scm (python-hypy-utils): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
31c9f0e301
commit
7ed87432e3
1 changed files with 18 additions and 0 deletions
|
@ -119,6 +119,7 @@
|
||||||
;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
|
;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
|
||||||
;;; Copyright © 2022 drozdov <drozdov@portalenergy.tech>
|
;;; Copyright © 2022 drozdov <drozdov@portalenergy.tech>
|
||||||
;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
|
;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
|
||||||
|
;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -29535,6 +29536,23 @@ (define-public python-sre-yield
|
||||||
than trying to just split strings.")
|
than trying to just split strings.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-hypy-utils
|
||||||
|
(package
|
||||||
|
(name "python-hypy-utils")
|
||||||
|
(version "1.0.6")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "hypy_utils" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"05csk0x8ivavq88x457cq5hwjcdirfbkzj7bbg5qgnpnf2dxxhiw"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(home-page "https://github.com/hykilpikonna/HyPyUtils")
|
||||||
|
(synopsis "Python utility functions for HyDEV")
|
||||||
|
(description "This module provides Python utility functions for modifying
|
||||||
|
and setting the color of terminal output, via HyDEV.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-mike
|
(define-public python-mike
|
||||||
(package
|
(package
|
||||||
(name "python-mike")
|
(name "python-mike")
|
||||||
|
|
Loading…
Reference in a new issue