repo/gentoo:master commit in: dev-python/jupyter-builder/
MichaŠGórny <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786169234.e50313169656eb65652001bbfb12d6c0e0adce1f.mgorny@gentoo> |
commit: e50313169656eb65652001bbfb12d6c0e0adce1f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 05:27:55 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 06:07:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5031316
dev-python/jupyter-builder: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter-builder/Manifest | 2 --
.../jupyter-builder-1.1.1-r1.ebuild | 40 ----------------------
.../jupyter-builder/jupyter-builder-1.2.0.ebuild | 40 ----------------------
3 files changed, 82 deletions(-)
diff --git a/dev-python/jupyter-builder/Manifest b/dev-python/jupyter-builder/Manifest
index 4f7d74bbbd1d..65c477ff3b10 100644
--- a/dev-python/jupyter-builder/Manifest
+++ b/dev-python/jupyter-builder/Manifest
@@ -1,3 +1 @@
-DIST jupyter_builder-1.1.1.tar.gz 971667 BLAKE2B 188d02c6aa1b414ff5a7b183bc67c762c9b7f02fa9ab633feb303e41f9c14247b2bc26a0c215461d8612f07776ca191f970218a3d00c05691b96340a8804482a SHA512 1a68ab521a748a1cf88da0bab8a68a3b07993b0b58bc828b5bdc82c558815179101d80797e14e27b72a15fbe4fc0e5f58e2d59e018a6f4c01b851bf96e14d8f6
-DIST jupyter_builder-1.2.0.tar.gz 976342 BLAKE2B 858f02b0eb14b3ffd8c170840130474442391f09196305732c40693b8711ade7f92cb31a6950b98b2743c7732c2426337b7c8ac11ab4c87f9f79a4c8a129747f SHA512 dff7817798a8a54c79cb791426679fbe7c40cc9924ca00441140f75cfd56e1eb79ddaea75af36b09e20486e1831047cb58b1b7ea0a997d9145dfb59f6d1f9bb1
DIST jupyter_builder-1.2.1.tar.gz 977454 BLAKE2B 1632a2ea0c17009a92152807069e68bc66aa978a65fcc4eeac6feb34c87f6041cd88cc5d80a6216dca48c0d5b200c92eda1eb2d6784eb4e19c09f5df3df16bfe SHA512 d1a19b66052cc0b8dc326515c7723a20d03bf9d921ae9350558596d4fb217d9d2bf55fb9695a648fd15bbf7dd002ae54f37bb9f1ad72b36bc3a86c060739e152
diff --git a/dev-python/jupyter-builder/jupyter-builder-1.1.1-r1.ebuild b/dev-python/jupyter-builder/jupyter-builder-1.1.1-r1.ebuild
deleted file mode 100644
index 9675c29f475d..000000000000
--- a/dev-python/jupyter-builder/jupyter-builder-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{12..15} )
-
-inherit distutils-r1 pypi xdg
-
-DESCRIPTION="JupyterLab build tools"
-HOMEPAGE="
- https://jupyter.org/
- https://github.com/jupyterlab/jupyter-builder
- https://pypi.org/project/jupyter-builder/
-"
-
-LICENSE="BSD MIT ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-RDEPEND="
- !<dev-python/jupyterlab-4.6.0
- dev-python/jupyter-core[${PYTHON_USEDEP}]
- dev-python/traitlets[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- dev-python/jinja2-time[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_IGNORE=(
- # TODO: package copier
- tests/test_tpl.py
-)
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
diff --git a/dev-python/jupyter-builder/jupyter-builder-1.2.0.ebuild b/dev-python/jupyter-builder/jupyter-builder-1.2.0.ebuild
deleted file mode 100644
index 9675c29f475d..000000000000
--- a/dev-python/jupyter-builder/jupyter-builder-1.2.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{12..15} )
-
-inherit distutils-r1 pypi xdg
-
-DESCRIPTION="JupyterLab build tools"
-HOMEPAGE="
- https://jupyter.org/
- https://github.com/jupyterlab/jupyter-builder
- https://pypi.org/project/jupyter-builder/
-"
-
-LICENSE="BSD MIT ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-RDEPEND="
- !<dev-python/jupyterlab-4.6.0
- dev-python/jupyter-core[${PYTHON_USEDEP}]
- dev-python/traitlets[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- dev-python/jinja2-time[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_IGNORE=(
- # TODO: package copier
- tests/test_tpl.py
-)
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest