guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 20586ac28a2da29d9a284b1308dd879dd429d796
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Sep 15 22:31:14 2025 +0100

    gnu: Remove python-ttystatus.
    
    * gnu/packages/python-xyz.scm (python-ttystatus): Delete variable.
    
    Change-Id: I6b4d7f75950f24bd19dcefd4cc80e385680214c9
---
 gnu/packages/python-xyz.scm | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9846651e7e..8e84c0b5de 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26199,41 +26199,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")

Reply via email to