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/ipyparallel/
Date: Mon, 20 Jun 2022 17:20:38 +0000 (UTC)	[thread overview]
Message-ID: <1655745622.5f7fae70914d6c1ea1974b49ff1c3d74109449a5.arthurzam@gentoo> (raw)

commit:     5f7fae70914d6c1ea1974b49ff1c3d74109449a5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 20 17:20:22 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 17:20:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7fae70

dev-python/ipyparallel: add 8.4.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/ipyparallel/Manifest                 |  1 +
 dev-python/ipyparallel/ipyparallel-8.4.1.ebuild | 92 +++++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/dev-python/ipyparallel/Manifest b/dev-python/ipyparallel/Manifest
index 35dd53e61f24..d1bc8e33476a 100644
--- a/dev-python/ipyparallel/Manifest
+++ b/dev-python/ipyparallel/Manifest
@@ -5,3 +5,4 @@ DIST ipyparallel-8.2.0.tar.gz 9367069 BLAKE2B e4e881f774422ead72778d40d85e5732d7
 DIST ipyparallel-8.2.1.tar.gz 9367709 BLAKE2B 5be16c1060a31295e6b1908cfa3530d7ade6337de78ee057f595ab94ed5dc6c4c49b08f39ded0e8b6aa11ee7eda788f27b2f57bad851908f805d681e0b98efc3 SHA512 d06d1e272e27c0941f0fd6799cc78bbaf188ba1fb22f03016925ffbbf6b3e273eb8c372d7c0509b2f044ccfbfe3f35071547712e79a26a802e673340021921ac
 DIST ipyparallel-8.3.0.tar.gz 6862893 BLAKE2B 9009f0fa06422b4dcd9e920d6a568030ff9b20695f3a9eab0f730b48c08465bba7682929c139bac3ef65739be2152224ca922faa6a02b6d73be2f3fb572afa26 SHA512 01ae448cd3274aa752abb033706e77584bc164c7cad626970269e516d33dda949fc0bab9a5cc3f018b2aaac60ee55078780c02ba3c9a2079f12036a869a1f339
 DIST ipyparallel-8.4.0.tar.gz 6842960 BLAKE2B e39c37759e3f6fcf12cb052aac0774435c8f7443c518b834d8d9e91a34549c8a612e603c2b541b79f8001babffc82469a4029eaa9fbda2b889fe06453b1c94d3 SHA512 ac3ef5bb733f8879dc76277bcc5be2e614000241045567ba4f23793641a523620ff8c246fd8785c81fa380c98f536cf8ef56b3bda7850b5db68d7232714b3a1b
+DIST ipyparallel-8.4.1.tar.gz 6843301 BLAKE2B 1ca0056cfa6827f5eb145584ea634d224119a485f1139964988b07bcd164fe392bb032794098bccdf67b31f74030e62e917c0a451809e0d14fae323308b2b0ab SHA512 640489b3920b91e1b2f83def00a06e8ec45c61bd7ebe33a3e4a30560e2b0acdbe0a98a685d868dd7bce4c65920d378ab69efca75cf0ae7f164ee792c870a297e

