Move dev-python/{readme_renderer → readme-renderer}

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2023-06-20 07:16:32 +02:00
parent cdfcebc30a
commit 6326816aef
6 changed files with 12 additions and 5 deletions

View File

@@ -4,19 +4,25 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi
DESCRIPTION="reStructuredText viewer"
HOMEPAGE="https://mg.pov.lt/restview/ https://pypi.org/project/restview/"
HOMEPAGE="
https://mg.pov.lt/restview/
https://pypi.org/project/restview/
"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/docutils[${PYTHON_USEDEP}]
RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
dev-python/readme_renderer[${PYTHON_USEDEP}]"
dev-python/readme-renderer[${PYTHON_USEDEP}]
"
DOCS=( README.rst CHANGES.rst )

View File

@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
>=dev-python/keyring-15.1[${PYTHON_USEDEP}]
>=dev-python/pkginfo-1.8.1[${PYTHON_USEDEP}]
>=dev-python/readme_renderer-35.0[${PYTHON_USEDEP}]
>=dev-python/readme-renderer-35.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.8.0[${PYTHON_USEDEP}]
>=dev-python/rfc3986-1.4.0[${PYTHON_USEDEP}]

View File

@@ -27,3 +27,4 @@ move dev-python/docker-py dev-python/docker
move dev-python/python-ctags dev-python/python-ctags3
move dev-python/python-miniupnpc dev-python/miniupnpc
move dev-python/service_identity dev-python/service-identity
move dev-python/readme_renderer dev-python/readme-renderer