From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/stdio-mgr/Manifest | 1 - dev-python/stdio-mgr/metadata.xml | 23 ----------------------- dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild | 26 -------------------------- 3 files changed, 50 deletions(-) delete mode 100644 dev-python/stdio-mgr/Manifest delete mode 100644 dev-python/stdio-mgr/metadata.xml delete mode 100644 dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild (limited to 'dev-python/stdio-mgr') diff --git a/dev-python/stdio-mgr/Manifest b/dev-python/stdio-mgr/Manifest deleted file mode 100644 index fce059a5cbe8..000000000000 --- a/dev-python/stdio-mgr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST stdio_mgr-1.0.1.1.tar.gz 13263 BLAKE2B d976788e9688b362c4d8d92f975c07047ef9c01b54bcfeec6243ab5621eb9aad1e8aef7c151daedd6062055ece0feca7c9e787cce86337e92552fa0a5eb3f641 SHA512 bbd3501fc4871c70125d61cc66592feb06f3847a48fb6c7c8733e1344480a90126074f19784b6dd3f3a1897530b9343ed4723649a5d932fc1d8d21f143ec43ae diff --git a/dev-python/stdio-mgr/metadata.xml b/dev-python/stdio-mgr/metadata.xml deleted file mode 100644 index f3757ae9b16a..000000000000 --- a/dev-python/stdio-mgr/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - python@gentoo.org - Python - - -Have a CLI Python application? - -Want to automate testing of the actual console input & output of your user-facing components? - -stdio Manager can help. - -While some functionality here is more or less duplicative of redirect_stdout and redirect_stderr in contextlib within the standard library, it provides (i) a much more concise way to mock both stdout and stderr at the same time, and (ii) a mechanism for mocking stdin, which is not available in contextlib. - - - bskinn/stdio-mgr - stdio-mgr - - - diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild deleted file mode 100644 index 0c9f3113e53c..000000000000 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Context manager for mocking/wrapping stdin/stdout/stderr" -HOMEPAGE=" - https://github.com/bskinn/stdio-mgr/ - https://pypi.org/project/stdio-mgr/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - >=dev-python/attrs-17.1[${PYTHON_USEDEP}] -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest -- cgit v1.3