gnu: Add python-types-colorama.

* gnu/packages/python-xyz.scm (python-type-colorama): New variable.

Change-Id: I16f2301ebc26130685c4f817fdeb7db70361ba72
This commit is contained in:
Danny Milosavljevic 2025-03-08 00:28:51 +01:00
parent a125f30f95
commit 9f9c31d0e8
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")