summaryrefslogtreecommitdiff
path: root/dev-python/jupyter-events
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jupyter-events')
-rw-r--r--dev-python/jupyter-events/Manifest4
-rw-r--r--dev-python/jupyter-events/jupyter-events-0.11.0.ebuild41
-rw-r--r--dev-python/jupyter-events/jupyter-events-0.12.0.ebuild2
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/jupyter-events/Manifest b/dev-python/jupyter-events/Manifest
index e03622b1d591..7632bb6e3421 100644
--- a/dev-python/jupyter-events/Manifest
+++ b/dev-python/jupyter-events/Manifest
@@ -1,5 +1,3 @@
-DIST jupyter_events-0.11.0.tar.gz 62039 BLAKE2B 0a6d4598c763c59595d66e8ea30c0c056e48600a024e138258a6d0b306a002b10bf2eabaad78bb7ca1280b214660cd682737518c503437ba4921451473cb0d92 SHA512 a19458ca9e2b9c44af1a7b4b80259aa4f67b318a5bf6ca7a9b4e24c6e6923b64947b6de8f9476e354b090542bfd9af5b7db2479df0e08ff3617d7c0f32cc267e
DIST jupyter_events-0.12.0.tar.gz 62196 BLAKE2B 8c9c46a0c7a932a27b176abb0805b5e7aeff256ec6e3e1b76e8608fb8bd0eda6729608be2d9a28e76c37c6c8f62ecdcb1be497ccf57c5b93679d900b298fb9ea SHA512 8f105e4bc8aae65170127bc2d9a0f49ace7bff23e93e99219a41444d83501e32a0dc9b637de5b7a7d085f192f775d4197ec0d1e3bf0a0fc9c15787c82978f42c
-EBUILD jupyter-events-0.11.0.ebuild 1080 BLAKE2B 081ab03a9824bbcf36f451706decaac107c9847fd2dfa659a28d7b128e524d3d2ea203f33d98a815ac42afa7bb270526ba8cd0a46b3cd67329e15d81152ebfbf SHA512 d2a2fe2cc5726a9f478c255ac6b6a279fc8f381dc8603e9f553076f3ebe8171e053c591757556ded878e8b6385821d3839628115f60234463d7c9ca9b891ce2d
-EBUILD jupyter-events-0.12.0.ebuild 1136 BLAKE2B fdb2916ddbf0085370d7f901efb50658de47159293780fb3cc0748c573ff7aac92a1a58c43778dba1c7eb736e9ed5ea9341048d282a5e567781288a8cbf0d802 SHA512 6cdfcaa037d5979873d2dfc9e57908df4721e8fea4c644f1267cbbcb37b478a5fdcc57729281bed25d5e27b0b2af3a6c9a4f2e180ec692b159fb03d00fcb3467
+EBUILD jupyter-events-0.12.0.ebuild 1129 BLAKE2B 640b10c3c2c43c4d68175e279ffcce823b1e6e00966cfd0a6db0c9bf6cbd078f8233298fa65be4aeae8ac092b76bc7fe69f963caed87a4d45b63cd1b82a1a467 SHA512 f626fa61fc90c822dfbfaf02dd284337e17b6bb1c287f127fcd3b13828cbac174c11698d876031f00ba74bb303c27a503f7ec5d0d0c9fd506e0fb8cd30c6f436
MISC metadata.xml 537 BLAKE2B dfe33b67ac51a46c9ad33d4b0e02ff39d5aa1780d70f92f12b7ee8ac336c43caa79201bebd42c461373bfdc7608580487ec000613cf92765fec352b70a8aec13 SHA512 689e8a1125b4da96db6d6c4495933ee29d24666ad9e7e3af891170f8da512ac388c005836402c74418476cb9838f278c19f5267840533cef0e02091d47fa43ea
diff --git a/dev-python/jupyter-events/jupyter-events-0.11.0.ebuild b/dev-python/jupyter-events/jupyter-events-0.11.0.ebuild
deleted file mode 100644
index 67132ac1a856..000000000000
--- a/dev-python/jupyter-events/jupyter-events-0.11.0.ebuild
+++ /dev/null
@@ -1,41 +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 python3_{10..13} )
-
-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/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
diff --git a/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild b/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild
index cfb7fc785a4d..13f7c10bdfba 100644
--- a/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild
+++ b/dev-python/jupyter-events/jupyter-events-0.12.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
# jsonschema[format-nongpl] deps are always on in our ebuild
RDEPEND="