commit:     14e8dcfcd00aea393167a522f38da5cd19ec6c35
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 15:16:57 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 15:19:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e8dcfc

dev-python/nbformat: Remove old

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

 dev-python/nbformat/Manifest                       |  1 -
 .../nbformat/files/nbformat-5.7.1-no-node.patch    | 27 ------------
 dev-python/nbformat/nbformat-5.10.3-r1.ebuild      | 49 ----------------------
 dev-python/nbformat/nbformat-5.10.3-r2.ebuild      | 46 --------------------
 4 files changed, 123 deletions(-)

diff --git a/dev-python/nbformat/Manifest b/dev-python/nbformat/Manifest
index 801b196148ab..fca7a424a634 100644
--- a/dev-python/nbformat/Manifest
+++ b/dev-python/nbformat/Manifest
@@ -1,2 +1 @@
-DIST nbformat-5.10.3.tar.gz 142678 BLAKE2B 
7de9dab29ca69fe89fb8c080f1e336a22acdc7d9a0daaf69dd03c61f7a01853895bd2302ee90787c3a7a555a27cf5cc1bab6ca0c898c60326ff3870820a00fbe
 SHA512 
9baed15fed4bf05c2c97f7634ce1440149bf5e44a7fd330aa40f7c3954a6f16fc755e1d643a01a4d9ee62fb7a0f24299b83d9a4cf753e7c3495319ee052ae5e8
 DIST nbformat-5.10.4.tar.gz 142749 BLAKE2B 
88121046cce0e473597f26cb597b3ae9865849cf05bcb64070b48d8bcf3661a6c7b7b7e6845752ca1467e31dd9da939f208e99f51b873ea12e62b3a605bf375b
 SHA512 
cacec6bca3177958863e7ed860c55498a91507634098adc08b49a3bb43f1158a32b0c029262d44d0f1beb1e795ba7d03753b522120a9aec14514ed8d961d5baa

diff --git a/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch 
b/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
deleted file mode 100644
index dc2bfb7c0ab7..000000000000
--- a/dev-python/nbformat/files/nbformat-5.7.1-no-node.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff --git a/pyproject.toml b/pyproject.toml
-index e30d156..97e57de 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,10 +1,10 @@
- [build-system]
--requires = ["hatchling>=1.5", "hatch-nodejs-version"]
-+requires = ["hatchling>=1.5"]
- build-backend = "hatchling.build"
- 
- [project]
- name = "nbformat"
--dynamic = ["version"]
-+version = "5.10.3"
- description = "The Jupyter Notebook format"
- license = { file = "COPYING.md" }
- keywords = ["Interactive", "Interpreter", "Shell", "Web"]
-@@ -58,9 +58,6 @@ test = [
- [project.scripts]
- jupyter-trust = "nbformat.sign:TrustNotebookApp.launch_instance"
- 
--[tool.hatch.version]
--source = "nodejs"
--
- [tool.hatch.envs.docs]
- features = ["docs"]
- [tool.hatch.envs.docs.scripts]

diff --git a/dev-python/nbformat/nbformat-5.10.3-r1.ebuild 
b/dev-python/nbformat/nbformat-5.10.3-r1.ebuild
deleted file mode 100644
index 8f22f3a6b876..000000000000
--- a/dev-python/nbformat/nbformat-5.10.3-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 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='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Reference implementation of the Jupyter Notebook format"
-HOMEPAGE="
-       https://jupyter.org/
-       https://github.com/jupyter/nbformat/
-       https://pypi.org/project/nbformat/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-       dev-python/fastjsonschema[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
-       >=dev-python/traitlets-5.1[${PYTHON_USEDEP}]
-       dev-python/jupyter-core[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/testpath[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs \
-       dev-python/myst-parser \
-       dev-python/pydata-sphinx-theme \
-       dev-python/sphinxcontrib-github-alt \
-       dev-python/sphinxcontrib-spelling
-distutils_enable_tests pytest
-
-PATCHES=(
-       "${FILESDIR}/nbformat-5.7.1-no-node.patch"
-)
-
-EPYTEST_IGNORE=(
-       # requires pep440 package, which is not really relevant for us
-       tests/test_api.py
-)

diff --git a/dev-python/nbformat/nbformat-5.10.3-r2.ebuild 
b/dev-python/nbformat/nbformat-5.10.3-r2.ebuild
deleted file mode 100644
index 3db00dcb7bc3..000000000000
--- a/dev-python/nbformat/nbformat-5.10.3-r2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 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='sqlite'
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Reference implementation of the Jupyter Notebook format"
-HOMEPAGE="
-       https://jupyter.org/
-       https://github.com/jupyter/nbformat/
-       https://pypi.org/project/nbformat/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-       dev-python/fastjsonschema[${PYTHON_USEDEP}]
-       >=dev-python/jsonschema-2.6[${PYTHON_USEDEP}]
-       >=dev-python/traitlets-5.1[${PYTHON_USEDEP}]
-       dev-python/jupyter-core[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-nodejs-version[${PYTHON_USEDEP}]
-       test? (
-               dev-python/testpath[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs \
-       dev-python/myst-parser \
-       dev-python/pydata-sphinx-theme \
-       dev-python/sphinxcontrib-github-alt \
-       dev-python/sphinxcontrib-spelling
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       # requires pep440 package, which is not really relevant for us
-       tests/test_api.py
-)

Reply via email to