commit: a19bfc77216f3be99f7b2e651cb5fa4a318ee24f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 14:17:16 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 14:17:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19bfc77
dev-python/hatch-jupyter-builder: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/hatch-jupyter-builder/Manifest | 1 -
.../hatch-jupyter-builder-0.8.3.ebuild | 38 ----------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/hatch-jupyter-builder/Manifest
b/dev-python/hatch-jupyter-builder/Manifest
index d354eec2c6e1..2f96d02f6119 100644
--- a/dev-python/hatch-jupyter-builder/Manifest
+++ b/dev-python/hatch-jupyter-builder/Manifest
@@ -1,2 +1 @@
-DIST hatch_jupyter_builder-0.8.3.tar.gz 54754 BLAKE2B
d64a90ba0e06dbbcfa3f2d27d88185f68bc6cadd885fd3691e01d129cb1d73d62efd2d230fe80dd2d8d1323b5efa4d3208f099663b2ed082a196a1b8fc39412e
SHA512
c4dc0605338bafeeba21cc7260005815654d3e4646296d91af6fb3199be8645a06b2226608e6b0558ee01c7eed682162eefcf686a7e20636031b95c3a11ae265
DIST hatch_jupyter_builder-0.9.1.tar.gz 55953 BLAKE2B
3239511a86465cb7a199b4e3cd3fa85d9d5501f564f666f296b6358eb766af13635abb47a2354e31788e6c78c5a74174f9844432264da1a9c2f544ac2d7a9ff0
SHA512
705b4e9c1d73f81f7a6962070d9893c32ce61ee49d658ac053f508125b21e425a21732cd9ea8d1e9e1f8c62c2a14c0e7507418c8f2a4f77a5951ee03bbed171d
diff --git
a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild
b/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild
deleted file mode 100644
index 57e65fee48e4..000000000000
--- a/dev-python/hatch-jupyter-builder/hatch-jupyter-builder-0.8.3.ebuild
+++ /dev/null
@@ -1,38 +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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A hatch plugin to help build Jupyter packages"
-HOMEPAGE="
- https://pypi.org/project/hatch-jupyter-builder/
- https://github.com/jupyterlab/hatch-jupyter-builder
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
- dev-python/hatchling[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- test? (
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/tomli[${PYTHON_USEDEP}]
- dev-python/twine[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_DESELECT=(
- # Calls pip, requires internet
- tests/test_plugin.py::test_hatch_build
-)
-
-distutils_enable_tests pytest