From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_kernel_test/
Date: Mon, 14 Nov 2022 04:39:22 +0000 (UTC) [thread overview]
Message-ID: <1668400610.3315091aac2ec1a8e0b9d1817efcd5d0de24fdf9.mgorny@gentoo> (raw)
commit: 3315091aac2ec1a8e0b9d1817efcd5d0de24fdf9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 14 04:36:50 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Nov 14 04:36:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3315091a
dev-python/jupyter_kernel_test: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jupyter_kernel_test/Manifest | 2 --
.../jupyter_kernel_test-0.4.3.ebuild | 28 ---------------------
.../jupyter_kernel_test-0.4.4.ebuild | 29 ----------------------
3 files changed, 59 deletions(-)
diff --git a/dev-python/jupyter_kernel_test/Manifest b/dev-python/jupyter_kernel_test/Manifest
index eec6b6d5ea46..19d4a85bf7be 100644
--- a/dev-python/jupyter_kernel_test/Manifest
+++ b/dev-python/jupyter_kernel_test/Manifest
@@ -1,3 +1 @@
-DIST jupyter_kernel_test-0.4.3.tar.gz 13609 BLAKE2B a5ba16da6bb5d7e0a0e2f2796472cb272826286c63ec548cca1a6957f947598fe6686eb7917404433cc818e1a073872b2320433674077905232d03dd848c261d SHA512 68dd7f6a033ff5f1cb73ec63581fad415d0e1ecaa850abc7b97325964849751f7ffc9559ac6c6313727951008d35e741dc6055e2e0fcf3b75978849ec1fe72f6
-DIST jupyter_kernel_test-0.4.4.tar.gz 9212 BLAKE2B fb08d061ce63f2d74eb7753f02bfdb70d17739798873fd8adfc4c1fdbdcb832e360e1ced8850efad8dfad14e60fccc465faca60c81e9045436937aa4387f33f9 SHA512 33eafe1b9e92f8dfa625a3116b55349413f671353eee72a88b0124dd44b73704d1bc82bdbeabcb8d00fdaa082cfaf0551aa22fea0340a5cf3babd93aae634830
DIST jupyter_kernel_test-0.4.5.tar.gz 14326 BLAKE2B ff33a2357969345ae7b62b7621c2a0552adf55d5d7cff341ccafd6224fded6db2a9f77a123a820a51b1a87d29e8a1e175e4a6a3dcdb9f77646edcb4aba4c1b3c SHA512 c12df619f6cd49507a3ac099e305ae8b3594796f2ae52cb2dad6a45d097d58d32c00ebf152c909d997be6447319162d54104af238e143f48560acb339bdf58ce
diff --git a/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.3.ebuild b/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.3.ebuild
deleted file mode 100644
index 77ae4366e391..000000000000
--- a/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Jupyter kernel for octave"
-HOMEPAGE="https://github.com/jupyter/jupyter_kernel_test"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/jupyter_client-6.1.13[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/ipykernel[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
diff --git a/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.4.ebuild b/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.4.ebuild
deleted file mode 100644
index 2fdf82653540..000000000000
--- a/dev-python/jupyter_kernel_test/jupyter_kernel_test-0.4.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Jupyter kernel for octave"
-HOMEPAGE="https://github.com/jupyter/jupyter_kernel_test"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/jupyter_client-6.1.13[${PYTHON_USEDEP}]
- dev-python/jsonschema[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- dev-python/ipykernel[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests unittest
next reply other threads:[~2022-11-14 4:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-14 4:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-16 3:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_kernel_test/ Michał Górny
2023-01-28 7:39 Michał Górny
2022-10-27 10:00 Andrew Ammerlaan
2022-08-22 19:23 Arthur Zamarin
2022-08-19 19:13 Arthur Zamarin
2022-03-02 15:25 Andrew Ammerlaan
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=1668400610.3315091aac2ec1a8e0b9d1817efcd5d0de24fdf9.mgorny@gentoo \
--to=mgorny@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