dannym pushed a commit to branch master
in repository guix.

commit 9f9c31d0e844a9cc11e2552a21a34e9065099b91
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Sat Mar 8 00:28:51 2025 +0100

    gnu: Add python-types-colorama.
    
    * gnu/packages/python-xyz.scm (python-type-colorama): New variable.
    
    Change-Id: I16f2301ebc26130685c4f817fdeb7db70361ba72
---
 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 c5df2dd962..c9a5800151 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5855,6 +5855,23 @@ any Python package.")
      "Extras is a set of extensions to the Python standard library.")
     (license license:expat)))
 
+(define-public python-types-colorama
+  (package
+    (name "python-types-colorama")
+    (version "0.4.15.20240311")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "types-colorama" version))
+       (sha256
+        (base32 "0ylwp6r6k69icsd96zbsan7i1x0rwj427lv5jpxi8avxs6c7z3m2"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel))
+    (home-page "https://github.com/python/typeshed";)
+    (synopsis "Typing stubs for colorama")
+    (description "This package provides typing stubs for colorama.")
+    (license license:asl2.0)))
+
 (define-public python-milc
   (package
     (name "python-milc")

Reply via email to