diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 22:53:43 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-26 23:39:35 +0100 |
commit | fed17bcad9b35dba73502048e1729b0b66d5694d (patch) | |
tree | 5bbb380e9b61d1f04252ca14edbd2eafe30d8897 /gnu/packages/python-xyz.scm | |
parent | 3293b1bce9193b50e1ef15e52f4cbc2ac0875a49 (diff) | |
download | guix-fed17bcad9b35dba73502048e1729b0b66d5694d.tar guix-fed17bcad9b35dba73502048e1729b0b66d5694d.tar.gz |
Revert "gnu: Add python-iocapture."
This package was already in Guix since commit
dbcef44a0bdc5472cd49cd02d9d11a9c5ff037c9.
This reverts commit 2cb4ee2787281b0c155ab4794fa1251652251d3b.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e8caab2f01..0f5b02c730 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17377,28 +17377,6 @@ files. These files are used to translate strings in android apps.") for file systems paths.") (license license:expat))) -(define-public python-iocapture - (package - (name "python-iocapture") - (version "0.1.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "iocapture" version)) - (sha256 - (base32 - "1s3ywdr0l3kfrrqi079iv16g0rp75akkvx0j07vx9p5w10c0wrw6")))) - (build-system python-build-system) - (native-inputs - `(("python-flexmock" ,python-flexmock) - ("python-pytest-cov" ,python-pytest-cov) - ("python-six" ,python-six))) - (home-page "https://github.com/oinume/iocapture") - (synopsis "stdout and stderr capture in Python") - (description "This package allows Python developpers to capture their standard -output and standard error.") - (license license:expat))) - (define-public python-watchdog (package (name "python-watchdog") |