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 65A2D1382C5 for ; Mon, 10 May 2021 18:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5573BE07A7; Mon, 10 May 2021 18:08:20 +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 34DFEE07A5 for ; Mon, 10 May 2021 18:08:20 +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 293C9340AA7 for ; Mon, 10 May 2021 18:08:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2D0753 for ; Mon, 10 May 2021 18:08:17 +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: <1620669690.61befcb0f12cfadc2fd43ee470198b58bed7558e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyter_client/Manifest dev-python/jupyter_client/jupyter_client-6.2.0.ebuild X-VCS-Directories: dev-python/jupyter_client/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 61befcb0f12cfadc2fd43ee470198b58bed7558e X-VCS-Branch: master Date: Mon, 10 May 2021 18:08:17 +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: 30d9f6c1-d523-4279-b301-2f982d2a0af3 X-Archives-Hash: c6793191490d804d8943d3472c3a83c8 commit: 61befcb0f12cfadc2fd43ee470198b58bed7558e Author: Michał Górny gentoo org> AuthorDate: Mon May 10 07:33:09 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 10 18:01:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61befcb0 dev-python/jupyter_client: Upstream has withdrawn 6.2.0 Signed-off-by: Michał Górny gentoo.org> dev-python/jupyter_client/Manifest | 1 - .../jupyter_client/jupyter_client-6.2.0.ebuild | 36 ---------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest index dc9140d73e9..01d6e644887 100644 --- a/dev-python/jupyter_client/Manifest +++ b/dev-python/jupyter_client/Manifest @@ -1,3 +1,2 @@ DIST jupyter_client-6.1.11.tar.gz 293651 BLAKE2B 73a8567927c452a6a6a591eed04d592c6bb52211214e6d27ae816a2ce07a61c3f80991a2209b42c1d679ff6d3ead564f6ac97e6500473e0e5bd86bad83db07c1 SHA512 3cd6c3d299ea7097b04ad88b08dad8c23d90c5feee18bf441434a6069151b85717c4d00d2c186c463995d26383442c4f63c86565b1606e60afb61426515f9a11 DIST jupyter_client-6.1.12.tar.gz 301499 BLAKE2B 8041b84ad2e89413ee60d1aee2e49a67a89b5aad1c3118c8fa7d7d719c8ec2acbc72278c9aaea095cdcb89235800d09b1792b2138c09a4aad59ceaaf695af431 SHA512 f31ff1a24b264c32d35d07491785e1d77935cdb463243e90e4aadcb0a093a074cdce75f01662591766588f39b146077639ca697f71157309dc92f12ae04d5cdd -DIST jupyter_client-6.2.0.tar.gz 300319 BLAKE2B 2c6451afbf011ddfcc165d6a74368e4e035575345cc0c41ed1da785407ffee10010258ff741c4b81f2e263148d70fe1861cede1b2dff2ff22db4e49f198fee3b SHA512 2bf31139ad4a2553b99028e14b395c5571e5e8d89c1a93f23f5429eb1663d4f1b2071ad38ee0db82979601b38e7f7ece3d70616e07079fd86a5a0c4d42ac0e06 diff --git a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild b/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild deleted file mode 100644 index 5b2e5eb3889..00000000000 --- a/dev-python/jupyter_client/jupyter_client-6.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -PYTHON_REQ_USE="threads(+)" -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Jupyter protocol implementation and client libraries" -HOMEPAGE="https://jupyter.org" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 x86" - -RDEPEND=" - dev-python/async_generator[${PYTHON_USEDEP}] - dev-python/jupyter_core[${PYTHON_USEDEP}] - dev-python/nest_asyncio[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] - www-servers/tornado[${PYTHON_USEDEP}]" -BDEPEND=" - test? ( - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/ipython[${PYTHON_USEDEP}] -