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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7476138350 for ; Sat, 28 Mar 2020 18:49:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E81BE0B33; Sat, 28 Mar 2020 18:49:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14B1CE0B33 for ; Sat, 28 Mar 2020 18:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A64FC34F729 for ; Sat, 28 Mar 2020 18:49:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA5481BF for ; Sat, 28 Mar 2020 18:49:06 +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: <1585421321.3ddafc98918ac82fdd32f1b64c98562caeea7449.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-isort/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-isort/Manifest dev-python/pytest-isort/pytest-isort-0.1.0.ebuild X-VCS-Directories: dev-python/pytest-isort/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ddafc98918ac82fdd32f1b64c98562caeea7449 X-VCS-Branch: master Date: Sat, 28 Mar 2020 18:49:06 +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: bc0fcc2f-dfb1-44f8-82e4-12ab4afb50c3 X-Archives-Hash: 9f38fb903bcbbaa5858285031d714ea4 commit: 3ddafc98918ac82fdd32f1b64c98562caeea7449 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 18:40:32 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 18:48:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddafc98 dev-python/pytest-isort: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-isort/Manifest | 1 - dev-python/pytest-isort/pytest-isort-0.1.0.ebuild | 26 ----------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest index b07e0096ce9..50f41acd69e 100644 --- a/dev-python/pytest-isort/Manifest +++ b/dev-python/pytest-isort/Manifest @@ -1,2 +1 @@ -DIST pytest-isort-0.1.0.tar.gz 5502 BLAKE2B 9fb03759871d0dc35d53806ce460fe637b1580ed928e1e86485f1a0603b92042fea4972008aeadc890c79cfe42151e77a6628fc7856e4b230dc4e39293a8bb57 SHA512 86c964b6a998a32c9c474dde0a9400c45da8b26f3e8dd6f4092baa4bf1978a7f67a384bd910ec824f85a8ab49b4ea30967e1e7f908a31619ee88391d3505440b DIST pytest-isort-0.3.1.tar.gz 6429 BLAKE2B cf68cfe061be097c576c9cb7ad0a808729aa03f031128d2d1064bc960c7aa27e0d94fc18c238d95ac2074f056ecb8fb33064f6f0311756c73ce8379d1b8317f9 SHA512 2fd39108a6acacf18ce68bb537d2adeb4ff7cd8ea4c9611e5312edea5a0bc4841111ffb544318aa7b3bebe38e9f4744f07a45b2ebcbf872f79003b249ee115ca diff --git a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild deleted file mode 100644 index 944b8265316..00000000000 --- a/dev-python/pytest-isort/pytest-isort-0.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="py.test plugin for isort" -HOMEPAGE="https://github.com/moccu/pytest-isort https://pypi.org/project/pytest-isort" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=" - >=dev-python/isort-3.9.6[${PYTHON_USEDEP}] - >=dev-python/pytest-2.6.4[${PYTHON_USEDEP}] - >=dev-python/pytest-cache-1.0[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -"