dev-js/jp-kernel: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-09-29 15:08:00 +02:00
parent 1bd7f7988e
commit 29d7061f9d
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Generic Node.js kernel for the Jupyter notebook"
HOMEPAGE="
https://n-riesco.github.io/jp-kernel
https://www.npmjs.com/package/jp-kernel
"
LICENSE="BSD"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/jmp
dev-js/nel
dev-js/uuid
"