diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-08 13:38:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-08 13:38:34 +0000 |
| commit | 2c01663ba548fd1cfc6d2b376239b33bc22a77e8 (patch) | |
| tree | 34da697de8efe7255951f722bb2c26f99ea36579 /dev-python/spyder-notebook | |
| parent | 3c9663d2c12a92216b08bc108e6dce4d7166ccdc (diff) | |
| download | baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.tar.gz baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.tar.xz baldeagleos-repo-2c01663ba548fd1cfc6d2b376239b33bc22a77e8.zip | |
Adding metadata
Diffstat (limited to 'dev-python/spyder-notebook')
| -rw-r--r-- | dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild b/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild deleted file mode 100644 index 1f0607904fa9..000000000000 --- a/dev-python/spyder-notebook/spyder-notebook-0.3.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Jupyter notebook integration with Spyder" -HOMEPAGE="https://github.com/spyder-ide/spyder-notebook" -SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/jupyter_core[${PYTHON_USEDEP}] - dev-python/nbformat[${PYTHON_USEDEP}] - dev-python/notebook[${PYTHON_USEDEP}] - dev-python/psutil[${PYTHON_USEDEP}] - dev-python/qdarkstyle[${PYTHON_USEDEP}] - dev-python/QtPy[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/spyder-4.1.0[${PYTHON_USEDEP}] - <dev-python/spyder-5[${PYTHON_USEDEP}] - dev-python/traitlets[${PYTHON_USEDEP}] -" - -BDEPEND="test? ( - dev-python/flaky[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-qt[${PYTHON_USEDEP}] -)" - -DOCS=( "README.md" "RELEASE.md" "CHANGELOG.md" "doc/example.gif" ) - -# Tests do not work inside virtx/emerge for some reason, core dumped -RESTRICT="test" -distutils_enable_tests pytest - -python_test() { - virtx pytest -vv -} |
