public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/
Date: Thu, 16 Jun 2022 08:06:57 +0000 (UTC)	[thread overview]
Message-ID: <1655366780.7d973c12d0c0468917f8bff4cdc8b8c741cb2b1c.mgorny@gentoo> (raw)

commit:     7d973c12d0c0468917f8bff4cdc8b8c741cb2b1c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 08:06:20 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 08:06:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d973c12

dev-python/neovim-remote: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/neovim-remote/Manifest                  |  1 -
 .../neovim-remote/neovim-remote-2.5.0.ebuild       | 42 ----------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-python/neovim-remote/Manifest b/dev-python/neovim-remote/Manifest
index e7f711b97683..3b8839beaafc 100644
--- a/dev-python/neovim-remote/Manifest
+++ b/dev-python/neovim-remote/Manifest
@@ -1,2 +1 @@
-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.0.ebuild b/dev-python/neovim-remote/neovim-remote-2.5.0.ebuild
deleted file mode 100644
index a7036334d63e..000000000000
--- a/dev-python/neovim-remote/neovim-remote-2.5.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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


             reply	other threads:[~2022-06-16  8:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-16  8:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-21 17:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/ Sam James
2022-06-04 19:57 Michał Górny
2022-05-20  8:29 Michał Górny
2022-05-16 13:20 Michał Górny
2022-05-07  9:35 Michał Górny
2022-05-05  8:16 Michał Górny
2021-06-01  0:28 Sam James
2021-06-01  0:28 Sam James
2021-06-01  0:28 Sam James
2020-09-29 10:26 Joonas Niilola
2020-09-29 10:26 Joonas Niilola
2020-04-24  5:52 Michał Górny
2020-03-28  9:20 Michał Górny
2019-10-09  5:22 Joonas Niilola
2019-05-19  0:04 Michael Palimaka
2019-04-20 19:01 Mikle Kolyada
2018-11-02 21:14 Michał Górny
2018-11-02 21:14 Michał Górny
2018-07-07 12:15 Jonas Stein
2018-01-05 17:43 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1655366780.7d973c12d0c0468917f8bff4cdc8b8c741cb2b1c.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox