summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-10 18:14:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:26 +0100
commit17462e12c0e06dda1c4ed0f305fbaa2cea146d68 (patch)
tree2b2def6f102ea8b3ea2b40c46fe423c244041f16 /gnu
parentf34b02b8b2b27023fee690858e281167392e5289 (diff)
gnu: Remove python-blessings.
Abandoned since 2020, leaf package and fails to build. See: <https://github.com/erikrose/blessings/issues/160>. * gnu/packages/terminals.scm (python-blessings): Delete variable. Change-Id: Ic36ae4f997f012ce1e579ab8c1c8ce7dd76c0b86
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/terminals.scm28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index f54ec30070e..7d9b2db9406 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1063,34 +1063,6 @@ minimalistic.")
usable with any list--including files, command history, processes and more.")
(license license:expat)))
-(define-public python-blessings
- (package
- (name "python-blessings")
- (version "1.7")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "blessings" version))
- (sha256
- (base32
- "0z8mgkbmisxs10rz88qg46l1c9a8n08k8cy2iassal2zh16qbrcq"))))
- (build-system python-build-system)
- (arguments
- ;; FIXME: Test suite is unable to detect TTY conditions.
- `(#:tests? #f))
- (native-inputs
- (list python-nose python-six))
- (home-page "https://github.com/erikrose/blessings")
- (synopsis "Python module to manage terminal color, styling, and
-positioning")
- (description "Blessings is a pythonic API to manipulate terminal color,
-styling, and positioning. It provides similar features to curses but avoids
-some of curses’s limitations: it does not require clearing the whole screen
-for little changes, provides a scroll-back buffer after the program exits, and
-avoids styling altogether when the output is redirected to something other
-than a terminal.")
- (license license:expat)))
-
(define-public tmate
(package
(name "tmate")