commit:     3d18aea9930c1e7fe54a2f72ad24f3280fbbc22a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 08:44:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 08:46:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d18aea9

dev-python/jupyterlab_server: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/jupyterlab_server/Manifest              |  1 -
 .../jupyterlab_server-2.7.2.ebuild                 | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/jupyterlab_server/Manifest 
b/dev-python/jupyterlab_server/Manifest
index a312853290b6..58274e2e0a09 100644
--- a/dev-python/jupyterlab_server/Manifest
+++ b/dev-python/jupyterlab_server/Manifest
@@ -1,2 +1 @@
-DIST jupyterlab_server-2.7.2.tar.gz 54056 BLAKE2B 
d8cee398053237d3289dde30ae8baae78590cd248591111624f1d853e077cb327f4d2d775a8ecca2333bc8c84afa1737a394334ce3805aea8bfdf80152970549
 SHA512 
7183a0bb3c02bd0788ca02604f1e8e5d068218be506634547ba44f18ff4ae7cad7b0c724f106ad23ee476260377cfe418e6b0d57ee25584b5f6a6c33e01df92d
 DIST jupyterlab_server-2.8.2.tar.gz 56188 BLAKE2B 
8aadb2a01659151e0b2ada1fb235f4a3eee9fa1a1d6b046cbd1096c67971b1dab7d52c517f8b57b2b43c5c59b4fd37ed0a99ec75640fed6ebe3829812539fc7d
 SHA512 
d35b8dad009f21aac6c0790e881ee4b7cc442b0762afcd10ab5fabccf417a6a4cd9ed1f54be5c3ad631823064a7c1a25112fe829b59e28ca8fc706b46c1b5603

diff --git a/dev-python/jupyterlab_server/jupyterlab_server-2.7.2.ebuild 
b/dev-python/jupyterlab_server/jupyterlab_server-2.7.2.ebuild
deleted file mode 100644
index 781969734cf9..000000000000
--- a/dev-python/jupyterlab_server/jupyterlab_server-2.7.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Server components for JupyterLab and JupyterLab like applications"
-HOMEPAGE="https://jupyter.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-# TODO: package openapi et al
-RESTRICT="test"
-
-RDEPEND="
-       dev-python/Babel[${PYTHON_USEDEP}]
-       >=dev-python/entrypoints-0.2.2[${PYTHON_USEDEP}]
-       >=dev-python/jinja-2.10[${PYTHON_USEDEP}]
-       dev-python/json5[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-3.0.1[${PYTHON_USEDEP}]
-       dev-python/packaging[${PYTHON_USEDEP}]
-       dev-python/requests[${PYTHON_USEDEP}]
-       dev-python/jupyter_server[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-# TODO: package myst_parser
-#distutils_enable_sphinx docs/source dev-python/pydata-sphinx-theme
-
-python_prepare_all() {
-       # Do not depend on pytest-cov
-       sed -i -e '/addopts/d' pyproject.toml || die
-
-       # Defining 'pytest_plugins' in a non-top-level conftest is no longer 
supported:
-       mv ${PN}/tests/conftest.py . || die
-
-       distutils-r1_python_prepare_all
-}

Reply via email to