dev-python/pynvim: Rename from dev-python/neovim-python-client

Closes: https://bugs.gentoo.org/684310
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2020-02-04 22:48:34 -08:00
parent e0b3847bde
commit f9dbe58faa
14 changed files with 12 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ DEPEND="
RDEPEND="
${DEPEND}
app-eselect/eselect-vi
python? ( dev-python/neovim-python-client )
python? ( dev-python/pynvim )
ruby? ( dev-ruby/neovim-ruby-client )
remote? ( dev-python/neovim-remote )
clipboard? ( || ( x11-misc/xsel x11-misc/xclip ) )

View File

@@ -85,7 +85,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
optfeature "Python plugin support" dev-python/neovim-python-client
optfeature "Python plugin support" dev-python/pynvim
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
optfeature "remote/nvr support" dev-python/neovim-remote
}

View File

@@ -85,7 +85,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
optfeature "Python plugin support" dev-python/neovim-python-client
optfeature "Python plugin support" dev-python/pynvim
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
optfeature "remote/nvr support" dev-python/neovim-remote
}

View File

@@ -86,7 +86,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
optfeature "clipboard support" x11-misc/xsel x11-misc/xclip gui-apps/wl-clipboard
optfeature "Python plugin support" dev-python/neovim-python-client
optfeature "Python plugin support" dev-python/pynvim
optfeature "Ruby plugin support" dev-ruby/neovim-ruby-client
optfeature "remote/nvr support" dev-python/neovim-remote
}

View File

@@ -1 +0,0 @@
DIST neovim-python-client-0.4.0.tar.gz 53443 BLAKE2B de37fde43e90e8277f3c69cedde9226e929f122cc2ff3030766fa716069114bffb27ea9489f2de87c69d3e7a8e0ecc22397a94168cee542d37dc827dc3ed3d13 SHA512 4b3b0e295181cf8886850477d01daba1cba8ac456aedadc5b3881b0b4910724450c4e7774282f6edf3e322792b697ae8e925f40b2a0b181a95eee48aef42a97a

View File

@@ -20,7 +20,7 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
dev-python/neovim-python-client[${PYTHON_USEDEP}]
dev-python/pynvim[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View File

@@ -22,7 +22,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/neovim-python-client[${PYTHON_USEDEP}]
dev-python/pynvim[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"

View File

@@ -22,7 +22,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/neovim-python-client[${PYTHON_USEDEP}]
dev-python/pynvim[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"

View File

@@ -22,7 +22,7 @@ IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/neovim-python-client[${PYTHON_USEDEP}]
dev-python/pynvim[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"

View File

@@ -20,7 +20,7 @@ LICENSE="MIT"
SLOT="0"
RDEPEND="
dev-python/neovim-python-client[${PYTHON_USEDEP}]
dev-python/pynvim[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View File

@@ -0,0 +1 @@
DIST pynvim-0.4.0.tar.gz 53443 BLAKE2B de37fde43e90e8277f3c69cedde9226e929f122cc2ff3030766fa716069114bffb27ea9489f2de87c69d3e7a8e0ecc22397a94168cee542d37dc827dc3ed3d13 SHA512 4b3b0e295181cf8886850477d01daba1cba8ac456aedadc5b3881b0b4910724450c4e7774282f6edf3e322792b697ae8e925f40b2a0b181a95eee48aef42a97a

View File

@@ -8,8 +8,7 @@ inherit distutils-r1
DESCRIPTION="Python client for Neovim"
HOMEPAGE="https://github.com/neovim/pynvim"
SRC_URI="https://github.com/neovim/pynvim/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/pynvim-${PV}"
SRC_URI="https://github.com/neovim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"

View File

@@ -1 +1,2 @@
move dev-libs/range-v3 dev-cpp/range-v3
move dev-python/neovim-python-client dev-python/pynvim