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/sybil | |
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/sybil')
-rw-r--r-- | dev-python/sybil/sybil-4.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sybil/sybil-4.0.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index 6f6dc80a567f..16cfedcd364d 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -24,7 +24,7 @@ KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? ( - dev-python/myst_parser[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] dev-python/seedir[${PYTHON_USEDEP}] dev-python/testfixtures[${PYTHON_USEDEP}] ) diff --git a/dev-python/sybil/sybil-4.0.1.ebuild b/dev-python/sybil/sybil-4.0.1.ebuild index 434b487af5d0..930ce7413c4e 100644 --- a/dev-python/sybil/sybil-4.0.1.ebuild +++ b/dev-python/sybil/sybil-4.0.1.ebuild @@ -24,7 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" BDEPEND=" test? ( - dev-python/myst_parser[${PYTHON_USEDEP}] + dev-python/myst-parser[${PYTHON_USEDEP}] dev-python/seedir[${PYTHON_USEDEP}] dev-python/testfixtures[${PYTHON_USEDEP}] ) |