emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54847: closed ([PATCH] gnu: Add python-hypy-utils.)


From: GNU bug Tracking System
Subject: bug#54847: closed ([PATCH] gnu: Add python-hypy-utils.)
Date: Wed, 27 Apr 2022 21:18:02 +0000

Your message dated Wed, 27 Apr 2022 23:17:41 +0200
with message-id <878rrqi5u2.fsf@gnu.org>
and subject line Re: [PATCH v2] gnu: Add python-hypy-utils.
has caused the debbugs.gnu.org bug report #54847,
regarding [PATCH] gnu: Add python-hypy-utils.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54847: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54847
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add python-hypy-utils. Date: Mon, 11 Apr 2022 02:48:25 -0500
---
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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2] gnu: Add python-hypy-utils. Date: Wed, 27 Apr 2022 23:17:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]