From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/metakernel/
Date: Mon, 8 Aug 2022 19:18:02 +0000 (UTC) [thread overview]
Message-ID: <1659986274.b73ad3cd6891a2e8ea52c1cef8af72503ef48279.arthurzam@gentoo> (raw)
commit: b73ad3cd6891a2e8ea52c1cef8af72503ef48279
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 19:00:50 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 19:17:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73ad3cd
dev-python/metakernel: add 0.29.2
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/metakernel/Manifest | 1 +
dev-python/metakernel/metakernel-0.29.2.ebuild | 38 ++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/metakernel/Manifest b/dev-python/metakernel/Manifest
index adacd1a96fe2..e35243893c12 100644
--- a/dev-python/metakernel/Manifest
+++ b/dev-python/metakernel/Manifest
@@ -1,2 +1,3 @@
DIST metakernel-0.29.0.tar.gz 197295 BLAKE2B 486c57b3d0c4c41aa73c129cceccebbf818a4932beb35f5114723e43e37f496d04df50d3cfd09b7d4c254f5dea02d1c7b43f9f6e9c9e7af8e946fd79179a892b SHA512 0748663e79776680f9c52cbc4b0ee76f33ece0a489740068d60455c5003ff27e3fbe8f8c1f0f51ffe9448dbf32109e7d15e8d851198e1947d638fe91dfb4e39c
DIST metakernel-0.29.1.tar.gz 190413 BLAKE2B 726ad01bb4f53add8a538c59aa92c801293e9ec45d54d86d1e6f81ffd9d22c2066ec4cbb744f7e79bbb0ed2253093b463498d0023d7dfb4ef3733350b460a6e0 SHA512 cde9e0ee89edfd829a371b72f098a44423b107bf18b35d5f318764925f716add1d860cf5b508c562b8788b68c00ac4e97dfafc5fab775931a104e0590dc87bad
+DIST metakernel-0.29.2.tar.gz 189938 BLAKE2B cbcce893865d82198a79c892b40c67809202e4d947a590fce52d2ca85bd919bac5556d0fb27b53a91a4e7f5b4409c48c84bcb6ae28c04aed159507bf1f65102c SHA512 d4ea32ea4f9b00cf223419f641f297a65737f8acb1774bd0dc209006a33ac0e41853da0d077492149fd3bd141de0e181a15df092618b2977899a68768c750ca9
diff --git a/dev-python/metakernel/metakernel-0.29.2.ebuild b/dev-python/metakernel/metakernel-0.29.2.ebuild
new file mode 100644
index 000000000000..8a7ea2d46121
--- /dev/null
+++ b/dev-python/metakernel/metakernel-0.29.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..10} )
+
+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"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ >=dev-python/ipykernel-5.5.6[${PYTHON_USEDEP}]
+ >=dev-python/jupyter_core-4.9.2[${PYTHON_USEDEP}]
+ >=dev-python/jedi-0.18[${PYTHON_USEDEP}]
+ >=dev-python/pexpect-4.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ dev-python/requests[${PYTHON_USEDEP}]
+ dev-python/jupyter_kernel_test[${PYTHON_USEDEP}]
+ dev-python/pytest-timeout[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.25.0-disable-brittle-tests.patch
+)
+
+distutils_enable_tests pytest
next reply other threads:[~2022-08-08 19:18 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-08 19:18 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-02 11:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/metakernel/ Nowa Ammerlaan
2024-12-21 12:26 Michał Górny
2024-12-21 12:26 Michał Górny
2024-03-26 16:58 Michał Górny
2023-11-25 4:49 Sam James
2023-11-10 13:20 Andrew Ammerlaan
2023-11-07 20:20 Michał Górny
2023-11-07 20:20 Michał Górny
2023-09-12 5:50 Michał Górny
2023-08-30 3:01 Michał Górny
2023-07-24 11:32 Michał Górny
2023-07-11 5:52 Michał Górny
2022-12-14 6:31 Michał Górny
2022-12-02 14:35 Arthur Zamarin
2022-11-14 4:44 Michał Górny
2022-11-08 14:14 Andrew Ammerlaan
2022-08-01 18:51 Arthur Zamarin
2022-06-16 8:06 Michał Górny
2022-06-13 10:57 Andrew Ammerlaan
2022-05-16 13:11 Michał Górny
2022-02-23 22:35 Michał Górny
2022-02-23 22:35 Michał Górny
2021-12-29 12:42 Andrew Ammerlaan
2021-11-14 8:52 Michał Górny
2021-10-25 13:28 Andrew Ammerlaan
2020-09-05 6:08 Michał Górny
2020-09-02 9:12 Michał Górny
2017-08-19 22:39 Sebastien Fabbro
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=1659986274.b73ad3cd6891a2e8ea52c1cef8af72503ef48279.arthurzam@gentoo \
--to=arthurzam@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