public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/metakernel/
Date: Mon, 21 Sep 2020 23:36:04 +0000 (UTC)	[thread overview]
Message-ID: <1600731348.a3121e9e9dde924e77bb7d9dcc5ccd760651d8a2.epsilon-0@gentoo> (raw)

commit:     a3121e9e9dde924e77bb7d9dcc5ccd760651d8a2
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Sep 21 23:35:33 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Mon Sep 21 23:35:48 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a3121e9e

dev-python/metakernel: drop package

present in ::gentoo

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/metakernel/metadata.xml             | 17 ------------
 dev-python/metakernel/metakernel-0.12.2.ebuild | 37 --------------------------
 dev-python/metakernel/metakernel-0.12.6.ebuild | 37 --------------------------
 dev-python/metakernel/metakernel-0.18.4.ebuild | 37 --------------------------
 4 files changed, 128 deletions(-)

diff --git a/dev-python/metakernel/metadata.xml b/dev-python/metakernel/metadata.xml
deleted file mode 100644
index 1a16e93ec..000000000
--- a/dev-python/metakernel/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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.12.2.ebuild b/dev-python/metakernel/metakernel-0.12.2.ebuild
deleted file mode 100644
index c89a49abb..000000000
--- a/dev-python/metakernel/metakernel-0.12.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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}} )
-
-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"
-
-RDEPEND="
-	>=dev-python/ipython-3.0[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		>=dev-python/metakernel_python-0.11.3[${PYTHON_USEDEP}]
-	)
-"
-
-# tests currently fail and the dying/stopping of ipcluster needs to be fixed
-RESTRICT="test"
-
-python_test() {
-	ipcluster start -n=3 &
-	nosetests --with-doctest --with-coverage --cover-package metakernel || die
-	ipcluster stop
-}

diff --git a/dev-python/metakernel/metakernel-0.12.6.ebuild b/dev-python/metakernel/metakernel-0.12.6.ebuild
deleted file mode 100644
index c89a49abb..000000000
--- a/dev-python/metakernel/metakernel-0.12.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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}} )
-
-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"
-
-RDEPEND="
-	>=dev-python/ipython-3.0[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		>=dev-python/metakernel_python-0.11.3[${PYTHON_USEDEP}]
-	)
-"
-
-# tests currently fail and the dying/stopping of ipcluster needs to be fixed
-RESTRICT="test"
-
-python_test() {
-	ipcluster start -n=3 &
-	nosetests --with-doctest --with-coverage --cover-package metakernel || die
-	ipcluster stop
-}

diff --git a/dev-python/metakernel/metakernel-0.18.4.ebuild b/dev-python/metakernel/metakernel-0.18.4.ebuild
deleted file mode 100644
index c89a49abb..000000000
--- a/dev-python/metakernel/metakernel-0.18.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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}} )
-
-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"
-
-RDEPEND="
-	>=dev-python/ipython-3.0[${PYTHON_USEDEP}]
-	"
-DEPEND="${RDEPEND}
-	test? (
-		dev-python/nose[${PYTHON_USEDEP}]
-		dev-python/coverage[${PYTHON_USEDEP}]
-		>=dev-python/metakernel_python-0.11.3[${PYTHON_USEDEP}]
-	)
-"
-
-# tests currently fail and the dying/stopping of ipcluster needs to be fixed
-RESTRICT="test"
-
-python_test() {
-	ipcluster start -n=3 &
-	nosetests --with-doctest --with-coverage --cover-package metakernel || die
-	ipcluster stop
-}


             reply	other threads:[~2020-09-21 23:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 23:36 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-26  8:57 [gentoo-commits] proj/sci:master commit in: dev-python/metakernel/ Justin Lecher
2017-02-26  2:24 Benda XU
2016-05-18  7:05 Marius Brehler
2016-05-18  7:05 Marius Brehler
2016-01-25  9:09 Marius Brehler
2016-01-25  9:09 Marius Brehler
2016-01-25  9:09 Marius Brehler
2016-01-25  9:09 Marius Brehler
2015-12-25 20:25 Marius Brehler
2015-11-27 10:16 Marius Brehler
2015-11-05 15:14 Marius Brehler
2015-10-06 21:25 Marius Brehler
2015-09-25  9:43 Justin Lecher

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=1600731348.a3121e9e9dde924e77bb7d9dcc5ccd760651d8a2.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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