diff --git a/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
new file mode 100644
index 000000000000..1a3d355d160d
--- /dev/null
+++ b/dev-python/ipyparallel/ipyparallel-8.4.1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Interactive Parallel Computing with IPython"
+HOMEPAGE="
+	https://ipyparallel.readthedocs.io/
+	https://github.com/ipython/ipyparallel/
+	https://pypi.org/project/ipyparallel/
+"
+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"
+
+RDEPEND="
+	dev-python/entrypoints[${PYTHON_USEDEP}]
+	dev-python/decorator[${PYTHON_USEDEP}]
+	>=dev-python/pyzmq-18[${PYTHON_USEDEP}]
+	>=dev-python/traitlets-4.3[${PYTHON_USEDEP}]
+	>=dev-python/ipython-4[${PYTHON_USEDEP}]
+	dev-python/jupyter_client[${PYTHON_USEDEP}]
+	dev-python/jupyter_server[${PYTHON_USEDEP}]
+	>=dev-python/ipykernel-4.4[${PYTHON_USEDEP}]
+	dev-python/psutil[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	>=www-servers/tornado-5.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/flit_core[${PYTHON_USEDEP}]
+	test? (
+		dev-python/ipython[test]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+		dev-python/pytest-tornado[${PYTHON_USEDEP}]
+		dev-python/testpath[${PYTHON_USEDEP}]
+	)
+"
+
+# TODO: package myst_parser
+# distutils_enable_sphinx docs/source
+distutils_enable_tests pytest
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-7.1.0-test-timeouts.patch
+)
+
+src_configure() {
+	export IPP_DISABLE_JS=1
+}
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# we don't run a mongo instance for tests
+		ipyparallel/tests/test_mongodb.py::TestMongoBackend
+		# TODO
+		ipyparallel/tests/test_util.py::test_disambiguate_ip
+		# Gets upset that a timeout _doesn't_ occur, presumably because
+		# we're cranking up too many test timeouts. Oh well.
+		# bug #823458#c3
+		ipyparallel/tests/test_asyncresult.py::AsyncResultTest::test_wait_for_send
+		# We could patch the timeout for these too but they're going to be inherently
+		# fragile anyway based on what they do.
+		ipyparallel/tests/test_client.py::TestClient::test_activate
+		ipyparallel/tests/test_client.py::TestClient::test_lazy_all_targets
+		ipyparallel/tests/test_client.py::TestClient::test_wait_for_engines
+	)
+	[[ ${EPYTHON} == python3.10 ]] && EPYTEST_DESELECT+=(
+		# failing due to irrelevant warnings
+		ipyparallel/tests/test_client.py::TestClient::test_local_ip_true_doesnt_trigger_warning
+	)
+	epytest
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	# move /usr/etc stuff to /etc
+	mv "${ED}/usr/etc" "${ED}/etc" || die
+}
+
+pkg_postinst() {
+	optfeature "Jupyter Notebook integration" dev-python/notebook
+}


             reply	other threads:[~2022-06-20 17:20 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20 17:20 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-12 10:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/ Michał Górny
2024-04-20 11:23 Michał Górny
2024-04-20 10:04 Sam James
2024-04-05 19:45 Michał Górny
2024-03-21 18:44 Arthur Zamarin
2024-03-05  5:18 Michał Górny
2024-03-04 14:52 Michał Górny
2023-10-24 18:44 Michał Górny
2023-05-15 20:13 Arthur Zamarin
2023-05-15 20:09 Arthur Zamarin
2023-04-15  8:23 Michał Górny
2023-04-14  3:59 Michał Górny
2023-03-28 13:23 Michał Górny
2022-10-27  9:48 Andrew Ammerlaan
2022-07-29 12:54 Michał Górny
2022-07-29 12:25 Arthur Zamarin
2022-07-09 12:06 Michał Górny
2022-07-09 10:25 Arthur Zamarin
2022-07-06  6:44 Michał Górny
2022-07-06  5:37 Arthur Zamarin
2022-07-06  5:37 Arthur Zamarin
2022-06-28 17:39 Arthur Zamarin
2022-06-28 17:39 Arthur Zamarin
2022-06-28 17:35 Arthur Zamarin
2022-06-28 17:35 Arthur Zamarin
2022-06-17  6:02 Michał Górny
2022-06-14  7:10 Agostino Sarubbo
2022-05-10 10:07 Michał Górny
2022-04-26 19:05 Arthur Zamarin
2022-04-26 19:05 Arthur Zamarin
2022-04-26 19:05 Arthur Zamarin
2022-04-23 20:14 Arthur Zamarin
2022-04-23 20:14 Arthur Zamarin
2022-04-03 15:51 Piotr Karbowski
2022-03-18 15:57 Sam James
2022-02-21 11:34 Marek Szuba
2022-02-08 23:21 Michał Górny
2022-02-07 22:29 Sam James
2022-02-07 20:30 Michał Górny
2022-02-07 11:36 Sam James
2022-02-07 11:32 Sam James
2022-02-07 11:31 Sam James
2022-02-07 11:30 Sam James
2022-02-07 11:18 Sam James
2022-02-07  9:35 Sam James
2022-02-07  8:33 Sam James
2022-01-22 23:15 Sam James
2021-12-22 18:10 Arthur Zamarin
2021-11-20  3:54 Sam James
2021-11-19 19:24 Arthur Zamarin
2021-11-19 13:36 Sam James
2021-11-19 11:58 Sam James
2021-11-19  9:07 Sam James
2021-11-19  8:34 Sam James
2021-11-19  7:30 Sam James
2021-11-19  6:59 Sam James
2021-11-19  6:55 Sam James
2021-11-18  8:47 Marek Szuba
2021-11-18  8:10 Sam James
2021-11-18  5:47 Sam James
2021-11-18  5:36 Sam James
2021-11-16  2:44 Sam James
2021-11-14 20:35 Sam James
2021-11-14  3:43 Sam James
2021-11-11  8:36 Jakov Smolić
2021-11-05 14:57 Jakov Smolić
2021-11-05  2:20 Sam James
2021-10-25 12:56 Andrew Ammerlaan
2021-09-06  0:18 Sam James
2021-07-12  6:41 Sam James
2021-07-11 10:14 Georgy Yakovlev
2021-07-02 12:26 Marek Szuba
2021-07-01 14:45 Michał Górny
2021-07-01 14:42 Michał Górny
2021-06-20  1:45 Sam James
2021-01-05 23:26 Michał Górny
2020-09-05 15:25 Sam James
2020-09-05  7:24 Michał Górny
2020-09-05  3:08 Sam James
2020-09-02  9:12 Michał Górny
2020-08-03  3:11 Sam James
2020-07-31  0:50 Sam James
2020-07-07 20:01 Michał Górny
2020-06-10 10:27 Michał Górny
2020-06-10  7:31 Michał Górny
2020-06-08 18:23 Michał Górny
2020-05-03  2:51 Mike Gilbert
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-26 10:24 Agostino Sarubbo
2020-03-26 10:17 Agostino Sarubbo
2020-03-17  7:23 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-02-25 14:18 David Seifert
2017-02-25 14:18 David Seifert
2017-02-15 18:37 David Seifert
2017-02-14 21:20 Patrice Clement
2016-11-01  8:13 David Seifert
2016-11-01  8:13 David Seifert
2016-11-01  8:13 David Seifert
2016-07-25 18:39 David Seifert
2016-02-28  7:08 Matt Thode
2016-02-21 15:32 Justin Lecher
2016-02-04 12:25 Justin Lecher
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=1655745622.5f7fae70914d6c1ea1974b49ff1c3d74109449a5.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