From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6356613835A for ; Sat, 22 Aug 2020 17:29:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93E20E083E; Sat, 22 Aug 2020 17:29:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A120E083E for ; Sat, 22 Aug 2020 17:29:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1728A340E65 for ; Sat, 22 Aug 2020 17:29:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A816932B for ; Sat, 22 Aug 2020 17:29:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1598117358.c3a6ca35e0995dba0f950fc82ed54b3193d80a1b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/octave_kernel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/octave_kernel/Manifest dev-python/octave_kernel/octave_kernel-0.32.0.ebuild X-VCS-Directories: dev-python/octave_kernel/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c3a6ca35e0995dba0f950fc82ed54b3193d80a1b X-VCS-Branch: master Date: Sat, 22 Aug 2020 17:29:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 607f77be-4a58-4051-bb44-a69849e54273 X-Archives-Hash: e73903bc3e74d77ede13a8e6d2600b57 commit: c3a6ca35e0995dba0f950fc82ed54b3193d80a1b Author: David Seifert gentoo org> AuthorDate: Sat Aug 22 17:29:18 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Aug 22 17:29:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a6ca35 dev-python/octave_kernel: Version bump to 0.32.0 Bug: https://bugs.gentoo.org/737370 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> dev-python/octave_kernel/Manifest | 1 + .../octave_kernel/octave_kernel-0.32.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/octave_kernel/Manifest b/dev-python/octave_kernel/Manifest index 761ede358bf..277da3f423d 100644 --- a/dev-python/octave_kernel/Manifest +++ b/dev-python/octave_kernel/Manifest @@ -1 +1,2 @@ DIST octave_kernel-0.26.2.tar.gz 11152 BLAKE2B 8331bb595a2e95c8bd1ba2975d45cb65a3cf417bf56c21ee7dc0c0d1e25bd45c51ea6c317f72bd868fe8b401ecb20b862037bbe8ef7cadd44569c17089504415 SHA512 95072ea3e0f74c57e71ef51c3c2050be9c739693bbee22fc5fa63e24fd639daf1bcf4f3a8b5be499de2e4e723bedc8d1f59237ffc1a17ad634a519c96cdde34f +DIST octave_kernel-0.32.0.tar.gz 27353 BLAKE2B da8ddb0c50c65937b4c2b803b6ecc6c5627b3044597ad21377fae9aca5e0ad4bddb6ba65dea77606741c51e435d55c83770d7442de66874c2124f63fda333ac3 SHA512 de8293bed51aca9fe16c2969a467916c90c0c900c5818d48368cd4307bc2b5f0a925f85a0c824c4789d48f72bc31fd7cb341486e70c87a0ca6bc61c799da0ab9 diff --git a/dev-python/octave_kernel/octave_kernel-0.32.0.ebuild b/dev-python/octave_kernel/octave_kernel-0.32.0.ebuild new file mode 100644 index 00000000000..de26b97c2fb --- /dev/null +++ b/dev-python/octave_kernel/octave_kernel-0.32.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Jupyter kernel for octave" +HOMEPAGE="https://github.com/Calysto/octave_kernel" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/jupyter_client[${PYTHON_USEDEP}] + >=dev-python/metakernel-0.24.0[${PYTHON_USEDEP}] + sci-mathematics/octave" +DEPEND="${RDEPEND}"