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 B576A15800F for ; Thu, 19 Jan 2023 23:23:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FB57E0895; Thu, 19 Jan 2023 23:23:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 436C1E0895 for ; Thu, 19 Jan 2023 23:23: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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E69F5340B28 for ; Thu, 19 Jan 2023 23:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89924771 for ; Thu, 19 Jan 2023 23:23:43 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1674170208.3850a6ec130b0f7bedf55c4b0876b9d9983449d9.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-isort/pytest-isort-1.3.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 3850a6ec130b0f7bedf55c4b0876b9d9983449d9 X-VCS-Branch: dev Date: Thu, 19 Jan 2023 23:23:43 +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: 21e0b38c-5641-40ce-bbe0-b65723b862a3 X-Archives-Hash: b48e646dc9cab26b007bccbb94021c78 commit: 3850a6ec130b0f7bedf55c4b0876b9d9983449d9 Author: Julien Roy jroy ca> AuthorDate: Thu Jan 19 23:16:48 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Jan 19 23:16:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3850a6ec dev-python/pytest-isort: drop 1.3.0 Signed-off-by: Julien Roy jroy.ca> dev-python/pytest-isort/pytest-isort-1.3.0.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild deleted file mode 100644 index e5084cd33..000000000 --- a/dev-python/pytest-isort/pytest-isort-1.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) - -inherit distutils-r1 - -DESCRIPTION="Plugin to check import ordering using isort" -HOMEPAGE="https://github.com/stephrdev/pytest-isort" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -distutils_enable_tests pytest - -RDEPEND=" - >=dev-python/pytest-3.5[${PYTHON_USEDEP}] - >=dev-python/isort-4.0[${PYTHON_USEDEP}] -"