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 746BC15800A for ; Thu, 23 Jan 2025 18:59:52 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5772134332E for ; Thu, 23 Jan 2025 18:59:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4602111042D; Thu, 23 Jan 2025 18:59:51 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 36E93110296 for ; Thu, 23 Jan 2025 18:59:51 +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 D6EF23431E7 for ; Thu, 23 Jan 2025 18:59:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70F151263 for ; Thu, 23 Jan 2025 18:59:49 +0000 (UTC) From: "Nowa Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nowa Ammerlaan" Message-ID: <1737658253.9554043a363e814604239311bfe8416eb7582a59.nowa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-unittest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-unittest/Manifest dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild X-VCS-Directories: dev-python/spyder-unittest/ X-VCS-Committer: nowa X-VCS-Committer-Name: Nowa Ammerlaan X-VCS-Revision: 9554043a363e814604239311bfe8416eb7582a59 X-VCS-Branch: master Date: Thu, 23 Jan 2025 18:59:49 +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: 16a69aa7-69e3-4166-9c1e-3860474e123d X-Archives-Hash: 3e318ae82da1f309019a28a3ba5271c2 commit: 9554043a363e814604239311bfe8416eb7582a59 Author: Nowa Ammerlaan gentoo org> AuthorDate: Thu Jan 23 18:50:53 2025 +0000 Commit: Nowa Ammerlaan gentoo org> CommitDate: Thu Jan 23 18:50:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9554043a dev-python/spyder-unittest: drop 0.6.0 Signed-off-by: Nowa Ammerlaan gentoo.org> dev-python/spyder-unittest/Manifest | 1 - .../spyder-unittest/spyder-unittest-0.6.0.ebuild | 82 ---------------------- 2 files changed, 83 deletions(-) diff --git a/dev-python/spyder-unittest/Manifest b/dev-python/spyder-unittest/Manifest index f09e83f417bd..d59922a595f6 100644 --- a/dev-python/spyder-unittest/Manifest +++ b/dev-python/spyder-unittest/Manifest @@ -1,2 +1 @@ -DIST spyder-unittest-0.6.0.gh.tar.gz 105932 BLAKE2B b7a39e5756d27325bbe0dff32fb3922f667cdd1eb2c3a6d9e5eceb89abd921244fdf1685706bff181c75c59f86f92e405a1d08c5e86d7f15a27bfd46d32048ea SHA512 304843dcf6b51033a6acbc81a0ed274736d36967d95866075bb06a23487f29556256e39c213f685f5a6622743bba568814b5c099fa143e849fdb5608687f1c5c DIST spyder-unittest-0.7.0.gh.tar.gz 106314 BLAKE2B 7bb3cab3f0a405ccf292a9dc92038ab22bd7be322933c0e39ee26deb4dbbe4b3f038d4d104e566e48f46d98e502e129490529608aaa46e2f1e95c9141f795ae6 SHA512 3c404d9e5e6c7cb3a861c24b2cfa55077040bc95b7d9a8c84531e47d3fe7490cd84c6c713e302839b4fb715d6256e59f512e952b9781d9cbf31ee509f567d695 diff --git a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild deleted file mode 100644 index aa943455aab6..000000000000 --- a/dev-python/spyder-unittest/spyder-unittest-0.6.0.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 virtualx - -DESCRIPTION="Plugin for Spyder to run tests and view the results" -HOMEPAGE="https://github.com/spyder-ide/spyder-unittest" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=dev-python/spyder-5.4.1[${PYTHON_USEDEP}] -