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 AC38D158041 for ; Thu, 11 Apr 2024 19:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB34EE2A59; Thu, 11 Apr 2024 19:04:32 +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 9313BE2A58 for ; Thu, 11 Apr 2024 19:04:32 +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 DAA013432F2 for ; Thu, 11 Apr 2024 19:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192DC16CB for ; Thu, 11 Apr 2024 19:04:28 +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: <1712862255.51d02c11f6e73422aeab1121eb3e827df23b8b0a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-plus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-plus/Manifest dev-python/pytest-plus/pytest-plus-0.6.1.ebuild X-VCS-Directories: dev-python/pytest-plus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 51d02c11f6e73422aeab1121eb3e827df23b8b0a X-VCS-Branch: master Date: Thu, 11 Apr 2024 19:04: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: 8ff6fff1-8834-4513-93aa-8db4a01bc8e0 X-Archives-Hash: c5198bec6ccc2582e5343d0190edfdb7 commit: 51d02c11f6e73422aeab1121eb3e827df23b8b0a Author: Michał Górny gentoo org> AuthorDate: Thu Apr 11 18:00:49 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 11 19:04:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d02c11 dev-python/pytest-plus: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pytest-plus/Manifest | 1 - dev-python/pytest-plus/pytest-plus-0.6.1.ebuild | 29 ------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/pytest-plus/Manifest b/dev-python/pytest-plus/Manifest index 1f84888ea7c4..3f7616458d3a 100644 --- a/dev-python/pytest-plus/Manifest +++ b/dev-python/pytest-plus/Manifest @@ -1,2 +1 @@ -DIST pytest-plus-0.6.1.tar.gz 12811 BLAKE2B f3892227aa24466b2f2e35187bbf7cf3d67d96745377356b3cc4d295a9fdd8eab8b0fd11b7b5ba96d5209e2bd7440f5e12084cbd83951e3e56cb24c1f2bf6f7b SHA512 4ee2fa8783c36e65616b1fc2e155e4c4898e0a6347058619f9cc0caa319fc62b34304a2ec0377071abef7d2a526c81729f434b228f0fb2b9d1c73fae1169bfde DIST pytest-plus-0.7.0.tar.gz 13235 BLAKE2B 87e712a21dcb99b459ac263c46c3dfa1586d6f28404424ea3f02e1436d296b617ead445d35080d014d8385dee56ad2cd579fdf9d52352c7d9e32e31ba90eebdf SHA512 a43b8bd3ea1a7a85e40ea6c180a06a31f5703292758d4c83e1a3f98e0750d75393d9ca8bfb614f1d3a180ee50d18e8162173bfee6b81cf1f7c087aad8e3be3ba diff --git a/dev-python/pytest-plus/pytest-plus-0.6.1.ebuild b/dev-python/pytest-plus/pytest-plus-0.6.1.ebuild deleted file mode 100644 index e08e5a61e9ba..000000000000 --- a/dev-python/pytest-plus/pytest-plus-0.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="PyTest Plus Plugin - extends pytest functionality" -HOMEPAGE=" - https://github.com/pytest-dev/pytest-plus/ - https://pypi.org/project/pytest-plus/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm64 ~riscv" - -RDEPEND=" - >=dev-python/pytest-7.4.2[${PYTHON_USEDEP}] -" -BDEPEND=" - >=dev-python/setuptools-scm-7.0.5[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest