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 89933158090 for ; Wed, 11 May 2022 09:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE0B6E08F1; Wed, 11 May 2022 09:41:49 +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 pigeon.gentoo.org (Postfix) with ESMTPS id A1A29E08D3 for ; Wed, 11 May 2022 09:41:49 +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 B7CC4341A58 for ; Wed, 11 May 2022 09:41:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03A41458 for ; Wed, 11 May 2022 09:41:47 +0000 (UTC) From: "Andrew 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, "Andrew Ammerlaan" Message-ID: <1652262084.5b93fbe44a3d8070abd5e965133214491ebb2fe0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-terminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/spyder-terminal/Manifest dev-python/spyder-terminal/spyder-terminal-1.2.1.ebuild X-VCS-Directories: dev-python/spyder-terminal/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5b93fbe44a3d8070abd5e965133214491ebb2fe0 X-VCS-Branch: master Date: Wed, 11 May 2022 09:41:47 +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: e23c6831-3af3-465b-acba-a919186c708b X-Archives-Hash: 6cd68d61e2454245a12b35fe0bb6348f commit: 5b93fbe44a3d8070abd5e965133214491ebb2fe0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed May 11 09:22:10 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 11 09:41:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b93fbe4 dev-python/spyder-terminal: drop 1.2.1 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/spyder-terminal/Manifest | 1 - .../spyder-terminal/spyder-terminal-1.2.1.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-python/spyder-terminal/Manifest b/dev-python/spyder-terminal/Manifest index cf606e745a83..c276ea380fef 100644 --- a/dev-python/spyder-terminal/Manifest +++ b/dev-python/spyder-terminal/Manifest @@ -1,2 +1 @@ -DIST spyder-terminal-1.2.1.tar.gz 9286045 BLAKE2B 239d0ae4f4e015cb5105de89fad600db44cbcc6fe3ad3419658e4e161d788ef1c32724404d081f36c69027ca49bbae66133979b72afc09146d72d964026cc8f6 SHA512 d0ff71d53090ef3b0d9535209c87217187ce08bf332153928a6c69afebeec5ece7dad01c4c7710118ebf1e0bff5fba1193fb2f5fd56b65321037ef76b9dbfae3 DIST spyder-terminal-1.2.2.tar.gz 9486091 BLAKE2B 0ac3178bddf82704bd1414999388248c83f9becaf96341a44a4117db88089730882acd08d4688b3ef8a09e52d06b5dc595edcd0fca07b3855fd9c82100af2f0e SHA512 7a4e7ca82553bf870650e0f3ce22f4ab93d54c539799ff855599e17452e4b0887854c30cadba1106b4feece021326709ec7c599e2953d0e72fae8e268db93cce diff --git a/dev-python/spyder-terminal/spyder-terminal-1.2.1.ebuild b/dev-python/spyder-terminal/spyder-terminal-1.2.1.ebuild deleted file mode 100644 index 24ad4a5cd44e..000000000000 --- a/dev-python/spyder-terminal/spyder-terminal-1.2.1.ebuild +++ /dev/null @@ -1,24 +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="Run system terminals inside Spyder" -HOMEPAGE="https://github.com/spyder-ide/spyder-terminal" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT BSD Apache-2.0 BSD-2 ISC CC-BY-4.0 ZLIB WTFPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/coloredlogs[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-5.2.0[${PYTHON_USEDEP}] - >=dev-python/terminado-0.13.1[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}] -"