public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/codespell/files/, dev-util/codespell/
@ 2023-03-25  4:08 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-03-25  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5325e7d3d1a5b9561fb03b3b6a55bc88db3c8a94
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sat Mar 18 15:52:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 04:05:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5325e7d3

dev-util/codespell: add 2.2.4

Closes: https://bugs.gentoo.org/901199
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/codespell/Manifest                        |  1 +
 dev-util/codespell/codespell-2.2.4.ebuild          | 23 ++++++++++++++++++++++
 .../files/codespell-2.2.4-drop-coverage.patch      | 17 ++++++++++++++++
 dev-util/codespell/metadata.xml                    |  1 +
 4 files changed, 42 insertions(+)

diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 279d8d249dc7..ef9e449358ce 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,2 +1,3 @@
 DIST codespell-2.2.1.tar.gz 211593 BLAKE2B aba431119fd1f16ee51076cd4496ef3f3e80e56a124bbbd4ebbec5dcee5b7e49788db37bcdefd15946d12680596b33ab20ae845fd9a3a3a61ee8c3eed187fe2f SHA512 6c1ce9ed134ba4602cc91c1851a023911ff09ce7d4b1e8a33e655bf821a5b82ae8f0e75defef43e9a8537a6ffc7f0ad7e59af7b200a1294dfe3aff1651869e41
 DIST codespell-2.2.2.tar.gz 213652 BLAKE2B 2084f6041c6cf9888b661a1b7b8a73696b1dc6309b8d19adbb0dbdc091d87b487464b12c9800cfec893ed5d6ea71f214d0a4262099617b5fe7e60d8ca448973d SHA512 48be00aa32e55a66814193014e97fcb27ff323ea2db0622f68cd2d3ab31ab8be61f60a09ed91fe3425cbd63b2592bcc44ee9b58fe79e2d498bc27a83a4e93ddd
+DIST codespell-2.2.4.tar.gz 241664 BLAKE2B 5f40003fdb840b926615b6eed74df90055b2ee47c534321289c3ed895c47cd2672909b152a53640899cc21960c1b3aa80c41eb344d9e23cea8fd13e998c71af6 SHA512 efbc62a3dd49781565f6d901aa9b08fc1106adf2c516365dd8d3684846e23b23bfda1e65c6530edf0de9462ccafd9d835bd541a8f0e1de14163c723ce041052d

diff --git a/dev-util/codespell/codespell-2.2.4.ebuild b/dev-util/codespell/codespell-2.2.4.ebuild
new file mode 100644
index 000000000000..f2af4c1fbbbc
--- /dev/null
+++ b/dev-util/codespell/codespell-2.2.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://pypi.org/project/codespell https://github.com/codespell-project/codespell"
+
+# Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.2.4-drop-coverage.patch )
+
+distutils_enable_tests pytest

diff --git a/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch
new file mode 100644
index 000000000000..beedf8f6d3fb
--- /dev/null
+++ b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch
@@ -0,0 +1,17 @@
+From c032b3e7c251343826c1f199b7a1e4c097f79314 Mon Sep 17 00:00:00 2001
+From: Bernd Waibel <waebbl-gentoo@posteo.net>
+Date: Sat, 18 Mar 2023 16:45:57 +0100
+Subject: [PATCH] drop coverage
+
+Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -151,4 +151,4 @@ good-names=["F","r","i","n"]
+ # include-naming-hint=yes
+ 
+ [tool.pytest.ini_options]
+-addopts = "--cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml"
++addopts = "-rs --tb=short --junit-xml=junit-results.xml"
+-- 
+2.40.0
+

diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
index d62288ef36d1..d8af0e50ae07 100644
--- a/dev-util/codespell/metadata.xml
+++ b/dev-util/codespell/metadata.xml
@@ -16,6 +16,7 @@
 </longdescription>
 <upstream>
 	<bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to>
+	<remote-id type="pypi">codespell</remote-id>
 	<remote-id type="github">codespell-project/codespell</remote-id>
 </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/codespell/files/, dev-util/codespell/
@ 2024-12-21 10:12 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-12-21 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6ece5944e2b8f1b20341211d6a4308f1240a8b29
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 10:07:47 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:12:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ece5944

