From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipywidgets/
Date: Sat, 19 Aug 2017 22:39:57 +0000 (UTC) [thread overview]
Message-ID: <1503182222.3101c2f0a478ad65da3df915668171e03a260f3e.bicatali@gentoo> (raw)
commit: 3101c2f0a478ad65da3df915668171e03a260f3e
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 22:37:02 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 22:37:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3101c2f0
dev-python/ipywidgets: version bump
Package-Manager: Portage-2.3.7, Repoman-2.3.3
dev-python/ipywidgets/Manifest | 1 +
dev-python/ipywidgets/ipywidgets-7.0.0.ebuild | 36 +++++++++++++++++++++++++++
dev-python/ipywidgets/metadata.xml | 5 ++--
3 files changed, 39 insertions(+), 3 deletions(-)
diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest
index 747c366024f..85bff1b2e91 100644
--- a/dev-python/ipywidgets/Manifest
+++ b/dev-python/ipywidgets/Manifest
@@ -2,3 +2,4 @@ DIST ipywidgets-4.1.1.tar.gz 321646 SHA256 ceeb325e45ade9537c2d115fed9d522e5c6e9
DIST ipywidgets-5.1.5.tar.gz 2467289 SHA256 9590407ed96c3ac4fe22b4d18eb59854de83d1f6a007522b8d63373ed06e1eaf SHA512 245f6fb1ece32cea809813d4c49dd1dbce46fdcf3ccf2b76aad44243243ed33b6d7286524637d4475f7245a84797159d03a181a35ce925d95d3e2317d1d98df1 WHIRLPOOL 501591ab630cb143a8313ae7f102e7c0acf9c5b01e35daa219c999b88be533684334d2a74a48b589f9e5c30ddca34264dcaca36d0456ce44358fb5879634bb68
DIST ipywidgets-5.2.2.tar.gz 2420984 SHA256 baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2 SHA512 2648640b08b734384e99f4a7aaf0eecafb90adea971ebd772e4c7d43a6a18006e250e6d5f1124c0f4c49d75f0b8b30bf4b3640ef3599bdf2491d517fd8bbc58b WHIRLPOOL 29b67381dbcd1e6d2c0a146ace5f6dd42a4e3dc0d5dd4c8df88cdfa1189ba636bf1051e1e15b6dfab8b15c5ae5123c2bbfb1ca83cc5c7c6e49c4a41468894a25
DIST ipywidgets-6.0.0.tar.gz 836173 SHA256 afa6248850cff14ef86117db87aeab0b12237e4eaf740e73716460ed593a43a7 SHA512 91544cb2ee60a21776332cf39a95f1e5bb86d0ffd33c9230430e780caea6a569dea2f48604bafe1d0b2e1d6828410010e5d0b096bd95f5b9cb470ef3857d7e23 WHIRLPOOL 5b5e9a21739bf944fd8f1f6848fa5bd45a54ed723a7cc6764321806903aa8ab2fb02980be9ae4ee16fe65ed91d2f07214a07c4095c2dd56b939f42b3fb6e7dd0
+DIST ipywidgets-7.0.0.tar.gz 1006851 SHA256 63e454202f72796044e99846881c33767c47fa050735dc1f927657b9cd2b7fcd SHA512 39219478c12f26a2bab0e975b6fb53a7f9ee92b10fa05bd885b21c7c981a4402ad65f497223a4a2c30a7d6d18bb56bec715a20659926075f2e3730e72022ade6 WHIRLPOOL 5160e2cb712318b736b44e6df38603be0a3e1424a5abf3efbea93b266300f5dbaa869cad6ec737030611453d8a9c3fcd75a179e1c9762620187e4d0eb9a99cab
diff --git a/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild b/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild
new file mode 100644
index 00000000000..fa7ecc286f3
--- /dev/null
+++ b/dev-python/ipywidgets/ipywidgets-7.0.0.ebuild
@@ -0,0 +1,36 @@
+# 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,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="https://ipywidgets.readthedocs.io/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+ >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
+ >=dev-python/nbformat-4.2.0[${PYTHON_USEDEP}]
+ >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
+ >=dev-python/widgetsnbextension-3.0.0[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ test? (
+ $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2*')
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/coverage[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ nosetests --with-coverage --cover-package=ipywidgets ipywidgets || die
+}
diff --git a/dev-python/ipywidgets/metadata.xml b/dev-python/ipywidgets/metadata.xml
index 769dd572f11..26b1e54ce02 100644
--- a/dev-python/ipywidgets/metadata.xml
+++ b/dev-python/ipywidgets/metadata.xml
@@ -6,11 +6,10 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
- Interactive HTML widgets for Jupyter notebooks and the IPython
- kernel.
+ Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
</longdescription>
<upstream>
<remote-id type="pypi">ipywidgets</remote-id>
- <remote-id type="github">ipython/ipywidgets</remote-id>
+ <remote-id type="github">jupyter-widgets/ipywidgets</remote-id>
</upstream>
</pkgmetadata>
next reply other threads:[~2017-08-19 22:40 UTC|newest]
Thread overview: 108+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-19 22:39 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 12:31 [gentoo-commits] repo/gentoo:master commit in: dev-python/ipywidgets/ Jakov Smolić
2024-08-23 16:44 Michał Górny
2024-07-12 10:36 Michał Górny
2024-07-12 10:36 Michał Górny
2024-06-24 17:56 Jakov Smolić
2024-06-22 20:22 Sam James
2024-06-22 17:55 Arthur Zamarin
2024-06-22 17:55 Arthur Zamarin
2024-06-06 14:03 Ionen Wolkens
2024-06-06 14:03 Ionen Wolkens
2024-06-06 14:03 Ionen Wolkens
2024-06-06 14:03 Ionen Wolkens
2024-06-06 1:41 Yixun Lan
2024-06-05 4:58 Michał Górny
2024-06-05 4:58 Michał Górny
2024-06-04 18:33 Andrew Ammerlaan
2024-05-21 9:55 Andrew Ammerlaan
2024-02-24 10:24 Michał Górny
2024-02-24 10:22 Michał Górny
2024-02-08 18:56 Michał Górny
2023-12-01 6:21 Sam James
2023-11-30 5:48 Michał Górny
2023-11-20 15:02 Michał Górny
2023-10-24 17:51 Michał Górny
2023-10-15 15:46 Michał Górny
2023-10-15 15:27 Michał Górny
2023-10-15 7:38 Sam James
2023-09-13 15:02 Michał Górny
2023-09-01 17:05 Michał Górny
2023-09-01 16:49 Arthur Zamarin
2023-08-05 16:23 Michał Górny
2023-08-05 15:46 Arthur Zamarin
2023-08-01 14:59 Michał Górny
2023-07-05 7:58 Michał Górny
2023-04-22 16:12 Michał Górny
2023-04-22 10:53 Sam James
2023-03-29 5:49 Michał Górny
2023-03-21 20:06 Michał Górny
2023-01-08 5:21 Michał Górny
2023-01-07 19:02 Arthur Zamarin
2022-12-23 8:52 Michał Górny
2022-12-07 14:43 Michał Górny
2022-12-04 15:59 WANG Xuerui
2022-10-27 9:48 Andrew Ammerlaan
2022-10-05 10:44 Michał Górny
2022-10-05 7:50 Arthur Zamarin
2022-09-20 5:57 Michał Górny
2022-09-19 20:02 Arthur Zamarin
2022-09-03 12:04 Michał Górny
2022-08-18 18:11 Arthur Zamarin
2022-07-25 4:52 Michał Górny
2022-07-24 23:23 Sam James
2022-06-23 7:19 Michał Górny
2022-04-16 8:10 Arthur Zamarin
2022-04-15 18:49 Arthur Zamarin
2022-04-15 15:26 Arthur Zamarin
2022-03-31 21:14 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:31 Arthur Zamarin
2022-03-18 9:54 Arthur Zamarin
2022-03-16 10:06 Michał Górny
2022-02-22 9:43 Michał Górny
2022-01-29 15:02 Michał Górny
2021-11-18 8:10 Sam James
2021-11-18 5:36 Sam James
2021-11-14 20:35 Sam James
2021-11-14 3:43 Sam James
2021-10-04 8:05 Michał Górny
2021-10-04 0:49 Sam James
2021-09-14 8:59 Michał Górny
2021-09-06 0:18 Sam James
2021-09-02 0:01 Marek Szuba
2021-09-01 4:55 Michał Górny
2021-07-12 6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-06-20 1:45 Sam James
2021-03-11 13:30 Sam James
2021-01-07 9:16 Michał Górny
2021-01-05 23:26 Michał Górny
2020-12-27 8:58 Michał Górny
2020-12-26 8:26 Michał Górny
2020-12-25 9:17 Michał Górny
2020-09-05 15:25 Sam James
2020-09-02 9:12 Michał Górny
2020-07-31 6:21 Michał Górny
2020-07-31 0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-10 7:32 Michał Górny
2020-06-10 7:01 Michał Górny
2020-06-08 18:33 Michał Górny
2020-05-04 11:13 Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-27 16:30 Michał Górny
2020-03-17 7:23 Michał Górny
2019-05-04 22:58 Virgil Dupras
2018-10-23 12:37 Benda XU
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2018-04-22 1:35 Thomas Deutschmann
2017-03-12 12:31 Zac Medico
2017-03-04 15:19 David Seifert
2016-11-03 17:37 David Seifert
2016-07-25 18:39 David Seifert
2016-06-04 8:24 David Seifert
2016-05-29 14:53 David Seifert
2015-11-28 17:33 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=1503182222.3101c2f0a478ad65da3df915668171e03a260f3e.bicatali@gentoo \
--to=bicatali@gentoo.org \
--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