Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyter_client/
Date: Sat, 09 Jan 2021 08:13:10
Message-Id: 1610179666.f783485027ed2ff434d527ea8f724607c7da4c8a.mgorny@gentoo
1 commit: f783485027ed2ff434d527ea8f724607c7da4c8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 07:44:07 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 08:07:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7834850
7
8 dev-python/jupyter_client: Bump to 6.1.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jupyter_client/Manifest | 1 +
13 .../jupyter_client/jupyter_client-6.1.10.ebuild | 35 ++++++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/dev-python/jupyter_client/Manifest b/dev-python/jupyter_client/Manifest
17 index 366d8f09485..a3f87c83a38 100644
18 --- a/dev-python/jupyter_client/Manifest
19 +++ b/dev-python/jupyter_client/Manifest
20 @@ -1 +1,2 @@
21 +DIST jupyter_client-6.1.10.tar.gz 293620 BLAKE2B 87052ae5b07195a6a51d6308b06d0543850e23a7494602c61811270b8eea619b9337ee0e9069f9d905f1397aa5fc48710b5a894b21fb0328d397168508d34dbc SHA512 8a6d63b95e95e3230882ea67892fe87a24b43d0e85aa910ff8056c2067bb2bc2640d1896f851d0441234f9db27c2a876925988d141b2ed35287ae3e0e5b1eacb
22 DIST jupyter_client-6.1.6.tar.gz 292265 BLAKE2B 46f5b814577c8b1351ce42eb3de4a3032bb2917512f0c9cfc07fddc991698e192b628c03a9ce0d98817dfebcf4af0386fa4ee656b524f54c36de64781af3b8dd SHA512 9a443a2b4a86d823d1403a05d359b50ca95efb8e1dd992d331699e3fe2b46e5d4190cc55aa5d110a384fc0bb94abceaa4e36f67c0f7ce5a33f9ef3b11e682522
23
24 diff --git a/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild b/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild
25 new file mode 100644
26 index 00000000000..3b7ac8d7e06
27 --- /dev/null
28 +++ b/dev-python/jupyter_client/jupyter_client-6.1.10.ebuild
29 @@ -0,0 +1,35 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +PYTHON_REQ_USE="threads(+)"
37 +DISTUTILS_USE_SETUPTOOLS=rdepend
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Jupyter protocol implementation and client libraries"
42 +HOMEPAGE="https://jupyter.org"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +
49 +RDEPEND="
50 + dev-python/async_generator[${PYTHON_USEDEP}]
51 + <dev-python/jedi-0.17.3[${PYTHON_USEDEP}]
52 + dev-python/jupyter_core[${PYTHON_USEDEP}]
53 + dev-python/python-dateutil[${PYTHON_USEDEP}]
54 + >=dev-python/pyzmq-14.4.0[${PYTHON_USEDEP}]
55 + dev-python/traitlets[${PYTHON_USEDEP}]
56 + www-servers/tornado[${PYTHON_USEDEP}]"
57 +DEPEND="
58 + test? (
59 + dev-python/ipykernel[${PYTHON_USEDEP}]
60 + dev-python/ipython[${PYTHON_USEDEP}]
61 + dev-python/mock[${PYTHON_USEDEP}]
62 + )"
63 +
64 +distutils_enable_tests pytest