dev-python/octave-kernel: Bump to 1.0.1

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-03-26 05:47:48 +01:00
parent d0d7432a23
commit 14b5752827
2 changed files with 41 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST octave_kernel-0.39.0.tar.gz 265903 BLAKE2B 470b20feba1081c5bab61d99b8cbdfa65d4b89efc88384e661a6a19fe032539677e9ae3fbf322203f0edf119ea070551d4182d0c43274fba88697a3f4c794db3 SHA512 fe4af77566a18f20f2362b72a3391871106d6704c2f937aeb858067462a7cb2c326eba85c8ddabc7671e6177b651c473296b5f3f048dedbbe2e80383e9210aa1
DIST octave_kernel-1.0.1.tar.gz 565924 BLAKE2B 4f2a3693128198cf25373c91c257b7efa91619184d51500d1c71af61a8d4366960876780466ab138e17ddee7b06c1d5f4ff160645453529f08ddd0ff9fd1c0a5 SHA512 c53308f29811b246f949d9b57a524f4a0a9219a2453520098e9b636facf013829abc1c4ec0af27a9431a08257822d512637b7ab5f124917408c72a9bf3abd856

View File

@@ -0,0 +1,40 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 virtualx pypi
DESCRIPTION="Jupyter kernel for octave"
HOMEPAGE="
https://github.com/Calysto/octave_kernel/
https://pypi.org/project/octave-kernel/
"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/ipykernel-6.22.0[${PYTHON_USEDEP}]
>=dev-python/jupyter-client-8.1.0[${PYTHON_USEDEP}]
>=dev-python/metakernel-1.0[${PYTHON_USEDEP}]
sci-mathematics/octave
"
DEPEND="${RDEPEND}"
BDEPEND="
test? (
dev-python/jupyter-kernel-test[${PYTHON_USEDEP}]
dev-python/nbconvert[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
src_test() {
virtx distutils-r1_src_test
}