dev-util/codespell: drop 2.2.4, 2.2.5

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-util/codespell/Manifest                        |  2 --
 dev-util/codespell/codespell-2.2.4.ebuild          | 23 ----------------------
 dev-util/codespell/codespell-2.2.5.ebuild          | 23 ----------------------
 .../files/codespell-2.2.4-drop-coverage.patch      | 17 ----------------
 .../files/codespell-2.2.5-drop-coverage.patch      | 13 ------------
 5 files changed, 78 deletions(-)

diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index fcaf56fb5f4c..09642d07117e 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,4 +1,2 @@
-DIST codespell-2.2.4.tar.gz 241664 BLAKE2B 5f40003fdb840b926615b6eed74df90055b2ee47c534321289c3ed895c47cd2672909b152a53640899cc21960c1b3aa80c41eb344d9e23cea8fd13e998c71af6 SHA512 efbc62a3dd49781565f6d901aa9b08fc1106adf2c516365dd8d3684846e23b23bfda1e65c6530edf0de9462ccafd9d835bd541a8f0e1de14163c723ce041052d
-DIST codespell-2.2.5.tar.gz 242918 BLAKE2B 18b4ff620edb54950ba2779ec610f15597d0aef5e4dded3ed2055ce7769e16d70dbac9cf990b2bdb6c216f8f6204e4a7790fe011ec53057553ca6981b4d8c851 SHA512 173eb13695ceccb4bb081907fc8d703e91922ec7adddc150aa2db1629353edff464c2318f2abaf78e8c96ab28f08e510897912f5bd48d69a6c50e025d470b53f
 DIST codespell-2.2.6.tar.gz 300968 BLAKE2B f97aca1c1398cecd6257dc5fc8c0c6e8b35d34a82338e0ede4b03b6df8d030f095fbb8ae77a5bcfe6955f954a556fcea34927b4f44069010becd724b29a07184 SHA512 993734138e017324039a2954fc3559411aa7e3a96b8e6b6b2176985641225755adb9dde7125260211e531a1ecf1f1d82f2294434c21e8a35c7898212f3db3273
 DIST codespell-2.3.0.tar.gz 329791 BLAKE2B dd586645bd1d5ba956da85ab699eb205ebd3610e825ec9c7d85cac19dcb138f9e4561d95c79347e9509ba56d116844fbe9b2cb9380f724c9e5ec2bbdea7cd929 SHA512 2614ce6d47fadf62d1048efcd248a72486b1cab3332d10a143ef28bc441855330ad57ea0ce2c93546a93592d182053286255f35421e889518e6a66e31f8294b8

diff --git a/dev-util/codespell/codespell-2.2.4.ebuild b/dev-util/codespell/codespell-2.2.4.ebuild
deleted file mode 100644
index a55a4b89ece2..000000000000
--- a/dev-util/codespell/codespell-2.2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://pypi.org/project/codespell https://github.com/codespell-project/codespell"
-
-# Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2.4-drop-coverage.patch )
-
-distutils_enable_tests pytest

diff --git a/dev-util/codespell/codespell-2.2.5.ebuild b/dev-util/codespell/codespell-2.2.5.ebuild
deleted file mode 100644
index ce8d9368fb0e..000000000000
--- a/dev-util/codespell/codespell-2.2.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://pypi.org/project/codespell https://github.com/codespell-project/codespell"
-
-# Code licensed under GPL-2, dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND="test? ( dev-python/chardet[${PYTHON_USEDEP}] )"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.2.5-drop-coverage.patch )
-
-distutils_enable_tests pytest

diff --git a/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch b/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch
deleted file mode 100644
index beedf8f6d3fb..000000000000
--- a/dev-util/codespell/files/codespell-2.2.4-drop-coverage.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-From c032b3e7c251343826c1f199b7a1e4c097f79314 Mon Sep 17 00:00:00 2001
-From: Bernd Waibel <waebbl-gentoo@posteo.net>
-Date: Sat, 18 Mar 2023 16:45:57 +0100
-Subject: [PATCH] drop coverage
-
-Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -151,4 +151,4 @@ good-names=["F","r","i","n"]
- # include-naming-hint=yes
- 
- [tool.pytest.ini_options]
--addopts = "--cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml"
-+addopts = "-rs --tb=short --junit-xml=junit-results.xml"
--- 
-2.40.0
-

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
deleted file mode 100644
index 498f419acca1..000000000000
--- a/dev-util/codespell/files/codespell-2.2.5-drop-coverage.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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 = [
-


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-21 10:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21 10:12 [gentoo-commits] repo/gentoo:master commit in: dev-util/codespell/files/, dev-util/codespell/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2023-03-25  4:08 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox