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 9212715800F for ; Sun, 29 Jan 2023 01:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B29CE07EE; Sun, 29 Jan 2023 01:01:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 163CAE07EE for ; Sun, 29 Jan 2023 01:01:31 +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 525EF340E08 for ; Sun, 29 Jan 2023 01:01:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E74E385B for ; Sun, 29 Jan 2023 01:01:28 +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: <1674954081.e4f7d6139dab9b7bfbd88930e0543c0bdf9803f5.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/Manifest dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e4f7d6139dab9b7bfbd88930e0543c0bdf9803f5 X-VCS-Branch: dev Date: Sun, 29 Jan 2023 01:01:28 +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: ed63ee0b-697e-4bc0-9222-d9e6a77a3e97 X-Archives-Hash: 93d0e0d417bac8f7e76d16388598ccff commit: e4f7d6139dab9b7bfbd88930e0543c0bdf9803f5 Author: Julien Roy jroy ca> AuthorDate: Sun Jan 29 01:01:21 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Sun Jan 29 01:01:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4f7d613 dev-python/pytest-isort: drop 1.3.0-r1 Signed-off-by: Julien Roy jroy.ca> dev-python/pytest-isort/Manifest | 1 - .../pytest-isort/pytest-isort-1.3.0-r1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest index accdff63f..7194b7d6c 100644 --- a/dev-python/pytest-isort/Manifest +++ b/dev-python/pytest-isort/Manifest @@ -1,2 +1 @@ -DIST pytest-isort-1.3.0.tar.gz 7321 BLAKE2B b65bf2a4e0e8133ed0c724b22f7ae4fa61341c34e01a1de3229b37144be21dc15c44842e05ddd427addf1028d5eac496e2b84646fec8e21fe4fc05544a4e30ea SHA512 a26c5dd9428b85d1387239245c437fded84ece8148ab016de9e41be3dff72627d0e7a47176d9fa5768b366655fe7affd4f665c3d2cd6fb2f2a2e15334e1fff63 DIST pytest-isort-3.1.0.gh.tar.gz 15585 BLAKE2B c23c34de0e5f4aec245fadc73ea77d90b29d9f0d94b34cb814a2cd12f0f28cfc3314340dc0d63063a4e1a6fe9c0341931fbf17c9b06b699b1ddb42eeb4498d7e SHA512 a01799b832783301818aba5d441cdb9167a367e2c434df9790e4b2d839a9cdab03683736f43339a07ef4444ca0bddfb1b6cd503db170b6544f8c14617e7398df diff --git a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild b/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild deleted file mode 100644 index 05410eaed..000000000 --- a/dev-python/pytest-isort/pytest-isort-1.3.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -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 -# I don't know what's going on, so I took the easy route. 😝 -EPYTEST_DESELECT=( test_isort.py::TestIsortItem::test_init ) - -RDEPEND=" - >=dev-python/pytest-3.5[${PYTHON_USEDEP}] - >=dev-python/isort-4.0[${PYTHON_USEDEP}] -"