commit:     335973e8d012e21917b478987ff8331629453fb3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 16:11:11 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 16:29:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335973e8

dev-python/ipykernel: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ipykernel/Manifest                  |  4 ---
 dev-python/ipykernel/ipykernel-4.6.1-r2.ebuild | 45 --------------------------
 dev-python/ipykernel/ipykernel-4.8.2.ebuild    | 45 --------------------------
 dev-python/ipykernel/ipykernel-5.1.0.ebuild    | 45 --------------------------
 dev-python/ipykernel/ipykernel-5.1.3.ebuild    | 32 ------------------
 5 files changed, 171 deletions(-)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index fe1c59e2974..9bdbac26078 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,5 +1 @@
-DIST ipykernel-4.6.1.tar.gz 90591 BLAKE2B 
9d66e569e416e30fa0af93e9442326a081638e55e004c751d38b3e995e2e1c6baeba5b61e125ae8484a31344ca541070035154e4453f9eda30f7a2ac436e7f1c
 SHA512 
3124534a8a059056211ac573784c491ba18d6e936292523382a9604af10bc2c911b14f49f7625242e29189b46c673da25244f3c9dfa3148d460ba4e466eef001
-DIST ipykernel-4.8.2.tar.gz 94441 BLAKE2B 
cdcf08c114c6c53ce4ed9829f3c2e0d2184f5b89b54556f92df25ecefadcc38955f992572a6dfb9ee49477e9a2111304c9b4f636edc47c0c0a26209c5f616579
 SHA512 
6542b086ef14abe70f51393e585c1e02eac0967b863c2e3de2dfdcbcdc2f4c01597bd035990f09f07d76005628a3345be97d1b5e5ce7a772ce7074bb31b4d4df
-DIST ipykernel-5.1.0.tar.gz 101198 BLAKE2B 
cfe0593d7de3eebf9ad43dc80d13f53dab0bb599836ea43c8e1263b02e78f6689837bffcea3c275f2241e370d67afb50510980940aea5a2b29a6ce674509bdab
 SHA512 
0792b7f86d81b178c46522c8d6cf5fd57b0e411dfff13832d4e3d38782bae743fac7390dd5f2e2e738db66ce1137ec26e74511896b47667c88e23a245606a698
-DIST ipykernel-5.1.3.tar.gz 103924 BLAKE2B 
f68b0299cfbc3e8dc5a4feb08ece6c8a6d0ff3cc6d08a696707ac4c07c1f214dd39b33d61f58b11b4be7fc230d48980fe766209af7eb8302e1d3088e5d879658
 SHA512 
0fe14aaeace83af4488a53e8710868e67378fedf1ca6fec6a1b8fad6a2d3d4d2a2bd087a1169fb916288ede99d86d3e3ea2ddb6679555bef6d7e75fe55befe98
 DIST ipykernel-5.1.4.tar.gz 108592 BLAKE2B 
9e009bc2d251b065b1e6e72fd5dfb1aeace9fef094a72c76b96814923cefeb50b214032a125936536b34209e7a1e4b68fac270f9000862fcbafac2f270266916
 SHA512 
f9552526fece022192a90e4a263651cafe54a609424df578b0549cc663af9981e746a6132ff5e646c6a7b429335b92e7335272d7870affaa1a1846a4d39e09bd

diff --git a/dev-python/ipykernel/ipykernel-4.6.1-r2.ebuild 
b/dev-python/ipykernel/ipykernel-4.6.1-r2.ebuild
deleted file mode 100644
index 78065f9f8b8..00000000000
--- a/dev-python/ipykernel/ipykernel-4.6.1-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       <dev-python/ipython-6[${PYTHON_USEDEP}]
-       dev-python/jupyter_client[${PYTHON_USEDEP}]
-       >=dev-python/traitlets-4.1.0[${PYTHON_USEDEP}]
-       >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/nose_warnings_filters[${PYTHON_USEDEP}]
-       )
-"
-
-python_install() {
-       distutils-r1_python_install
-
-       # bug 628222, specify python 2 or 3.
-       sed -e "/language/!s:python:${EPYTHON%.*}:" \
-               -i "${ED}"usr/share/jupyter/kernels/${EPYTHON%.*}/kernel.json 
|| die
-}
-
-python_test() {
-       nosetests --verbose ipykernel || die
-}

diff --git a/dev-python/ipykernel/ipykernel-4.8.2.ebuild 
b/dev-python/ipykernel/ipykernel-4.8.2.ebuild
deleted file mode 100644
index c68c7e78f39..00000000000
--- a/dev-python/ipykernel/ipykernel-4.8.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       <dev-python/ipython-6[${PYTHON_USEDEP}]
-       dev-python/jupyter_client[${PYTHON_USEDEP}]
-       >=dev-python/traitlets-4.1.0[${PYTHON_USEDEP}]
-       >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/nose_warnings_filters[${PYTHON_USEDEP}]
-       )
-"
-
-python_install() {
-       distutils-r1_python_install
-
-       # bug 628222, specify python 2 or 3.
-       sed -e "/language/!s:python:${EPYTHON%.*}:" \
-               -i "${ED}"usr/share/jupyter/kernels/${EPYTHON%.*}/kernel.json 
|| die
-}
-
-python_test() {
-       nosetests --verbose ipykernel || die
-}

diff --git a/dev-python/ipykernel/ipykernel-5.1.0.ebuild 
b/dev-python/ipykernel/ipykernel-5.1.0.ebuild
deleted file mode 100644
index 0d9b33445c5..00000000000
--- a/dev-python/ipykernel/ipykernel-5.1.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-python/ipython-6[${PYTHON_USEDEP}]
-       dev-python/jupyter_client[${PYTHON_USEDEP}]
-       >=dev-python/traitlets-4.1.0[${PYTHON_USEDEP}]
-       >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/nose_warnings_filters[${PYTHON_USEDEP}]
-       )
-"
-
-python_install() {
-       distutils-r1_python_install
-
-       # bug 628222, specify python 2 or 3.
-       sed -e "/language/!s:python:${EPYTHON%.*}:" \
-               -i "${ED}"usr/share/jupyter/kernels/${EPYTHON%.*}/kernel.json 
|| die
-}
-
-python_test() {
-       nosetests --verbose ipykernel || die
-}

diff --git a/dev-python/ipykernel/ipykernel-5.1.3.ebuild 
b/dev-python/ipykernel/ipykernel-5.1.3.ebuild
deleted file mode 100644
index 66c8297d35a..00000000000
--- a/dev-python/ipykernel/ipykernel-5.1.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython Kernel for Jupyter"
-HOMEPAGE="https://github.com/ipython/ipykernel";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 "
-IUSE="test"
-
-RDEPEND="
-       >=dev-python/ipython-6[${PYTHON_USEDEP}]
-       dev-python/jupyter_client[${PYTHON_USEDEP}]
-       >=dev-python/traitlets-4.1.0[${PYTHON_USEDEP}]
-       >=www-servers/tornado-4.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-       test? (
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/nose_warnings_filters[${PYTHON_USEDEP}]
-               dev-python/flaky[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

Reply via email to