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 C685F139347 for ; Mon, 12 Jul 2021 22:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF5B0E0F72; Mon, 12 Jul 2021 22:53:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C995EE0F72 for ; Mon, 12 Jul 2021 22:53:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E0E46342D40 for ; Mon, 12 Jul 2021 22:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E907D6 for ; Mon, 12 Jul 2021 22:53:31 +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: <1626130317.f90230e90ba9df24587c4ba085203c3d8f8ff3be.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbsphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/nbsphinx/Manifest dev-python/nbsphinx/nbsphinx-0.8.5.ebuild X-VCS-Directories: dev-python/nbsphinx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f90230e90ba9df24587c4ba085203c3d8f8ff3be X-VCS-Branch: master Date: Mon, 12 Jul 2021 22:53:31 +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: 9f6a135f-bd46-4ecb-8dc4-aadc94f40408 X-Archives-Hash: 137bb9e7cbe57e7784a41840a4245f15 commit: f90230e90ba9df24587c4ba085203c3d8f8ff3be Author: Michał Górny gentoo org> AuthorDate: Mon Jul 12 22:51:57 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 12 22:51:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90230e9 dev-python/nbsphinx: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/nbsphinx/Manifest | 1 - dev-python/nbsphinx/nbsphinx-0.8.5.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest index 392981ca6ae..30ede48fed1 100644 --- a/dev-python/nbsphinx/Manifest +++ b/dev-python/nbsphinx/Manifest @@ -1,2 +1 @@ -DIST nbsphinx-0.8.5.tar.gz 145770 BLAKE2B 734ce1081aa18b670f15d00b79930af5fac8a531a9a6d645ad903fcea537cd95561f41360c3028a60503bf878aff0d7105a0a753563ae5bb70ccb68db118e761 SHA512 1fdb52741e01afc7e3a67d97d3edee14b5270a3404da607c97c116b839ba23c641b2d3e338df81db52bd677d71861c62dcc08184ef92165d6a53a6841c1a96e5 DIST nbsphinx-0.8.6.tar.gz 146019 BLAKE2B 106c121e9306c1b79771d49697f125b7c9272bddd9859b308d272e69cccf38fa306330bac01e8744f1a5a1e6831f63b73b43b0a2260eacceee4d2ff6c4ae61ef SHA512 11ff82be0633b3a2af2238d9dfe4406900804caf494885a5b3ff22f651c8c43000dadf83546ffaa85873901ef9625c2e786e53e866c27141fd9e9d58927ebf14 diff --git a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild b/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild deleted file mode 100644 index 6d626dc40a7..00000000000 --- a/dev-python/nbsphinx/nbsphinx-0.8.5.ebuild +++ /dev/null @@ -1,24 +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} ) - -inherit distutils-r1 - -DESCRIPTION="Jupyter Notebook Tools for Sphinx" -HOMEPAGE="https://github.com/spatialaudio/nbsphinx/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/nbconvert[${PYTHON_USEDEP}] - dev-python/nbformat[${PYTHON_USEDEP}] - >=dev-python/sphinx-1.8[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}]"