Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbclient/
Date: Tue, 30 Mar 2021 22:27:17
Message-Id: 1617143117.c2279c5edd5f026549d7b4a19922f97b45a45cb8.mgorny@gentoo
1 commit: c2279c5edd5f026549d7b4a19922f97b45a45cb8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 22:25:17 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 22:25:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2279c5e
7
8 dev-python/nbclient: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/nbclient/Manifest | 1 -
13 dev-python/nbclient/nbclient-0.5.2.ebuild | 39 -------------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-python/nbclient/Manifest b/dev-python/nbclient/Manifest
17 index bd0c7037ce2..39c05de7fa8 100644
18 --- a/dev-python/nbclient/Manifest
19 +++ b/dev-python/nbclient/Manifest
20 @@ -1,2 +1 @@
21 -DIST nbclient-0.5.2.gh.tar.gz 69270 BLAKE2B 8365e8097846239f22682784408a944ba6fa97ed71e8a57f0fcd6f87630ccb4ddf3f7a2636aa051342be00d8bac866eec2e259d4c2e914ea437398a562166f58 SHA512 e5c5dae3be9fc37078d358093307f45f30ada67c52d4cdcde56a09846e924d892f6ac98d0acf80207b59de2f4b08f64d12f62b98733e7776cc2a894d6e3516e9
22 DIST nbclient-0.5.3.gh.tar.gz 69340 BLAKE2B ef2908037b350879b4494a9676550754b51c218c0b344c8f26882fac63d3de65b37329fc8aa586f71f0fcb24d0508c2aec81d1066021abd4c66ee1b220574ef8 SHA512 16a92bdab931c2cec133389bfd491c9f3f4ca7ff3b11a3eb70fcdb568a0aecb8cca65d5a1fb25ff9a6ed6d581bed04de8e51ac2d856fad386b22aa6a2424c991
23
24 diff --git a/dev-python/nbclient/nbclient-0.5.2.ebuild b/dev-python/nbclient/nbclient-0.5.2.ebuild
25 deleted file mode 100644
26 index ac9c8e17af1..00000000000
27 --- a/dev-python/nbclient/nbclient-0.5.2.ebuild
28 +++ /dev/null
29 @@ -1,39 +0,0 @@
30 -# Copyright 2020-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..9} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A client library for executing Jupyter notebooks"
40 -HOMEPAGE="
41 - https://nbclient.readthedocs.io/en/latest/
42 - https://github.com/jupyter/nbclient/
43 - https://pypi.org/project/nbclient/"
44 -SRC_URI="
45 - https://github.com/jupyter/nbclient/archive/${PV}.tar.gz
46 - -> ${P}.gh.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm64 x86"
51 -
52 -RDEPEND="
53 - dev-python/async_generator[${PYTHON_USEDEP}]
54 - >=dev-python/jupyter_client-6.1.5[${PYTHON_USEDEP}]
55 - >=dev-python/nbformat-5.0[${PYTHON_USEDEP}]
56 - dev-python/nest_asyncio[${PYTHON_USEDEP}]
57 - >=dev-python/traitlets-4.2[${PYTHON_USEDEP}]
58 -"
59 -BDEPEND="
60 - test? (
61 - dev-python/ipython[${PYTHON_USEDEP}]
62 - dev-python/ipykernel[${PYTHON_USEDEP}]
63 - dev-python/ipywidgets[${PYTHON_USEDEP}]
64 - dev-python/xmltodict[${PYTHON_USEDEP}]
65 - )
66 -"
67 -
68 -distutils_enable_tests pytest