all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#54847] [PATCH v2] gnu: Add python-hypy-utils.
       [not found] <35>
@ 2022-04-20 18:15 ` Wamm K. D
  2022-04-27 21:17   ` bug#54847: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Wamm K. D @ 2022-04-20 18:15 UTC (permalink / raw)
  To: 54847; +Cc: ludo, Wamm K. D, maximedevos

---
There's been new commits since I first sent this patch so just resending, after
pull.

 gnu/packages/python-xyz.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9a5d311680..c242e1fa00 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -119,6 +119,7 @@
 ;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
 ;;; Copyright © 2022 drozdov <drozdov@portalenergy.tech>
 ;;; Copyright © 2022 Peter Polidoro <peter@polidoro.io>
+;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29534,3 +29535,19 @@ (define-public python-sre-yield
 uses the parsed regular expression, so you get a much more accurate result
 than trying to just split strings.")
     (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)))
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54847: [PATCH v2] gnu: Add python-hypy-utils.
  2022-04-20 18:15 ` [bug#54847] [PATCH v2] gnu: Add python-hypy-utils Wamm K. D
@ 2022-04-27 21:17   ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-27 21:17 UTC (permalink / raw)
  To: Wamm K. D; +Cc: maximedevos, 54847-done

Hi,

"Wamm K. D" <jaft.r@outlook.com> skribis:

> ---
> There's been new commits since I first sent this patch so just resending, after
> pull.
>
>  gnu/packages/python-xyz.scm | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)

Added a commit log and applied it, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <35>
2022-04-20 18:15 ` [bug#54847] [PATCH v2] gnu: Add python-hypy-utils Wamm K. D
2022-04-27 21:17   ` bug#54847: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.