Skip to content

Commit

Permalink
dev-python/widgetsnbextension: New package, required by ipywidgets-5.*
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
marbre authored and SoapGentoo committed May 29, 2016
1 parent f4e7489 commit a39c2b2
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-python/widgetsnbextension/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST widgetsnbextension-1.2.2.tar.gz 721558 SHA256 688a02c08c2708e1a12f70434d7942850a2006998fe5ad3adb357e85fa2daaa9 SHA512 40f0939bb61ca39360873ec7f85ef035b7f033be65ca7d2d0b4219efd343d886c24f53b0e30d00e1b82da55e47c552ec7a7e23a62511c993f679e080e9b18ddf WHIRLPOOL c13a10198f174548a88f0d8b2955ae5045f544d0aab4f521ffb78de82cef224dd1bbe51000a588fd4fd2fcf9c2fefb60c150661fcd7689381e6b8f564ead3355
15 changes: 15 additions & 0 deletions dev-python/widgetsnbextension/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
Interactive HTML widgets for Jupyter notebooks.
</longdescription>
<upstream>
<remote-id type="pypi">widgetsnbextension</remote-id>
<remote-id type="github">ipython/ipywidgets</remote-id>
</upstream>
</pkgmetadata>
24 changes: 24 additions & 0 deletions dev-python/widgetsnbextension/widgetsnbextension-1.2.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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=""

RDEPEND="
>=dev-python/notebook-4.2.0[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"

0 comments on commit a39c2b2

Please sign in to comment.