guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 395591c09da35063b6936e22430eaf2a81e3a50b
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Oct 29 10:46:17 2025 +0100
gnu: Remove python-iocapture.
* gnu/packages/python-xyz.scm (python-iocapture): Delete variable.
Fixes: guix/guix#3054
Change-Id: I501bef2a65aca45eb526c3eebde59dab4bac47b0
---
gnu/packages/python-xyz.scm | 31 -------------------------------
1 file changed, 31 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4de31cb152..e15e4969e8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29494,37 +29494,6 @@ to and from JSON. Common data types are implemented
and it is easy to
register custom encoders and decoders.")
(license license:expat)))
-;; XXX: See: <https://codeberg.org/guix/guix/issues/3054>.
-(define-public python-iocapture
- ;; The latest release is more than a year older than this commit.
- (let ((commit "fdc021c431d0840303908dfc3ca8769db383595c")
- (revision "1"))
- (package
- (name "python-iocapture")
- (version "0.1.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/oinume/iocapture")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1mkbhqibxvgwg0p7slr8dfraa3g2s6bsayladhax2jccwj4kcndz"))))
- (build-system pyproject-build-system)
- (native-inputs
- (list python-flexmock
- python-pytest
- python-pytest-cov
- python-setuptools
- python-six))
- (home-page "https://github.com/oinume/iocapture")
- (synopsis "Python capturing tool for stdout and stderr")
- (description
- "This package helps you to capture the standard out (stdout) and the
-standard error channel (stderr) in your program.")
- (license license:expat))))
-
(define-public python-ioctl-opt
(package
(name "python-ioctl-opt")