unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54847] [PATCH] gnu: Add python-hypy-utils.
@ 2022-04-11  7:48 Wamm K. D
  0 siblings, 0 replies; 3+ messages in thread
From: Wamm K. D @ 2022-04-11  7:48 UTC (permalink / raw)
  To: 54847; +Cc: Wamm K. D

---
The end goal is to add hyfetch but it has python-hypy-utils, as a dependency,
so sending this, first.

 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 55705ab2ea..11f6511d6c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -118,6 +118,7 @@
 ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
 ;;; Copyright © 2022 Evgeny Pisemsky <evgeny@pisemsky.com>
 ;;; Copyright © 2022 drozdov <drozdov@portalenergy.tech>
+;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29364,3 +29365,19 @@ (define-public python-aiopg
 database from the asyncio (PEP-3156/tulip) framework.  It wraps
 asynchronous features of the Psycopg database driver.")
     (license license:bsd-3)))
+
+(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] 3+ messages in thread

* [bug#54847] [PATCH] gnu: Add python-hypy-utils.
  2022-04-11 17:07   ` Jaft
@ 2022-04-19 10:04     ` Ludovic Courtès
  2022-04-19 18:36       ` Jaft
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-04-19 10:04 UTC (permalink / raw)
  To: Jaft; +Cc: Maxime Devos, 54847@debbugs.gnu.org

Hi Jaft,

Could you send updating patches, updating some of the suggestions
Maxime made?

Thanks in advance!

Ludo’.




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

* [bug#54847] [PATCH] gnu: Add python-hypy-utils.
  2022-04-19 10:04     ` [bug#54847] [PATCH] gnu: Add python-hypy-utils Ludovic Courtès
@ 2022-04-19 18:36       ` Jaft
  0 siblings, 0 replies; 3+ messages in thread
From: Jaft @ 2022-04-19 18:36 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Maxime Devos, 54847@debbugs.gnu.org

Sure thing! There were some threads that Maxime had inquired about that I thought he might provide further guidance on since I wasn't sure how he'd want to proceed with them but I'll get together the changes we have agree upon, so far, and send out an updated patch with them, later today.






> On Tuesday, April 19, 2022, 05:04:47 AM CDT, Ludovic Courtès <ludo@gnu.org> wrote: 
>
>
>
>
>
> Hi Jaft,
>
> Could you send updating patches, updating some of the suggestions
> Maxime made?
>
> Thanks in advance!
>
> Ludo’.




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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11  7:48 [bug#54847] [PATCH] gnu: Add python-hypy-utils Wamm K. D
  -- strict thread matches above, loose matches on Subject: below --
2022-04-11  8:01 [bug#54847] [PATCH] gnu: Add hyfetch Wamm K. D
2022-04-11  9:11 ` Maxime Devos
2022-04-11 17:07   ` Jaft
2022-04-19 10:04     ` [bug#54847] [PATCH] gnu: Add python-hypy-utils Ludovic Courtès
2022-04-19 18:36       ` Jaft

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).