From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B16C91382A6 for ; Sat, 4 Jun 2016 08:24:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ECD925402E; Sat, 4 Jun 2016 08:24:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2D9D21C01D for ; Sat, 4 Jun 2016 08:24:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECA46340C50 for ; Sat, 4 Jun 2016 08:24:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2BEE972 for ; Sat, 4 Jun 2016 08:24:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1465028596.12975914f21f956322ff8ef8c8bff7f72c6e7346.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/widgetsnbextension/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/widgetsnbextension/Manifest dev-python/widgetsnbextension/widgetsnbextension-1.2.3.ebuild X-VCS-Directories: dev-python/widgetsnbextension/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 12975914f21f956322ff8ef8c8bff7f72c6e7346 X-VCS-Branch: master Date: Sat, 4 Jun 2016 08:24:42 +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-Archives-Salt: 57160632-a23c-437a-a131-3bc464dcaa20 X-Archives-Hash: 62a0c42aef0638c7d80e8c69c075090f commit: 12975914f21f956322ff8ef8c8bff7f72c6e7346 Author: Marius Brehler linux sungazer de> AuthorDate: Tue May 31 08:19:02 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 4 08:23:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12975914 dev-python/widgetsnbextension: Version bump to 1.2.3 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1570 Signed-off-by: David Seifert gentoo.org> dev-python/widgetsnbextension/Manifest | 1 + .../widgetsnbextension-1.2.3.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/widgetsnbextension/Manifest b/dev-python/widgetsnbextension/Manifest index 717a28f..ceabb18 100644 --- a/dev-python/widgetsnbextension/Manifest +++ b/dev-python/widgetsnbextension/Manifest @@ -1 +1,2 @@ DIST widgetsnbextension-1.2.2.tar.gz 721558 SHA256 688a02c08c2708e1a12f70434d7942850a2006998fe5ad3adb357e85fa2daaa9 SHA512 40f0939bb61ca39360873ec7f85ef035b7f033be65ca7d2d0b4219efd343d886c24f53b0e30d00e1b82da55e47c552ec7a7e23a62511c993f679e080e9b18ddf WHIRLPOOL c13a10198f174548a88f0d8b2955ae5045f544d0aab4f521ffb78de82cef224dd1bbe51000a588fd4fd2fcf9c2fefb60c150661fcd7689381e6b8f564ead3355 +DIST widgetsnbextension-1.2.3.tar.gz 719404 SHA256 3cc1196a815379ed1af0d5e911c08ee3e3cb1bf025747ed33c6195261219c877 SHA512 ffa7ed236f6963ee2d202b67a3575d90de110638240ae7c9dd37803452a42a1a595bd668195dc513fb6aae45498030ee18f92dbcfeb7c1191ba09c8e05b18ea0 WHIRLPOOL 51aaf022299c10c5b81eb6a617047a885a82ccea481ad54a91ea9c2ec302f18ba41614501476ceb0d8953ad829f38eda94d9f180010434ee5797b2bebb53e461 diff --git a/dev-python/widgetsnbextension/widgetsnbextension-1.2.3.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-1.2.3.ebuild new file mode 100644 index 0000000..136c7ec --- /dev/null +++ b/dev-python/widgetsnbextension/widgetsnbextension-1.2.3.ebuild @@ -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}"