public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/widgetsnbextension/
Date: Fri, 19 Aug 2022 19:13:09 +0000 (UTC)	[thread overview]
Message-ID: <1660936379.d9d8eff563811f1f99b9b5f424aacba910b7f4ac.arthurzam@gentoo> (raw)

commit:     d9d8eff563811f1f99b9b5f424aacba910b7f4ac
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 19:11:19 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 19:12:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d8eff5

dev-python/widgetsnbextension: add 4.0.2

Closes: https://bugs.gentoo.org/799812
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/widgetsnbextension/Manifest             |  1 +
 .../widgetsnbextension-4.0.2.ebuild                | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/widgetsnbextension/Manifest b/dev-python/widgetsnbextension/Manifest
index c96464486198..26f1093a1f4e 100644
--- a/dev-python/widgetsnbextension/Manifest
+++ b/dev-python/widgetsnbextension/Manifest
@@ -1 +1,2 @@
 DIST widgetsnbextension-3.6.1.tar.gz 802619 BLAKE2B 8b1d829137d418d35386d64b71050627ab8639ecae76fa0dbda46925ed495405f234f16b29213d3520e20f8021f139064e1e844c2a63004ab2bd0f3830af2a80 SHA512 0c7a723648299b2839d04b85bec0909f780f32a1181940b8b6ee985b0703732cd6ee57f904ebcbb678c069bd4fb2c27f94a554ffca91890176a7147ab7fd8faf
+DIST widgetsnbextension-4.0.2.tar.gz 1021825 BLAKE2B 3fd4ccbb05346723fb039e3eb3d42c6a131f519eca641efc2ea02df9666fd511b380a5b8cc599297ce6d3ffc5eb1fdb3bb1b132d816b9ffd0da1022e5749c0c7 SHA512 5cdcf428ff897ceffd57293810213423e941665e578e770bccf7b4c8703b5adfacece9cdcd2f3cec4f5cea433b289c4015bfa824c7702315566f6c0aca719f04

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.2.ebuild b/dev-python/widgetsnbextension/widgetsnbextension-4.0.2.ebuild
new file mode 100644
index 000000000000..4131b40345e2
--- /dev/null
+++ b/dev-python/widgetsnbextension/widgetsnbextension-4.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython HTML widgets for Jupyter"
+HOMEPAGE="
+	https://ipython.org/
+	https://pypi.org/project/widgetsnbextension/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	dev-python/notebook[${PYTHON_USEDEP}]
+"
+
+src_install() {
+	distutils-r1_src_install
+
+	mv "${ED}/usr/etc" "${ED}/etc" || die
+}


             reply	other threads:[~2022-08-19 19:13 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19 19:13 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 10:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/widgetsnbextension/ Michał Górny
2024-09-07 10:38 Arthur Zamarin
2024-08-23 16:44 Michał Górny
2024-07-12 10:36 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-05  4:58 Michał Górny
2024-02-24 10:22 Michał Górny
2024-02-24 10:07 Sam James
2024-02-08 18:56 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-14 18:28 Michał Górny
2023-10-03 14:46 Andrew Ammerlaan
2023-09-13 15:02 Michał Górny
2023-08-05 16:23 Michał Górny
2023-08-05 15:52 Arthur Zamarin
2023-07-05  7:58 Michał Górny
2023-04-22  9:16 Michał Górny
2023-04-22  8:53 Arthur Zamarin
2023-03-29  5:49 Michał Górny
2023-03-21 20:06 Michał Górny
2023-03-16  4:13 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-08  5:12 Michał Górny
2023-01-07 18:50 Arthur Zamarin
2022-12-23 11:25 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:56 Arthur Zamarin
2022-09-20  5:37 Michał Górny
2022-09-19 20:17 Arthur Zamarin
2022-09-03 12:04 Michał Górny
2022-07-25  7:17 Michał Górny
2022-07-25  7:07 Agostino Sarubbo
2022-06-23  7:19 Michał Górny
2022-04-16  8:10 Arthur Zamarin
2022-04-15 15:30 Arthur Zamarin
2022-04-15 15:26 Arthur Zamarin
2022-04-15 15:07 Arthur Zamarin
2022-03-31 21:14 Arthur Zamarin
2022-03-18  9:54 Arthur Zamarin
2022-03-16 10:06 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-09-06  0:18 Sam James
2021-09-02  0:01 Marek Szuba
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-01 17:53 Michał Górny
2021-06-20  1:45 Sam James
2021-02-13 10:14 David Seifert
2020-09-11  7:17 Michał Górny
2020-09-05 15:25 Sam James
2020-09-05  7:24 Michał Górny
2020-09-02  9:12 Michał Górny
2020-08-22  7:13 Michał Górny
2020-07-31  0:50 Sam James
2020-07-12 16:57 Michał Górny
2020-07-07 20:01 Michał Górny
2020-06-10  8:11 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-06-08 18:33 Michał Górny
2019-12-04 17:15 Michał Górny
2019-05-04 22:58 Virgil Dupras
2018-05-16 15:58 Andreas Sturmlechner
2018-05-16 12:28 Agostino Sarubbo
2017-08-19 22:39 Sebastien Fabbro
2017-03-12 12:31 Zac Medico
2017-03-04 15:19 David Seifert
2016-07-25 18:39 David Seifert
2016-06-04  8:24 David Seifert
2016-05-29 14:53 David Seifert

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=1660936379.d9d8eff563811f1f99b9b5f424aacba910b7f4ac.arthurzam@gentoo \
    --to=arthurzam@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