diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-02 05:57:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-02 05:57:52 +0100 |
commit | a2e235cdcfe173a7c40481cea536d164db36efcc (patch) | |
tree | 5f215c643d1fceff1f4c1f9224c2253fad031290 /dev-python/sphinx-basic-ng | |
parent | dev-python/tifffile: Bump to 2023.2.28 (diff) | |
download | gentoo-a2e235cdcfe173a7c40481cea536d164db36efcc.tar.gz gentoo-a2e235cdcfe173a7c40481cea536d164db36efcc.tar.bz2 gentoo-a2e235cdcfe173a7c40481cea536d164db36efcc.zip |
Rename dev-python/{myst_parser → myst-parser}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-basic-ng')
-rw-r--r-- | dev-python/sphinx-basic-ng/sphinx-basic-ng-0.0.1_alpha12.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-0.0.1_alpha12.ebuild b/dev-python/sphinx-basic-ng/sphinx-basic-ng-0.0.1_alpha12.ebuild index 3ef2f28b37c6..c150f905c5e1 100644 --- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-0.0.1_alpha12.ebuild +++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-0.0.1_alpha12.ebuild @@ -33,7 +33,7 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} - dev-python/myst_parser[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] ) " diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta1.ebuild b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta1.ebuild index b3a5b5209fe0..9f659db7470a 100644 --- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta1.ebuild +++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" BDEPEND=" test? ( ${RDEPEND} - dev-python/myst_parser[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] ) " |