guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 4fb18a19ebbcd2f83a597444d63763a61ccc5f46
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 24 19:40:05 2026 +0000
gnu: Remove python-cliapp.
* gnu/packages/python-xyz.scm (python-cliapp): Delete variable.
Fixes: guix/guix#5106
Change-Id: I9034aa52b6e9c40af73024b29ee6461d7d368990
---
gnu/packages/python-xyz.scm | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9b28514d8d..2327626772 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24014,35 +24014,6 @@ instead of servers and network commands.")
python-hatch-vcs))
(arguments `(#:tests? #f))))
-(define-public python-cliapp
- (package
- (name "python-cliapp")
- (version "1.20180812.1")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cliapp/snapshot/cliapp-"
- version ".tar.gz"))
- (sha256
- (base32
- "1c1jlblbns8qhiaqjpg4xi6lip8xwfc5w643p43rg543havaj45x"))))
- (build-system python-build-system)
- (arguments
- `(;; XXX: The tests only do style and coverage checks, which
- ;; fails due to deprecation warnings, etc.
- #:tests? #f))
- (native-inputs
- (list python-coverage-test-runner))
- (propagated-inputs
- (list python-pyaml))
- (home-page "https://liw.fi/cliapp/")
- (synopsis "Python framework for command line programs")
- (description "@code{cliapp} is a Python framework for command line
- programs. It contains the typical stuff such programs need to do, such
- as parsing the command line for options, and iterating over input files.")
- (license license:gpl2+)))
-
(define-public python-astroid
(package
(name "python-astroid")