mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-python/octave-kernel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST octave_kernel-0.35.1.tar.gz 262542 BLAKE2B ed4293801913c0685f3291ef84d32e3012bc4c8ed4f53b3696beea457152c040fb506c54b4f57e94be1026db6241747dce5f5f31dc0cb8a501e7ce7e5a42f1cf SHA512 a3b2eb719fc6f505ea5904fecc2bc437bfdc67c2cbde61b75ebdecdad0a183df8b885559181510952d63545f8ec368f4519150e7db7272a79368f6c0d7fe85b1
|
||||
DIST octave_kernel-0.36.0.tar.gz 262878 BLAKE2B d90596afbaf6caf69853cd71d772a55bbff7dec8e09d32a9b2746b8d64d7d9d5150f3985a18772d0475ca5b9764155ccf628047c09cc884d10efef2c703283c8 SHA512 ddb7c97550b01cc34b088b078524716ced0eff25ee6d30d4513ecc820681a4b07aae5987ca57ca3a8aced753a004321fe958afe7ffaf069cd1fcb62e85500418
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
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 ~amd64-linux ~x86-linux"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/ipykernel[${PYTHON_USEDEP}]
|
||||
>=dev-python/jupyter-client-4.3.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/metakernel-0.24.0[${PYTHON_USEDEP}]
|
||||
sci-mathematics/octave"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/jupyter-kernel-test[${PYTHON_USEDEP}]
|
||||
dev-python/nbconvert[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
virtx eunittest
|
||||
}
|
||||
Reference in New Issue
Block a user