commit: a0e0ae41a8ec32a72f5bdbdbe77ed5da67089fe3
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jan 25 09:04:30 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Jan 25 09:04:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a0e0ae41
dev-python/metakernel: Drop old
Package-Manager: portage-2.2.26
RepoMan-Options: --force
dev-python/metakernel/metakernel-0.11.3.ebuild | 37 --------------------------
dev-python/metakernel/metakernel-0.11.5.ebuild | 37 --------------------------
2 files changed, 74 deletions(-)
diff --git a/dev-python/metakernel/metakernel-0.11.3.ebuild
b/dev-python/metakernel/metakernel-0.11.3.ebuild
deleted file mode 100644
index f02b935..0000000
--- a/dev-python/metakernel/metakernel-0.11.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Metakernel for Jupyter"
-HOMEPAGE="https://github.com/Calysto/metakernel"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-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.11.5.ebuild
b/dev-python/metakernel/metakernel-0.11.5.ebuild
deleted file mode 100644
index f02b935..0000000
--- a/dev-python/metakernel/metakernel-0.11.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="Metakernel for Jupyter"
-HOMEPAGE="https://github.com/Calysto/metakernel"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-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
-}