Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/
Date: Mon, 16 May 2022 13:20:52
Message-Id: 1652707142.2e03d80ce3d3f10f62a2526731c752b1e2d1e70b.mgorny@gentoo
1 commit: 2e03d80ce3d3f10f62a2526731c752b1e2d1e70b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:19:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:19:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e03d80c
7
8 dev-python/neovim-remote: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/neovim-remote/Manifest | 2 --
13 .../neovim-remote/neovim-remote-2.4.0.ebuild | 33 -----------------
14 .../neovim-remote/neovim-remote-2.4.2.ebuild | 42 ----------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/dev-python/neovim-remote/Manifest b/dev-python/neovim-remote/Manifest
18 index 1bcf043aa783..8f9a93992753 100644
19 --- a/dev-python/neovim-remote/Manifest
20 +++ b/dev-python/neovim-remote/Manifest
21 @@ -1,3 +1 @@
22 -DIST neovim-remote-2.4.0.tar.gz 438687 BLAKE2B 0dfbe3d660d9b2f6b7a4f1016d4d230d63612306ea99079364ed5c6dbae51df7a19c4d1bca51a7bfad142ffe5811e286b843edf6b0715c7aac921c584701030e SHA512 073bf95a0238c76c19258d886fe71e23ec85f9cba200b8a490014a2842d1a84b3c95092afcfdcc8ca80122639b9e07652594faa24ed6a6aff537192ec3a3d14c
23 -DIST neovim-remote-2.4.2.gh.tar.gz 438766 BLAKE2B e4ff3218e405da24f5146e38fec94d61953e2b89ef1bdae49a2ec925c3c1f953187fec51e9ea9a71c9265959212221fd73d59582a8f91fd4c03c734ad04e219f SHA512 4c39a28781d33bd179492816b2723dba4ef8e535813a25373c94852125b2b743732e98875c89111dce4a6329338c7d69837fed0dd9072740b1bf2b0f192855ab
24 DIST neovim-remote-2.5.0.gh.tar.gz 439382 BLAKE2B b37317362b13dcb796d6a6ca0bd16b99b48154d9615af162d3da3898b080bbd87ae4624c37240498d73b92522a32a732cfc75ce8f69e172c97dd837b0965748e SHA512 872ad20f947a5ac99a1a91b925e1daa59e0c4ed6b7dbe9fede806dae2c3f1f5bc8bd660ba58513c41e402d39e2ad15d5f499d57e13782af7d10d8390a2737ea3
25
26 diff --git a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild b/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
27 deleted file mode 100644
28 index 24fb72fd1950..000000000000
29 --- a/dev-python/neovim-remote/neovim-remote-2.4.0.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..10} )
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -inherit distutils-r1
40 -
41 -if [[ ${PV} == 9999 ]]; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://github.com/mhinz/${PN}.git"
44 -else
45 - SRC_URI="https://github.com/mhinz/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="~amd64 ~arm"
47 -fi
48 -
49 -DESCRIPTION="A tool that helps control neovim processes"
50 -HOMEPAGE="https://github.com/mhinz/neovim-remote"
51 -
52 -LICENSE="MIT"
53 -SLOT="0"
54 -
55 -RDEPEND="
56 - dev-python/pynvim[${PYTHON_USEDEP}]
57 - dev-python/psutil[${PYTHON_USEDEP}]
58 -"
59 -
60 -distutils_enable_tests pytest
61 -
62 -BDEPEND+="
63 - test? ( app-editors/neovim )
64 -"
65
66 diff --git a/dev-python/neovim-remote/neovim-remote-2.4.2.ebuild b/dev-python/neovim-remote/neovim-remote-2.4.2.ebuild
67 deleted file mode 100644
68 index a7036334d63e..000000000000
69 --- a/dev-python/neovim-remote/neovim-remote-2.4.2.ebuild
70 +++ /dev/null
71 @@ -1,42 +0,0 @@
72 -# Copyright 1999-2022 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=8
76 -
77 -DISTUTILS_USE_PEP517=setuptools
78 -PYTHON_COMPAT=( python3_{8..10} )
79 -
80 -inherit distutils-r1
81 -
82 -if [[ ${PV} == 9999 ]]; then
83 - inherit git-r3
84 - EGIT_REPO_URI="https://github.com/mhinz/${PN}.git"
85 -else
86 - SRC_URI="
87 - https://github.com/mhinz/${PN}/archive/v${PV}.tar.gz
88 - -> ${P}.gh.tar.gz
89 - "
90 - KEYWORDS="~amd64 ~arm"
91 -fi
92 -
93 -DESCRIPTION="A tool that helps control neovim processes"
94 -HOMEPAGE="
95 - https://github.com/mhinz/neovim-remote/
96 - https://pypi.org/project/neovim-remote/
97 -"
98 -
99 -LICENSE="MIT"
100 -SLOT="0"
101 -
102 -RDEPEND="
103 - dev-python/pynvim[${PYTHON_USEDEP}]
104 - dev-python/psutil[${PYTHON_USEDEP}]
105 -"
106 -
107 -BDEPEND="
108 - test? (
109 - app-editors/neovim
110 - )
111 -"
112 -
113 -distutils_enable_tests pytest