diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-29 10:46:17 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-29 10:46:20 +0100 |
| commit | 395591c09da35063b6936e22430eaf2a81e3a50b (patch) | |
| tree | 18316ef27c0d910324d69a3d93b729b2fe7dc868 /gnu/packages/python-xyz.scm | |
| parent | 1cad80a9ac739bb41128398d2795254236ea9e07 (diff) | |
gnu: Remove python-iocapture.
* gnu/packages/python-xyz.scm (python-iocapture): Delete variable.
Fixes: guix/guix#3054
Change-Id: I501bef2a65aca45eb526c3eebde59dab4bac47b0
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4de31cb152d..e15e4969e8e 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") |
