commit:     c5eb2a409102f43a3bf19c536b29b6b86071c281
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 11:30:18 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 11:50:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5eb2a40

dev-python/myst_parser: Allow newer dev-python/sphinx

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{myst_parser-0.18.1.ebuild => myst_parser-0.18.1-r1.ebuild}      | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/myst_parser/myst_parser-0.18.1.ebuild 
b/dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild
similarity index 94%
rename from dev-python/myst_parser/myst_parser-0.18.1.ebuild
rename to dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild
index 84101969e85f..41c3cb946aee 100644
--- a/dev-python/myst_parser/myst_parser-0.18.1.ebuild
+++ b/dev-python/myst_parser/myst_parser-0.18.1-r1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{8..11} pypy3 )
 inherit distutils-r1
 
 MY_P=MyST-Parser-${PV}
-DESCRIPTION="Extended commonmark compliant parser, with bridges to sphinx"
+DESCRIPTION="Extended commonmark compliant parser, with bridges to Sphinx"
 HOMEPAGE="
        https://github.com/executablebooks/MyST-Parser/
        https://pypi.org/project/myst-parser/
@@ -30,7 +30,7 @@ RDEPEND="
        dev-python/markdown-it-py[${PYTHON_USEDEP}]
        >=dev-python/mdit-py-plugins-0.3.1[${PYTHON_USEDEP}]
        dev-python/pyyaml[${PYTHON_USEDEP}]
-       <dev-python/sphinx-5.2[${PYTHON_USEDEP}]
+       <dev-python/sphinx-6[${PYTHON_USEDEP}]
        >=dev-python/sphinx-4[${PYTHON_USEDEP}]
        dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
@@ -39,6 +39,7 @@ BDEPEND="
                dev-python/beautifulsoup4[${PYTHON_USEDEP}]
                dev-python/pytest-regressions[${PYTHON_USEDEP}]
                dev-python/pytest-param-files[${PYTHON_USEDEP}]
+               <dev-python/sphinx-5.2[${PYTHON_USEDEP}]
                dev-python/sphinx-pytest[${PYTHON_USEDEP}]
        )
 "

Reply via email to