Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/spyder-notebook/
Date: Thu, 08 Jul 2021 11:08:03
Message-Id: 1625742473.038d37725a01bed8b895cf670335191217da5e1b.andrewammerlaan@gentoo
1 commit: 038d37725a01bed8b895cf670335191217da5e1b
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 10:12:20 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 11:07:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=038d3772
7
8 dev-python/spyder-notebook: remove version 0.3.2
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 .../spyder-notebook/spyder-notebook-0.3.2.ebuild | 46 ----------------------
14 1 file changed, 46 deletions(-)
15
16 diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild
17 deleted file mode 100644
18 index de8761f5d3a..00000000000
19 --- a/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -PYTHON_COMPAT=( python3_{7,8,9} )
28 -
29 -inherit distutils-r1 virtualx
30 -
31 -DESCRIPTION="Jupyter notebook integration with Spyder"
32 -HOMEPAGE="https://github.com/spyder-ide/spyder-notebook"
33 -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
38 -
39 -RDEPEND="
40 - dev-python/jinja[${PYTHON_USEDEP}]
41 - dev-python/jupyter_core[${PYTHON_USEDEP}]
42 - dev-python/nbformat[${PYTHON_USEDEP}]
43 - dev-python/notebook[${PYTHON_USEDEP}]
44 - dev-python/psutil[${PYTHON_USEDEP}]
45 - dev-python/qdarkstyle[${PYTHON_USEDEP}]
46 - dev-python/QtPy[${PYTHON_USEDEP}]
47 - dev-python/requests[${PYTHON_USEDEP}]
48 - >=dev-python/spyder-4.1.0[${PYTHON_USEDEP}]
49 - <dev-python/spyder-5[${PYTHON_USEDEP}]
50 - dev-python/traitlets[${PYTHON_USEDEP}]
51 -"
52 -
53 -BDEPEND="test? (
54 - dev-python/flaky[${PYTHON_USEDEP}]
55 - dev-python/pytest-mock[${PYTHON_USEDEP}]
56 - dev-python/pytest-qt[${PYTHON_USEDEP}]
57 -)"
58 -
59 -DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" )
60 -
61 -# Tests do not work inside virtx/emerge for some reason, core dumped
62 -RESTRICT="test"
63 -distutils_enable_tests pytest
64 -
65 -python_test() {
66 - virtx pytest -vv
67 -}