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 A3555158091 for ; Thu, 16 Jun 2022 08:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC261E08FB; Thu, 16 Jun 2022 08:07:00 +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 C68EAE08FB for ; Thu, 16 Jun 2022 08:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0819F3416A8 for ; Thu, 16 Jun 2022 08:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9307250D for ; Thu, 16 Jun 2022 08:06:57 +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: <1655366773.93a3a1a9bbca519359eaae6efd91c087aba27b8f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/metakernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/metakernel/Manifest dev-python/metakernel/metakernel-0.28.2-r1.ebuild X-VCS-Directories: dev-python/metakernel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 93a3a1a9bbca519359eaae6efd91c087aba27b8f X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:06:57 +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: ddc77267-a8eb-48bc-935c-fc56fbe68d59 X-Archives-Hash: 86220e9f60d536c42aa0db1b667a7036 commit: 93a3a1a9bbca519359eaae6efd91c087aba27b8f Author: Michał Górny gentoo org> AuthorDate: Thu Jun 16 08:06:13 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 16 08:06:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a3a1a9 dev-python/metakernel: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/metakernel/Manifest | 1 - dev-python/metakernel/metakernel-0.28.2-r1.ebuild | 33 ----------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/metakernel/Manifest b/dev-python/metakernel/Manifest index ad3032967ab6..9784ebbfbe66 100644 --- a/dev-python/metakernel/Manifest +++ b/dev-python/metakernel/Manifest @@ -1,2 +1 @@ -DIST metakernel-0.28.2.tar.gz 197302 BLAKE2B 86d4464a8d796273aa831665fa7ecfcf7ed180fdb7d40448d9f3c84b96aa0baf36d8dd5771f702520b44786a1f3b031531430fb3c4687fbf498851817bfeb33e SHA512 5e41dbf5b3bc1121e2d2ba4a60cf3e2bd52c6c19f0965442115e241b1a261f441b01b29e5771539a9ef53a4fd421c58e8ac45296112e58c3a71e93a1e918cb17 DIST metakernel-0.29.0.tar.gz 197295 BLAKE2B 486c57b3d0c4c41aa73c129cceccebbf818a4932beb35f5114723e43e37f496d04df50d3cfd09b7d4c254f5dea02d1c7b43f9f6e9c9e7af8e946fd79179a892b SHA512 0748663e79776680f9c52cbc4b0ee76f33ece0a489740068d60455c5003ff27e3fbe8f8c1f0f51ffe9448dbf32109e7d15e8d851198e1947d638fe91dfb4e39c diff --git a/dev-python/metakernel/metakernel-0.28.2-r1.ebuild b/dev-python/metakernel/metakernel-0.28.2-r1.ebuild deleted file mode 100644 index f15f9a247ea6..000000000000 --- a/dev-python/metakernel/metakernel-0.28.2-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Metakernel for Jupyter" -HOMEPAGE="https://github.com/Calysto/metakernel" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/ipykernel[${PYTHON_USEDEP}] - dev-python/jupyter_core[${PYTHON_USEDEP}] - >=dev-python/pexpect-4.2[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( "${FILESDIR}"/${PN}-0.25.0-disable-brittle-tests.patch ) - -python_prepare_all() { - # cannot import name 'MetaKernelPython' from 'metakernel_python' (unknown location) - rm generate_help.py || die - distutils-r1_python_prepare_all -}