GNU bug report logs - #72102
[PATCH] gnu: python-emoji: Update to 2.12.1.

Previous Next

Package: guix-patches;

Reported by: Gisement <sisiutl <at> egregore.fun>

Date: Sun, 14 Jul 2024 06:59:02 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72102: closed ([PATCH] gnu: python-emoji: Update to 2.12.1.)
Date: Mon, 15 Jul 2024 22:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 15 Jul 2024 17:44:44 -0500
with message-id <87y162cm1v.fsf <at> dismail.de>
and subject line Re: [PATCH] gnu: python-emoji: Update to 2.12.1.
has caused the debbugs.gnu.org bug report #72102,
regarding [PATCH] gnu: python-emoji: Update to 2.12.1.
to be marked as done.

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


-- 
72102: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72102
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Gisement <sisiutl <at> egregore.fun>
To: guix-patches <at> gnu.org
Cc: Gisement <sisiutl <at> egregore.fun>
Subject: [PATCH] gnu: python-emoji: Update to 2.12.1.
Date: Sun, 14 Jul 2024 00:01:30 +0200
Change-Id: Id262ba7f05f5fa6205bc19709442e62c1856f8a9
---
 gnu/packages/python-xyz.scm | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 983d8d73b6..ece0e5ded6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14100,26 +14100,19 @@ (define-public python-immutabledict
 (define-public python-emoji
   (package
     (name "python-emoji")
-    (version "1.6.1")
+    (version "2.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "emoji" version))
        (sha256
-        (base32 "0923mpixwq6hdpkgvi4r46alfvf608iq975rb8lnqpq29j71mmjk"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda* (#:key tests? #:allow-other-keys)
-             (when tests?
-               (invoke "python" "-m" "pytest")))))))
-    (native-inputs
-     (list python-pytest))
+        (base32 "1svk94pad8gcvjwd329zmfrw09wakwh6qjvnhf6sa6k92y44i82a"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-pytest python-typing-extensions))
     (home-page "https://github.com/carpedm20/emoji/")
     (synopsis "Emoji terminal output for Python")
-    (description "This package provides Emoji terminal output for Python.  The
+    (description
+     "This package provides Emoji terminal output for Python.  The
 entire set of Emoji codes as defined by the Unicode Consortium is supported in
 addition to a bunch of aliases.")
     (license license:bsd-3)))
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: 72102-done <at> debbugs.gnu.org
Cc: Gisement <sisiutl <at> egregore.fun>
Subject: Re: [PATCH] gnu: python-emoji: Update to 2.12.1.
Date: Mon, 15 Jul 2024 17:44:44 -0500

Hi,

Thank you for your contribution!

I applied your patch with commit message modifications and some
adjustments.

Please review them for your next contribution in order to learn the
commit message style, etc.
-- 
all the best,
jgart


This bug report was last modified 1 year and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.