From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE005138359 for ; Mon, 21 Sep 2020 23:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 059FAE082B; Mon, 21 Sep 2020 23:28:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F325E082B for ; Mon, 21 Sep 2020 23:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D25B340E09 for ; Mon, 21 Sep 2020 23:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11642334 for ; Mon, 21 Sep 2020 23:28:10 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1600730879.6e17b41f7cf516b4228a51a868a3221ce3adb9e8.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipywidgets/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipywidgets/ipywidgets-4.1.1.ebuild dev-python/ipywidgets/ipywidgets-9999.ebuild dev-python/ipywidgets/metadata.xml X-VCS-Directories: dev-python/ipywidgets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 6e17b41f7cf516b4228a51a868a3221ce3adb9e8 X-VCS-Branch: master Date: Mon, 21 Sep 2020 23:28:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a6fdf6c-36cc-47c1-a6ff-efcaec07490a X-Archives-Hash: 1d279700be2fa7f910b80da8b8c3ccf8 commit: 6e17b41f7cf516b4228a51a868a3221ce3adb9e8 Author: Aisha Tammy aisha cc> AuthorDate: Mon Sep 21 23:27:45 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Sep 21 23:27:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6e17b41f dev-python/ipywidgets: drop old package present in ::gentoo Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/ipywidgets/ipywidgets-4.1.1.ebuild | 36 -------------------------- dev-python/ipywidgets/ipywidgets-9999.ebuild | 37 --------------------------- dev-python/ipywidgets/metadata.xml | 15 ----------- 3 files changed, 88 deletions(-) diff --git a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild b/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild deleted file mode 100644 index 5497fcc79..000000000 --- a/dev-python/ipywidgets/ipywidgets-4.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{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}] - ) - " - -python_test() { - nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die - - "${PYTHON}" -m ipywidgets.jstest || die -} diff --git a/dev-python/ipywidgets/ipywidgets-9999.ebuild b/dev-python/ipywidgets/ipywidgets-9999.ebuild deleted file mode 100644 index c32dbb3e1..000000000 --- a/dev-python/ipywidgets/ipywidgets-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 git-r3 - -DESCRIPTION="IPython HTML widgets for Jupyter" -HOMEPAGE="http://ipython.org/" -EGIT_REPO_URI="https://github.com/ipython/${PN}.git git://github.com/ipython/${PN}.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="test" - -RDEPEND=" - >=dev-python/traitlets-4.2.0[${PYTHON_USEDEP}] - >=dev-python/ipykernel-4.2.2[${PYTHON_USEDEP}] - >=dev-python/widgetsnbextension-1.2.3[${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}] - ) - " - -python_test() { - nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die - - "${PYTHON}" -m ipywidgets.jstest || die -} diff --git a/dev-python/ipywidgets/metadata.xml b/dev-python/ipywidgets/metadata.xml deleted file mode 100644 index 0349df8c5..000000000 --- a/dev-python/ipywidgets/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -Interactive HTML widgets for Jupyter notebooks and the IPython -kernel. - - - ipywidgets - -