commit:     19ddb5c3c3e7b10c064a24baa9c0e7bcb70ee317
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 11:39:20 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 11:44:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ddb5c3

dev-python/notebook: Remove old

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

 dev-python/notebook/Manifest              |  1 -
 dev-python/notebook/notebook-7.0.6.ebuild | 62 -------------------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-python/notebook/Manifest b/dev-python/notebook/Manifest
index 523464a2b743..ef57412f0c68 100644
--- a/dev-python/notebook/Manifest
+++ b/dev-python/notebook/Manifest
@@ -1,2 +1 @@
-DIST notebook-7.0.6.tar.gz 3930144 BLAKE2B 
488689b34b61c37f2233d57d6ef75b3bf843e2340846e88593a6b49d88fc52f908126d2e718808451df1f8cc6f9a5624adef47c1ae4984cd2ff5ed535d47cb37
 SHA512 
9f9ac4fae93af425a442c25c8a601578a76c802cc50018a6ff6ef99fbabfe3fb649094625dbdda2b7c526cb7262d2c463745b006d35cc1834d40712f3820895b
 DIST notebook-7.0.7.tar.gz 3936954 BLAKE2B 
9171ae3974bd4eb36c804858224c386292a3772633017a8bf0c0ef408526278234b022087faad7930aa975c66762690e24a5a368bf9290937bdc8dff63757575
 SHA512 
05725f6bae2d916c9393f483a05696f6eb0e38a1b15a8427cbd61f508a06d78ead8a70c8764a00403c323b25a1278ea3a8daaf1ff5b5eeb0b35f6ed5e64ea638

diff --git a/dev-python/notebook/notebook-7.0.6.ebuild 
b/dev-python/notebook/notebook-7.0.6.ebuild
deleted file mode 100644
index 602f6a2bb0f1..000000000000
--- a/dev-python/notebook/notebook-7.0.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi xdg-utils
-
-DESCRIPTION="Jupyter Interactive Notebook"
-HOMEPAGE="
-       https://jupyter.org/
-       https://github.com/jupyter/notebook/
-       https://pypi.org/project/notebook/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-
-RDEPEND="
-       >=dev-python/jupyter-server-2.4.0[${PYTHON_USEDEP}]
-       <dev-python/jupyter-server-3[${PYTHON_USEDEP}]
-       >=dev-python/jupyterlab-4.0.2[${PYTHON_USEDEP}]
-       <dev-python/jupyterlab-5[${PYTHON_USEDEP}]
-       >=dev-python/notebook-shim-0.2[${PYTHON_USEDEP}]
-       <dev-python/notebook-shim-0.3[${PYTHON_USEDEP}]
-       >=dev-python/tornado-6.2.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-       dev-python/hatch-jupyter-builder[${PYTHON_USEDEP}]
-       test? (
-               dev-python/ipykernel[${PYTHON_USEDEP}]
-               dev-python/nbval[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-               dev-python/requests-unixsocket[${PYTHON_USEDEP}]
-               dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
-               dev-python/pytest-jupyter[${PYTHON_USEDEP}]
-               dev-python/pytest-timeout[${PYTHON_USEDEP}]
-               dev-python/pytest-tornasync[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-       distutils-r1_python_install_all
-       mv "${ED}/usr/etc" "${ED}/etc" || die
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-}

Reply via email to