commit: b47a655260990f2dc24cdbdfa5739e5aea8b2b43
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 22:40:11 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Aug 27 05:33:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b47a6552
dev-python/qtpy: remove heavily outdated sed
```
* SED: the following did not cause any changes
* sed -i -e 's:--cov=qtpy --cov-report=term-missing::' pytest.ini || die;
* no-op: -e s:--cov=qtpy --cov-report=term-missing::
```
In commit d27e3d368dbe284d91ccb28fced0293fbc6e4be5, this package added
`-o addopts=` to the pytest invocation, wiping out the effects of this
line that was being sedded. Subsequently, the fact that the sed failed
to apply due to incidental refactoring, went unnoticed. The problematic
`--cov*` arguments are still there, and could be deleted, but is now
redundant.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/qtpy/qtpy-2.4.3.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/qtpy/qtpy-2.4.3.ebuild
b/dev-python/qtpy/qtpy-2.4.3.ebuild
index 838230646c4a..05fae0b6e609 100644
--- a/dev-python/qtpy/qtpy-2.4.3.ebuild
+++ b/dev-python/qtpy/qtpy-2.4.3.ebuild
@@ -103,7 +103,6 @@ distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
- sed -i -e 's:--cov=qtpy --cov-report=term-missing::' pytest.ini || die
# Disable Qt for Python implementations that are not selected
# Always disable PyQt5