From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5FBB9158074 for ; Sat, 21 Jun 2025 08:35:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 4C6BA3410B4 for ; Sat, 21 Jun 2025 08:35:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3A4801104D9; Sat, 21 Jun 2025 08:35:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2EDD91104D9 for ; Sat, 21 Jun 2025 08:35:47 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF143340DED for ; Sat, 21 Jun 2025 08:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825A62356 for ; Sat, 21 Jun 2025 08:35:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1750494916.2f4ac416f6a112ae82d10ea2a946e659fcf9ab9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pocketlint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pocketlint/pocketlint-0.25.ebuild X-VCS-Directories: dev-python/pocketlint/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2f4ac416f6a112ae82d10ea2a946e659fcf9ab9c X-VCS-Branch: master Date: Sat, 21 Jun 2025 08:35:45 +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: 851e1c38-4d8b-4e4d-a06f-bd47072eeda3 X-Archives-Hash: 5e6956e041a8127cc7c52e8da8132062 commit: 2f4ac416f6a112ae82d10ea2a946e659fcf9ab9c Author: Michał Górny gentoo org> AuthorDate: Sat Jun 21 08:35:16 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 21 08:35:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4ac416 dev-python/pocketlint: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pocketlint/pocketlint-0.25.ebuild | 32 ---------------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/pocketlint/pocketlint-0.25.ebuild b/dev-python/pocketlint/pocketlint-0.25.ebuild deleted file mode 100644 index 9d7ad99240e3..000000000000 --- a/dev-python/pocketlint/pocketlint-0.25.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="Shared code for running pylint against rhinstaller projects" -HOMEPAGE=" - https://github.com/rhinstaller/pocketlint/ - https://pypi.org/project/pocketlint/ -" -SRC_URI=" - https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" - -RDEPEND=" - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pylint[${PYTHON_USEDEP}] -" - -python_test() { - "${EPYTHON}" tests/pylint/runpylint.py || die "test failed with ${EPYTHON}" -}