diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-31 02:10:26 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:22 +0100 |
| commit | f8e42bff04c9a6b2ee1e7eed684b18bb7ed1c69a (patch) | |
| tree | 69ace13e8b925ff1eca98a413c3537b7db765004 /gnu | |
| parent | dc0fad63c30eb48e8ba2f69b4a73fe0289b1a076 (diff) | |
gnu: python-colorama: Move to (gnu packages python-build).
* gnu/packages/python-xyz.scm (python-colorama): Move from here…
* gnu/packages/python-build.scm (python-colorama): …to here.
[native-inputs]: Replace python-pytest by python-pytest-bootstrap.
Change-Id: I3ac5f6611a411458a0aeca0d6d4a2af79ce49e54
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-build.scm | 20 | ||||
| -rw-r--r-- | gnu/packages/python-xyz.scm | 18 |
2 files changed, 20 insertions, 18 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 4e520d67c82..77d24d2ea74 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -82,6 +82,26 @@ | |||
| 82 | run simple @code{argparse} parsers from function signatures.") | 82 | run simple @code{argparse} parsers from function signatures.") |
| 83 | (license license:lgpl3+))) | 83 | (license license:lgpl3+))) |
| 84 | 84 | ||
| 85 | (define-public python-colorama | ||
| 86 | (package | ||
| 87 | (name "python-colorama") | ||
| 88 | (version "0.4.6") | ||
| 89 | (source | ||
| 90 | (origin | ||
| 91 | (method url-fetch) | ||
| 92 | (uri (pypi-uri "colorama" version)) | ||
| 93 | (sha256 | ||
| 94 | (base32 "0i3fpq0w5mbfdpy3z9p5raw4fg17jxr6jwh5l8qhavpdnxf5ys88")))) | ||
| 95 | (build-system pyproject-build-system) | ||
| 96 | (native-inputs | ||
| 97 | (list python-hatchling | ||
| 98 | python-pytest-bootstrap)) | ||
| 99 | (home-page "https://pypi.org/project/colorama/") | ||
| 100 | (synopsis "Colored terminal text rendering for Python") | ||
| 101 | (description | ||
| 102 | "Colorama is a Python library for rendering colored terminal text.") | ||
| 103 | (license license:bsd-3))) | ||
| 104 | |||
| 85 | (define-public python-pathspec | 105 | (define-public python-pathspec |
| 86 | (package | 106 | (package |
| 87 | (name "python-pathspec") | 107 | (name "python-pathspec") |
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bbf954204e2..66caa63afed 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -19817,24 +19817,6 @@ for the module to work under Python 3.3.") | |||
| 19817 | ;; Either or both of these licenses may be selected. | 19817 | ;; Either or both of these licenses may be selected. |
| 19818 | (license (list license:lgpl2.1+ license:bsd-3)))) | 19818 | (license (list license:lgpl2.1+ license:bsd-3)))) |
| 19819 | 19819 | ||
| 19820 | (define-public python-colorama | ||
| 19821 | (package | ||
| 19822 | (name "python-colorama") | ||
| 19823 | (version "0.4.6") | ||
| 19824 | (source | ||
| 19825 | (origin | ||
| 19826 | (method url-fetch) | ||
| 19827 | (uri (pypi-uri "colorama" version)) | ||
| 19828 | (sha256 | ||
| 19829 | (base32 "0i3fpq0w5mbfdpy3z9p5raw4fg17jxr6jwh5l8qhavpdnxf5ys88")))) | ||
| 19830 | (build-system pyproject-build-system) | ||
| 19831 | (native-inputs (list python-hatchling python-pytest)) | ||
| 19832 | (home-page "https://pypi.org/project/colorama/") | ||
| 19833 | (synopsis "Colored terminal text rendering for Python") | ||
| 19834 | (description "Colorama is a Python library for rendering colored terminal | ||
| 19835 | text.") | ||
| 19836 | (license license:bsd-3))) | ||
| 19837 | |||
| 19838 | ;; XXX: Not maintained since 2012. | 19820 | ;; XXX: Not maintained since 2012. |
| 19839 | (define-public python-monthdelta | 19821 | (define-public python-monthdelta |
| 19840 | (package | 19822 | (package |
