From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pynvim/
Date: Thu, 25 Feb 2021 20:00:27 +0000 (UTC) [thread overview]
Message-ID: <1614283220.0901b55f06edeb95a7e7fa3c099aec4612bf6125.mgorny@gentoo> (raw)
commit: 0901b55f06edeb95a7e7fa3c099aec4612bf6125
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 19:47:01 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 20:00:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0901b55f
dev-python/pynvim: Bump to 0.4.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pynvim/Manifest | 1 +
dev-python/pynvim/pynvim-0.4.3.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-python/pynvim/Manifest b/dev-python/pynvim/Manifest
index 21211cec4de..5350f892e14 100644
--- a/dev-python/pynvim/Manifest
+++ b/dev-python/pynvim/Manifest
@@ -1 +1,2 @@
DIST pynvim-0.4.2.tar.gz 52809 BLAKE2B 0bc2c3b509b602d7c46df9c54e867d1833bcadc792d5e1b27e45d99a57c33ff531e85841d8cbccdcb104892a994fcd71ac1c6ba2e86b4785cf890b1f8445d577 SHA512 d24d18fd158b318396cbd4e4ca3a0a304cb12b6790b84fc5f78bbb4aaa4b325d0fea6e281ff3cb27efbec0130d193d4871806750f6d1b792ef8a3558b5c37501
+DIST pynvim-0.4.3.tar.gz 52807 BLAKE2B 2ac8894af71a28f8008dca1f9e34a0cda6a68aa108ddfe122e4e9cac4c7669262483729aafb238d0e8eb0022ddea9bb222ec7b718e9a9c59fbb349821b6b8dbe SHA512 5d8fc7623a5bc2e069991b901dbd4dcc6005ddab31e2f0a70ee50c2d6febf3b5c29a61fc4dce454aa494779d7a869a1e92a2a97cb66212ed858c3d3fd77c0f55
diff --git a/dev-python/pynvim/pynvim-0.4.3.ebuild b/dev-python/pynvim/pynvim-0.4.3.ebuild
new file mode 100644
index 00000000000..c761d8d7cf7
--- /dev/null
+++ b/dev-python/pynvim/pynvim-0.4.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python client for Neovim"
+HOMEPAGE="https://github.com/neovim/pynvim"
+SRC_URI="https://github.com/neovim/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="
+ dev-python/msgpack[${PYTHON_USEDEP}]
+ virtual/python-greenlet[${PYTHON_USEDEP}]
+ test? ( app-editors/neovim )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -r -i "s:[\"']pytest-runner[\"'](,|)::" setup.py || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2021-02-25 20:00 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-25 20:00 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-18 10:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/pynvim/ Michał Górny
2025-01-18 8:56 Arthur Zamarin
2024-12-30 7:17 Michał Górny
2024-06-03 2:25 Sam James
2023-12-20 16:00 Michał Górny
2023-12-20 15:56 Michał Górny
2023-12-08 16:54 Sam James
2023-12-08 16:49 Michał Górny
2023-12-05 4:29 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2023-11-23 19:38 Michał Górny
2023-01-09 15:30 Matt Turner
2021-11-22 11:13 Sam James
2021-06-01 0:28 Sam James
2021-03-30 22:27 Michał Górny
2021-03-30 22:02 Sam James
2021-02-25 20:00 Michał Górny
2021-01-07 9:22 Michał Górny
2021-01-07 0:58 Sam James
2020-12-11 15:08 Michał Górny
2020-12-03 11:10 Sam James
2020-12-03 7:03 Sam James
2020-12-03 7:03 Sam James
2020-07-02 19:32 Robin H. Johnson
2020-04-27 8:13 Agostino Sarubbo
2020-03-28 18:03 Michał Górny
2020-02-05 19:53 Michał Górny
2020-02-05 7:10 Matt Turner
2020-02-05 6:57 Matt Turner
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=1614283220.0901b55f06edeb95a7e7fa3c099aec4612bf6125.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