public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codespell/
Date: Sat, 25 Mar 2023 04:08:43 +0000 (UTC)	[thread overview]
Message-ID: <1679717136.7727f29b77c93d0043d1c7fb96f616a0738f94c7.sam@gentoo> (raw)

commit:     7727f29b77c93d0043d1c7fb96f616a0738f94c7
Author:     Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sat Mar 18 15:53:42 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=7727f29b

dev-util/codespell: drop 2.2.1

Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/30211
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/codespell/Manifest               |  1 -
 dev-util/codespell/codespell-2.2.1.ebuild | 44 -------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index ef9e449358ce..aee189894230 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,3 +1,2 @@
-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.1.ebuild b/dev-util/codespell/codespell-2.2.1.ebuild
deleted file mode 100644
index 9b6987df7002..000000000000
--- a/dev-util/codespell/codespell-2.2.1.ebuild
+++ /dev/null
@@ -1,44 +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
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/codespell-project/codespell/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# 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="
-	sys-apps/help2man
-	test? ( dev-python/chardet[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-	distutils-r1_python_prepare_all
-
-	# do not depend on pytest-cov
-	sed -e '/addopts/d' -i setup.cfg || die
-}
-
-python_compile_all() {
-	# generate included man page
-	emake ${PN}.1
-}
-
-python_install_all() {
-	distutils-r1_python_install_all
-
-	doman ${PN}.1
-}


             reply	other threads:[~2023-03-25  4:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25  4:08 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-12 18:06 [gentoo-commits] repo/gentoo:master commit in: dev-util/codespell/ Arthur Zamarin
2024-01-12 18:06 Arthur Zamarin
2023-12-17 19:46 Arthur Zamarin
2023-05-20 12:32 Joonas Niilola
2023-05-06  9:13 Arthur Zamarin
2023-05-06  9:12 Arthur Zamarin
2023-04-25 14:05 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-12-10 14:33 Arthur Zamarin
2022-10-30  9:35 Sam James
2022-10-02 14:53 Florian Schmaus
2022-09-25  6:13 Joonas Niilola
2022-09-25  6:13 Joonas Niilola
2022-08-21 18:41 Arthur Zamarin
2022-02-07 22:22 Sam James
2022-02-07 22:22 Sam James
2021-07-23  7:03 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679717136.7727f29b77c93d0043d1c7fb96f616a0738f94c7.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox