From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/metakernel/
Date: Sat, 19 Aug 2017 22:39:57 +0000 (UTC) [thread overview]
Message-ID: <1503182273.e37492a8aa84d4164ac400ceab94bf06f9612cbb.bicatali@gentoo> (raw)
commit: e37492a8aa84d4164ac400ceab94bf06f9612cbb
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:37:53 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:37:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37492a8
dev-python/metakernel: initial import
Package-Manager: Portage-2.3.7, Repoman-2.3.3
dev-python/metakernel/Manifest | 1 +
dev-python/metakernel/metadata.xml | 17 ++++++++++++++
dev-python/metakernel/metakernel-0.20.4.ebuild | 31 ++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/metakernel/Manifest b/dev-python/metakernel/Manifest
new file mode 100644
index 00000000000..ddf301c78b2
--- /dev/null
+++ b/dev-python/metakernel/Manifest
@@ -0,0 +1 @@
+DIST metakernel-0.20.4.tar.gz 67895 SHA256 ec437d01f76dd0d6eb6cf887590726e364a3a1811c018d1793102bb384275300 SHA512 8ab2943a93e61bfca276607adac5e619c407a2356656424d261eb520002bf582469f71329a3b2b2fcc290b21a4dffd724f5b73697c6853b5cb74eec07e26ede3 WHIRLPOOL bbcca2583be251fb695d4e0f4f8b7e741e5ec52c28c4726efa784ac6f4fa862332d698a03a9b168492ef9fe0cb98b45d240a8763c888ddfcafd2057cda9d8ab8
diff --git a/dev-python/metakernel/metadata.xml b/dev-python/metakernel/metadata.xml
new file mode 100644
index 00000000000..e0c68c929e2
--- /dev/null
+++ b/dev-python/metakernel/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription>
+ A Jupyter/IPython kernel template which includes core magic
+ functions (including help, command and file path completion,
+ parallel and distributed processing, downloads, and much more).
+ </longdescription>
+ <upstream>
+ <remote-id type="github">Calysto/metakernel</remote-id>
+ <remote-id type="pypi">metakernel</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/metakernel/metakernel-0.20.4.ebuild b/dev-python/metakernel/metakernel-0.20.4.ebuild
new file mode 100644
index 00000000000..b5db58babd4
--- /dev/null
+++ b/dev-python/metakernel/metakernel-0.20.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+DESCRIPTION="Metakernel for Jupyter"
+HOMEPAGE="https://github.com/Calysto/metakernel"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ dev-python/ipykernel[${PYTHON_USEDEP}]
+ dev-python/pexpect[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+ nosetests -v || die
+}
next reply other threads:[~2017-08-19 22:40 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-19 22:39 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-02 9:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/metakernel/ Michał Górny
2020-09-05 6:08 Michał Górny
2021-10-25 13:28 Andrew Ammerlaan
2021-11-14 8:52 Michał Górny
2021-12-29 12:42 Andrew Ammerlaan
2022-02-23 22:35 Michał Górny
2022-02-23 22:35 Michał Górny
2022-05-16 13:11 Michał Górny
2022-06-13 10:57 Andrew Ammerlaan
2022-06-16 8:06 Michał Górny
2022-08-01 18:51 Arthur Zamarin
2022-08-08 19:18 Arthur Zamarin
2022-11-08 14:14 Andrew Ammerlaan
2022-11-14 4:44 Michał Górny
2022-12-02 14:35 Arthur Zamarin
2022-12-14 6:31 Michał Górny
2023-07-11 5:52 Michał Górny
2023-07-24 11:32 Michał Górny
2023-08-30 3:01 Michał Górny
2023-09-12 5:50 Michał Górny
2023-11-07 20:20 Michał Górny
2023-11-07 20:20 Michał Górny
2023-11-10 13:20 Andrew Ammerlaan
2023-11-25 4:49 Sam James
2024-03-26 16:58 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1503182273.e37492a8aa84d4164ac400ceab94bf06f9612cbb.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox