From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33E2E15806E for ; Sat, 20 May 2023 12:32:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A17E0884; Sat, 20 May 2023 12:32:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A40B0E0884 for ; Sat, 20 May 2023 12:32:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6B56340ED0 for ; Sat, 20 May 2023 12:32:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3D4BA7B for ; Sat, 20 May 2023 12:32:38 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1684584790.bfe0e86c9090fbd8101478ac1215c44ee14c0542.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codespell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/codespell/Manifest dev-util/codespell/codespell-2.2.2.ebuild X-VCS-Directories: dev-util/codespell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: bfe0e86c9090fbd8101478ac1215c44ee14c0542 X-VCS-Branch: master Date: Sat, 20 May 2023 12:32:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b17dc919-be36-4b8a-af16-5d4ef0f7d526 X-Archives-Hash: 8f3320f9641d765c5c5df09cefd3d606 commit: bfe0e86c9090fbd8101478ac1215c44ee14c0542 Author: Bernd Waibel posteo net> AuthorDate: Sun May 7 10:10:44 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat May 20 12:13:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe0e86c dev-util/codespell: drop 2.2.2 Signed-off-by: Bernd Waibel posteo.net> Closes: https://github.com/gentoo/gentoo/pull/30913 Signed-off-by: Joonas Niilola gentoo.org> dev-util/codespell/Manifest | 1 - dev-util/codespell/codespell-2.2.2.ebuild | 34 ------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest index aee189894230..66e734ab8f74 100644 --- a/dev-util/codespell/Manifest +++ b/dev-util/codespell/Manifest @@ -1,2 +1 @@ -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.2.ebuild b/dev-util/codespell/codespell-2.2.2.ebuild deleted file mode 100644 index 5a6e5808a9e5..000000000000 --- a/dev-util/codespell/codespell-2.2.2.ebuild +++ /dev/null @@ -1,34 +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 x86" - -BDEPEND="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_install() { - distutils-r1_python_install - - rm -R "${ED}"/$(python_get_sitedir)/bin || die -}