From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C501158090 for ; Fri, 20 May 2022 08:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60243E0978; Fri, 20 May 2022 08:29:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06D47E0978 for ; Fri, 20 May 2022 08:29:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48353341633 for ; Fri, 20 May 2022 08:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADE054D4 for ; Fri, 20 May 2022 08:29:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1653035361.ccbb2ea0e836a78977f7f2886054107c157935e5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/neovim-remote/Manifest dev-python/neovim-remote/neovim-remote-2.5.1.ebuild X-VCS-Directories: dev-python/neovim-remote/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ccbb2ea0e836a78977f7f2886054107c157935e5 X-VCS-Branch: master Date: Fri, 20 May 2022 08:29:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: de2c23a0-9213-4c89-ab89-b582e4bae826 X-Archives-Hash: 5df454bf66467a1c85651c616093c8dd commit: ccbb2ea0e836a78977f7f2886054107c157935e5 Author: Michał Górny gentoo org> AuthorDate: Fri May 20 07:39:04 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 20 08:29:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbb2ea0 dev-python/neovim-remote: Bump to 2.5.1 Signed-off-by: Michał Górny gentoo.org> dev-python/neovim-remote/Manifest | 1 + .../neovim-remote/neovim-remote-2.5.1.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-python/neovim-remote/Manifest b/dev-python/neovim-remote/Manifest index 8f9a93992753..e7f711b97683 100644 --- a/dev-python/neovim-remote/Manifest +++ b/dev-python/neovim-remote/Manifest @@ -1 +1,2 @@ DIST neovim-remote-2.5.0.gh.tar.gz 439382 BLAKE2B b37317362b13dcb796d6a6ca0bd16b99b48154d9615af162d3da3898b080bbd87ae4624c37240498d73b92522a32a732cfc75ce8f69e172c97dd837b0965748e SHA512 872ad20f947a5ac99a1a91b925e1daa59e0c4ed6b7dbe9fede806dae2c3f1f5bc8bd660ba58513c41e402d39e2ad15d5f499d57e13782af7d10d8390a2737ea3 +DIST neovim-remote-2.5.1.gh.tar.gz 439548 BLAKE2B b57ddc0b8b432b65864bb560412684e6967db08ed09e1e7fe7294ba24d0d0aeb377f0f6fa38f4b0de44d5ea6bcc796ca2b8a491dda26eab870deab37f3608c59 SHA512 2d3c921485b18a9538f82b3a057834bdec5d8568a84528afaf52d73a69b60cf1eb6dee33f50a10d961fc0985c7a7d262a4edfc9f26f3ffd5d945472855fe3121 diff --git a/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild b/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild new file mode 100644 index 000000000000..a7036334d63e --- /dev/null +++ b/dev-python/neovim-remote/neovim-remote-2.5.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/mhinz/${PN}.git" +else + SRC_URI=" + https://github.com/mhinz/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz + " + KEYWORDS="~amd64 ~arm" +fi + +DESCRIPTION="A tool that helps control neovim processes" +HOMEPAGE=" + https://github.com/mhinz/neovim-remote/ + https://pypi.org/project/neovim-remote/ +" + +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + dev-python/pynvim[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] +" + +BDEPEND=" + test? ( + app-editors/neovim + ) +" + +distutils_enable_tests pytest