summaryrefslogtreecommitdiff
path: root/dev-util/codespell/files
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-07-03 14:23:02 +0000
committerSam James <sam@gentoo.org>2023-07-26 04:00:06 +0100
commit48d0eac751aee8fafd4a01ee513ed7db42c0ca34 (patch)
tree7c78e97cc1202139f39a3f4295b4266c09b3cf2e /dev-util/codespell/files
parent53868bd0433bed2dc3832b97090d5c9a1c671df6 (diff)
downloadgentoo-48d0eac751aee8fafd4a01ee513ed7db42c0ca34.tar.gz
gentoo-48d0eac751aee8fafd4a01ee513ed7db42c0ca34.tar.bz2
gentoo-48d0eac751aee8fafd4a01ee513ed7db42c0ca34.zip
dev-util/codespell: Add 2.2.5
Signed-off-by: Michael Vetter <jubalh@iodoru.org> Closes: https://github.com/gentoo/gentoo/pull/31729 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/codespell/files')
-rw-r--r--dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch b/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch
new file mode 100644
index 000000000000..498f419acca1
--- /dev/null
+++ b/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch
@@ -0,0 +1,13 @@
+diff -urEbw codespell-2.2.5/pyproject.toml codespell-2.2.5.new/pyproject.toml
+--- codespell-2.2.5/pyproject.toml 2023-06-14 19:28:54.000000000 +0200
++++ codespell-2.2.5.new/pyproject.toml 2023-07-03 16:19:11.225597607 +0200
+@@ -99,7 +99,7 @@
+ strict = true
+
+ [tool.pytest.ini_options]
+-addopts = "--cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml"
++addopts = "-rs --cov-report= --tb=short --junit-xml=junit-results.xml"
+
+ [tool.ruff]
+ extend-ignore = [
+