mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
Move dev-python/{readme_renderer → readme-renderer}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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 )
|
||||
|
||||
|
||||
@@ -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}]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user