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,  5 May 2022 08:16:59 +0000 (UTC)	[thread overview]
Message-ID: <1651738615.cd4105238604eb7c26de6de8479f4adcf023acd7.mgorny@gentoo> (raw)

commit:     cd4105238604eb7c26de6de8479f4adcf023acd7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May  5 07:34:24 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May  5 08:16:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd410523

dev-python/neovim-remote: Bump to 2.4.2

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

 dev-python/neovim-remote/Manifest                  |  1 +
 ...mote-9999.ebuild => neovim-remote-2.4.2.ebuild} | 28 +++++++++++++++-------
 dev-python/neovim-remote/neovim-remote-9999.ebuild | 28 +++++++++++++++-------
 3 files changed, 39 insertions(+), 18 deletions(-)

diff --git a/dev-python/neovim-remote/Manifest b/dev-python/neovim-remote/Manifest
index 2eab41f49497..de84c2754b82 100644
--- a/dev-python/neovim-remote/Manifest
+++ b/dev-python/neovim-remote/Manifest
@@ -1 +1,2 @@
 DIST neovim-remote-2.4.0.tar.gz 438687 BLAKE2B 0dfbe3d660d9b2f6b7a4f1016d4d230d63612306ea99079364ed5c6dbae51df7a19c4d1bca51a7bfad142ffe5811e286b843edf6b0715c7aac921c584701030e SHA512 073bf95a0238c76c19258d886fe71e23ec85f9cba200b8a490014a2842d1a84b3c95092afcfdcc8ca80122639b9e07652594faa24ed6a6aff537192ec3a3d14c
+DIST neovim-remote-2.4.2.gh.tar.gz 438766 BLAKE2B e4ff3218e405da24f5146e38fec94d61953e2b89ef1bdae49a2ec925c3c1f953187fec51e9ea9a71c9265959212221fd73d59582a8f91fd4c03c734ad04e219f SHA512 4c39a28781d33bd179492816b2723dba4ef8e535813a25373c94852125b2b743732e98875c89111dce4a6329338c7d69837fed0dd9072740b1bf2b0f192855ab

diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-2.4.2.ebuild
similarity index 55%
copy from dev-python/neovim-remote/neovim-remote-9999.ebuild
copy to dev-python/neovim-remote/neovim-remote-2.4.2.ebuild
index 15b4a3d9ac79..a7036334d63e 100644
--- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-2.4.2.ebuild
@@ -1,21 +1,29 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
 
-PYTHON_COMPAT=( python3_{7..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}.tar.gz"
+	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"
+HOMEPAGE="
+	https://github.com/mhinz/neovim-remote/
+	https://pypi.org/project/neovim-remote/
+"
 
 LICENSE="MIT"
 SLOT="0"
@@ -25,8 +33,10 @@ RDEPEND="
 	dev-python/psutil[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests pytest
-
-BDEPEND+="
-	test? ( app-editors/neovim )
+BDEPEND="
+	test? (
+		app-editors/neovim
+	)
 "
+
+distutils_enable_tests pytest

diff --git a/dev-python/neovim-remote/neovim-remote-9999.ebuild b/dev-python/neovim-remote/neovim-remote-9999.ebuild
index 15b4a3d9ac79..a7036334d63e 100644
--- a/dev-python/neovim-remote/neovim-remote-9999.ebuild
+++ b/dev-python/neovim-remote/neovim-remote-9999.ebuild
@@ -1,21 +1,29 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
 
-PYTHON_COMPAT=( python3_{7..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}.tar.gz"
+	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"
+HOMEPAGE="
+	https://github.com/mhinz/neovim-remote/
+	https://pypi.org/project/neovim-remote/
+"
 
 LICENSE="MIT"
 SLOT="0"
@@ -25,8 +33,10 @@ RDEPEND="
 	dev-python/psutil[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests pytest
-
-BDEPEND+="
-	test? ( app-editors/neovim )
+BDEPEND="
+	test? (
+		app-editors/neovim
+	)
 "
+
+distutils_enable_tests pytest


             reply	other threads:[~2022-05-05  8:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-05  8:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-30  6:46 [gentoo-commits] repo/gentoo:master commit in: dev-python/neovim-remote/ Michał Górny
2025-05-29 20:04 Sam James
2025-05-29 19:09 Sam James
2023-02-21 17:06 Sam James
2022-06-16  8:06 Michał Górny
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
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=1651738615.cd4105238604eb7c26de6de8479f4adcf023acd7.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