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/ipywidgets/
Date: Mon, 21 Sep 2020 23:28:10 +0000 (UTC)	[thread overview]
Message-ID: <1600730879.6e17b41f7cf516b4228a51a868a3221ce3adb9e8.epsilon-0@gentoo> (raw)

commit:     6e17b41f7cf516b4228a51a868a3221ce3adb9e8
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Sep 21 23:27:45 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> 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 <gentoo <AT> 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 @@
-<?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>
-Interactive HTML widgets for Jupyter notebooks and the IPython
-kernel.
-</longdescription>
-	<upstream>
-		<remote-id type="pypi">ipywidgets</remote-id>
-	</upstream>
-</pkgmetadata>


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

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 23:28 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-01-03 10:31 [gentoo-commits] proj/sci:master commit in: dev-python/ipywidgets/ Marius Brehler
2016-07-27 12:17 Marius Brehler
2016-07-27 12:17 Marius Brehler
2016-05-23 15:38 Marius Brehler
2016-05-23 15:38 Marius Brehler
2016-05-17 15:36 Marius Brehler
2016-05-17 15:36 Marius Brehler
2015-11-28 17:58 Marius Brehler
2015-11-11 17:12 Justin Lecher
2015-10-27  9:17 Justin Lecher
2015-10-21 20:58 Marius Brehler
2015-10-21 13:44 Justin Lecher
2015-09-23 10:19 Justin Lecher
2015-09-22 10:06 Justin Lecher
2015-09-22  7:22 Justin Lecher
2015-09-22  7:22 Justin Lecher
2015-09-04  5:46 Justin Lecher
2015-09-01  7:57 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=1600730879.6e17b41f7cf516b4228a51a868a3221ce3adb9e8.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