summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-15 22:31:14 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:30 +0100
commitc486a1d3f6b23a9d5f72dfb49bdecc1db5f8df79 (patch)
treed207ec308eeab8370a9606818ea714674bacbbae
parent227a0e669aca54875c21db7a6e5baf511608bce4 (diff)
gnu: Remove python-ttystatus.
* gnu/packages/python-xyz.scm (python-ttystatus): Delete variable. Change-Id: I6b4d7f75950f24bd19dcefd4cc80e385680214c9
-rw-r--r--gnu/packages/python-xyz.scm35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7d72440036..ccc6d9b733 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26128,41 +26128,6 @@ instead of servers and network commands.")
as parsing the command line for options, and iterating over input files.")
(license license:gpl2+)))
-(define-public python-ttystatus
- (package
- (name "python-ttystatus")
- (version "0.38")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "http://git.liw.fi/ttystatus")
- ;; There are no tags after ttystatus-0.36.
- (commit "e9fc573326c5d1348f5fe56263b4f7a8c32f58c9")))
- (sha256
- (base32 "0v49q839nrwdm19c83wfmj6n2kw80xslwq9k0n5509r2h7wzjiqj"))
- (file-name (git-file-name name version))))
- (build-system python-build-system)
- (native-inputs
- (list python-coverage-test-runner))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- ;; check phase needs to be run before the build phase. If not,
- ;; coverage-test-runner looks for tests for the built source files,
- ;; and fails.
- (delete 'check)
- (add-before 'build 'check
- (lambda _ (invoke "make" "check"))))))
- (home-page "https://liw.fi/ttystatus/")
- (synopsis "Python library for progress reporting and
- status updates on terminals")
- (description "@code{ttystatus} is a Python library for showing progress
- reporting and status updates on terminals, for command line programs.
- Output is automatically adapted to the width of the terminal: truncated
- if it does not fit, and resized if the terminal size changes.")
- (license license:gpl3+)))
-
(define-public python-astroid
(package
(name "python-astroid")