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 @@
DIST jp-kernel-2.0.0.tgz 10274 BLAKE2B 62363b0d0b55bb43d77db7512ecca2e62707e30772a32a1f1bc45f1fa20de0c8fb28a09fdaf1c76f5654e5a6938a47ce676d43b3b1681c14da0a03b8df72b344 SHA512 029cf702aa49853a05968ef49b09e56d5caa84945a83384d28aa7ce1931e4ea7bf032f68227a3cba79bb7857a976547c9bcc33ffd257250c548caff72aefdca6

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
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/n-riesco/jp-kernel/issues</bugs-to>
<remote-id type="github">n-riesco/jp-kernel</remote-id>
</upstream>
</pkgmetadata>