commit:     8fd603f4f16559b191b47824baa5fde53bc7d839
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Jan 30 02:27:09 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jan 30 02:27:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fd603f4

dev-python/jupyter-sphinx: add 0.4.0, drop 0.3.2

Closes: https://bugs.gentoo.org/848213
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/jupyter-sphinx/Manifest                             |  2 +-
 ...jupyter-sphinx-0.3.2.ebuild => jupyter-sphinx-0.4.0.ebuild} | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-python/jupyter-sphinx/Manifest 
b/dev-python/jupyter-sphinx/Manifest
index ec34bb284..749e41d08 100644
--- a/dev-python/jupyter-sphinx/Manifest
+++ b/dev-python/jupyter-sphinx/Manifest
@@ -1 +1 @@
-DIST jupyter-sphinx-0.3.2.tar.gz 25077 BLAKE2B 
9baea1e1c5f7a59200b073752b8a5ff0af43ecded1d7880758e58ca14610d67518beb7fb67dfe979008ea1f8503a1898d7cd0d589a52e245aafc1b7d6a280da3
 SHA512 
1e3c760a8151647b87c26b6ee38f90430f096f147e9b2aacfe46eb9fcfcd70f50f2b8a34a2240134766c6fc53987c932bee41d5d22ef60abc2aaa6cefedc7297
+DIST jupyter-sphinx-0.4.0.tar.gz 27538 BLAKE2B 
f293cbd7d01c47f6b9a9d288584934480c4349488feb6ddc65ea12b0acadead210a29dc170897c4bf9c7cfb4a01e6ec5bb4170c5fd6bc9dd52b6b5bd8af64751
 SHA512 
baca3d16f8680ddf1229d2d5bd1308e6055d4f26f955dd509ef9fea173728cfa4c09405d22181fd696176db5bc3a1ee33d3b4f5f6ff7691fb3a27b5b55af06a6

diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild 
b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
similarity index 81%
rename from dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild
rename to dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
index 9a212e4d3..a8d29b646 100644
--- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild
+++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.4.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 
@@ -11,7 +12,7 @@ DESCRIPTION="Jupyter Sphinx Extensions"
 HOMEPAGE="https://github.com/jupyter/jupyter-sphinx";
 SRC_URI="https://github.com/jupyter/jupyter-sphinx/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="BSD-with-disclosure"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
@@ -22,6 +23,7 @@ RDEPEND="
        >=dev-python/nbconvert-5.5[${PYTHON_USEDEP}]
        dev-python/nbformat[${PYTHON_USEDEP}]
 "
+DEPEND="${RDEPEND}"
 
 distutils_enable_tests pytest
 distutils_enable_sphinx doc/source dev-python/matplotlib dev-python/alabaster

Reply via email to