Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/jupyter-sphinx/
Date: Mon, 30 Jan 2023 10:29:40
Message-Id: 1675045638.8fd603f4f16559b191b47824baa5fde53bc7d839.ceamac@gentoo
1 commit: 8fd603f4f16559b191b47824baa5fde53bc7d839
2 Author: Julien Roy <julien <AT> jroy <DOT> ca>
3 AuthorDate: Mon Jan 30 02:27:09 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 02:27:18 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd603f4
7
8 dev-python/jupyter-sphinx: add 0.4.0, drop 0.3.2
9
10 Closes: https://bugs.gentoo.org/848213
11 Signed-off-by: Julien Roy <julien <AT> jroy.ca>
12
13 dev-python/jupyter-sphinx/Manifest | 2 +-
14 ...jupyter-sphinx-0.3.2.ebuild => jupyter-sphinx-0.4.0.ebuild} | 10 ++++++----
15 2 files changed, 7 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-python/jupyter-sphinx/Manifest b/dev-python/jupyter-sphinx/Manifest
18 index ec34bb284..749e41d08 100644
19 --- a/dev-python/jupyter-sphinx/Manifest
20 +++ b/dev-python/jupyter-sphinx/Manifest
21 @@ -1 +1 @@
22 -DIST jupyter-sphinx-0.3.2.tar.gz 25077 BLAKE2B 9baea1e1c5f7a59200b073752b8a5ff0af43ecded1d7880758e58ca14610d67518beb7fb67dfe979008ea1f8503a1898d7cd0d589a52e245aafc1b7d6a280da3 SHA512 1e3c760a8151647b87c26b6ee38f90430f096f147e9b2aacfe46eb9fcfcd70f50f2b8a34a2240134766c6fc53987c932bee41d5d22ef60abc2aaa6cefedc7297
23 +DIST jupyter-sphinx-0.4.0.tar.gz 27538 BLAKE2B f293cbd7d01c47f6b9a9d288584934480c4349488feb6ddc65ea12b0acadead210a29dc170897c4bf9c7cfb4a01e6ec5bb4170c5fd6bc9dd52b6b5bd8af64751 SHA512 baca3d16f8680ddf1229d2d5bd1308e6055d4f26f955dd509ef9fea173728cfa4c09405d22181fd696176db5bc3a1ee33d3b4f5f6ff7691fb3a27b5b55af06a6
24
25 diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
26 similarity index 81%
27 rename from dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild
28 rename to dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
29 index 9a212e4d3..a8d29b646 100644
30 --- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild
31 +++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
32 @@ -1,9 +1,10 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 +# Copyright 1999-2023 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -EAPI=7
38 +EAPI=8
39
40 -PYTHON_COMPAT=( python3_{8,9} )
41 +DISTUTILS_USE_PEP517=setuptools
42 +PYTHON_COMPAT=( python3_{9..11} )
43
44 inherit distutils-r1
45
46 @@ -11,7 +12,7 @@ DESCRIPTION="Jupyter Sphinx Extensions"
47 HOMEPAGE="https://github.com/jupyter/jupyter-sphinx"
48 SRC_URI="https://github.com/jupyter/jupyter-sphinx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
49
50 -LICENSE="BSD-with-disclosure"
51 +LICENSE="BSD"
52 SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54
55 @@ -22,6 +23,7 @@ RDEPEND="
56 >=dev-python/nbconvert-5.5[${PYTHON_USEDEP}]
57 dev-python/nbformat[${PYTHON_USEDEP}]
58 "
59 +DEPEND="${RDEPEND}"
60
61 distutils_enable_tests pytest
62 distutils_enable_sphinx doc/source dev-python/matplotlib dev-python/alabaster