commit:     0d13e1a85600e9905a0c7eccd0d9ff3ee69566fa
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Nov 28 17:44:54 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Sat Nov 28 17:44:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d13e1a8

dev-python/ipywidgets: Drop old

Package-Manager: portage-2.2.20.1

 dev-python/ipywidgets/ChangeLog                  |  5 +++
 dev-python/ipywidgets/ipywidgets-4.0.2-r1.ebuild | 44 ------------------------
 dev-python/ipywidgets/ipywidgets-4.0.3.ebuild    | 38 --------------------
 dev-python/ipywidgets/ipywidgets-4.1.0.ebuild    | 38 --------------------
 4 files changed, 5 insertions(+), 120 deletions(-)

diff --git a/dev-python/ipywidgets/ChangeLog b/dev-python/ipywidgets/ChangeLog
index 59829f9..44ea2e2 100644
--- a/dev-python/ipywidgets/ChangeLog
+++ b/dev-python/ipywidgets/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  28 Nov 2015; Marius Brehler <[email protected]>
+  -ipywidgets-4.0.2-r1.ebuild, -ipywidgets-4.0.3.ebuild,
+  -ipywidgets-4.1.0.ebuild:
+  dev-python/ipywidgets: Drop old
+
 *ipywidgets-4.1.0 (21 Oct 2015)
 
   21 Oct 2015; Marius Brehler <[email protected]>

diff --git a/dev-python/ipywidgets/ipywidgets-4.0.2-r1.ebuild 
b/dev-python/ipywidgets/ipywidgets-4.0.2-r1.ebuild
deleted file mode 100644
index 6b13966..0000000
--- a/dev-python/ipywidgets/ipywidgets-4.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +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} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="http://ipython.org/";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/ipython/${PN}.git 
git://github.com/ipython/${PN}.git"
-else
-       SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-
-RDEPEND="
-       dev-python/traitlets[${PYTHON_USEDEP}]
-       dev-python/ipykernel[${PYTHON_USEDEP}]
-       "
-DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               www-client/casperjs
-       )
-       "
-
-python_test() {
-       nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
-
-       "${PYTHON}" -m ipywidgets.jstest || die
-}

diff --git a/dev-python/ipywidgets/ipywidgets-4.0.3.ebuild 
b/dev-python/ipywidgets/ipywidgets-4.0.3.ebuild
deleted file mode 100644
index 1535d5c..0000000
--- a/dev-python/ipywidgets/ipywidgets-4.0.3.ebuild
+++ /dev/null
@@ -1,38 +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 python3_{3,4,5} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="http://ipython.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/traitlets[${PYTHON_USEDEP}]
-       dev-python/ipykernel[${PYTHON_USEDEP}]
-       "
-DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               www-client/casperjs
-       )
-       "
-
-python_test() {
-       nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
-
-       "${PYTHON}" -m ipywidgets.jstest || die
-}

diff --git a/dev-python/ipywidgets/ipywidgets-4.1.0.ebuild 
b/dev-python/ipywidgets/ipywidgets-4.1.0.ebuild
deleted file mode 100644
index 1535d5c..0000000
--- a/dev-python/ipywidgets/ipywidgets-4.1.0.ebuild
+++ /dev/null
@@ -1,38 +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 python3_{3,4,5} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="http://ipython.org/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-       dev-python/traitlets[${PYTHON_USEDEP}]
-       dev-python/ipykernel[${PYTHON_USEDEP}]
-       "
-DEPEND="${RDEPEND}
-       test? (
-               $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 
python2_7)
-               dev-python/nose[${PYTHON_USEDEP}]
-               dev-python/coverage[${PYTHON_USEDEP}]
-               www-client/casperjs
-       )
-       "
-
-python_test() {
-       nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
-
-       "${PYTHON}" -m ipywidgets.jstest || die
-}

Reply via email to