dev-python/jupyter-events: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-15 10:40:11 +02:00
parent fdcf438fb1
commit f136103251
2 changed files with 0 additions and 43 deletions

View File

@@ -1,2 +1 @@
DIST jupyter_events-0.12.0.tar.gz 62196 BLAKE2B 8c9c46a0c7a932a27b176abb0805b5e7aeff256ec6e3e1b76e8608fb8bd0eda6729608be2d9a28e76c37c6c8f62ecdcb1be497ccf57c5b93679d900b298fb9ea SHA512 8f105e4bc8aae65170127bc2d9a0f49ace7bff23e93e99219a41444d83501e32a0dc9b637de5b7a7d085f192f775d4197ec0d1e3bf0a0fc9c15787c82978f42c
DIST jupyter_events-0.12.1.tar.gz 62854 BLAKE2B 7f81abcf427b40126a4dbeb1e847c699de7c9f33fc223914dc4505fe7f78e8fcd4e4a5948c56da38ee1b30f6cd408d62bce0ab2c609952afff5ca09e3144165d SHA512 bfe99a7b55e87e797699186b3212959706dbc7f864deb27491dc93b48a5c922ce2d28d4a4ba3b4f2e400952213cb18a811fb942a8b98010de4d8719249324ef1

View File

@@ -1,42 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="Jupyter Event System library"
HOMEPAGE="
https://jupyter.org/
https://github.com/jupyter/jupyter_events/
https://pypi.org/project/jupyter-events/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
# jsonschema[format-nongpl] deps are always on in our ebuild
RDEPEND="
>=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/python-json-logger-2.0.4[${PYTHON_USEDEP}]
>=dev-python/pyyaml-5.3[${PYTHON_USEDEP}]
dev-python/referencing[${PYTHON_USEDEP}]
>=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/click[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-console-scripts[${PYTHON_USEDEP}]
dev-python/rich[${PYTHON_USEDEP}]
)
"
# TODO: package jupyterlite-sphinx
# distutils_enable_sphinx docs
distutils_enable_tests pytest