Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-pynvim
@ 2022-07-18 12:09 Eloitor
  2022-07-18 12:29 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eloitor @ 2022-07-18 12:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 743 bytes --]

There is a new pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages python3-pynvim
https://github.com/void-linux/void-packages/pull/38127

New package: python3-pynvim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/38127.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pynvim-38127.patch --]
[-- Type: text/x-diff, Size: 1085 bytes --]

From a5ee8584dbfd570f2778625235af0f866070a969 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 14:13:32 +0200
Subject: [PATCH] New package: python3-pynvim

---
 srcpkgs/python3-pynvim/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-pynvim/template

diff --git a/srcpkgs/python3-pynvim/template b/srcpkgs/python3-pynvim/template
new file mode 100644
index 000000000000..54a5e4d46492
--- /dev/null
+++ b/srcpkgs/python3-pynvim/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-pynvim'
+pkgname=python3-pynvim
+version=0.4.3
+revision=1
+wrksrc="pynvim-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3"
+short_desc="Python client and plugin host for Nvim"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0"
+homepage="https://pynvim.readthedocs.io/"
+distfiles="https://github.com/neovim/pynvim/archive/refs/tags/${version}.tar.gz"
+checksum=e7c9de44b0201ad874a608270b7a9b10fd48bda65f49bada05815d973ca79391

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-pynvim
  2022-07-18 12:09 [PR PATCH] New package: python3-pynvim Eloitor
@ 2022-07-18 12:29 ` Eloitor
  2022-07-18 12:32 ` Eloitor
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2022-07-18 12:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages python3-pynvim
https://github.com/void-linux/void-packages/pull/38127

New package: python3-pynvim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/38127.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pynvim-38127.patch --]
[-- Type: text/x-diff, Size: 1142 bytes --]

From 6c5fa66b1e885b5062d3b7d8952b6b0a390a2dcb Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 14:13:32 +0200
Subject: [PATCH] New package: python3-pynvim

---
 srcpkgs/python3-pynvim/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pynvim/template

diff --git a/srcpkgs/python3-pynvim/template b/srcpkgs/python3-pynvim/template
new file mode 100644
index 000000000000..f7da0e739502
--- /dev/null
+++ b/srcpkgs/python3-pynvim/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pynvim'
+pkgname=python3-pynvim
+version=0.4.3
+revision=1
+wrksrc="pynvim-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 neovim"
+checkdepends="python3-msgpack python3-greenlet"
+short_desc="Python client and plugin host for Nvim"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0"
+homepage="https://pynvim.readthedocs.io/"
+distfiles="https://github.com/neovim/pynvim/archive/refs/tags/${version}.tar.gz"
+checksum=e7c9de44b0201ad874a608270b7a9b10fd48bda65f49bada05815d973ca79391

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] New package: python3-pynvim
  2022-07-18 12:09 [PR PATCH] New package: python3-pynvim Eloitor
  2022-07-18 12:29 ` [PR PATCH] [Updated] " Eloitor
@ 2022-07-18 12:32 ` Eloitor
  2022-07-18 12:37 ` Eloitor
  2022-07-18 12:38 ` [PR PATCH] [Closed]: " Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2022-07-18 12:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

There is an updated pull request by Eloitor against master on the void-packages repository

https://github.com/Eloitor/void-packages python3-pynvim
https://github.com/void-linux/void-packages/pull/38127

New package: python3-pynvim
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


A patch file from https://github.com/void-linux/void-packages/pull/38127.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pynvim-38127.patch --]
[-- Type: text/x-diff, Size: 1149 bytes --]

From 64a0cb9913a268024e6d91c8cba205051d54482b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 18 Jul 2022 14:13:32 +0200
Subject: [PATCH] New package: python3-pynvim

---
 srcpkgs/python3-pynvim/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-pynvim/template

diff --git a/srcpkgs/python3-pynvim/template b/srcpkgs/python3-pynvim/template
new file mode 100644
index 000000000000..e784ca4270f2
--- /dev/null
+++ b/srcpkgs/python3-pynvim/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-pynvim'
+pkgname=python3-pynvim
+version=0.4.3
+revision=1
+wrksrc="pynvim-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools python3-pytest"
+depends="python3 neovim"
+checkdepends="python3-msgpack python3-greenlet neovim"
+short_desc="Python client and plugin host for Nvim"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="Apache-2.0"
+homepage="https://pynvim.readthedocs.io/"
+distfiles="https://github.com/neovim/pynvim/archive/refs/tags/${version}.tar.gz"
+checksum=e7c9de44b0201ad874a608270b7a9b10fd48bda65f49bada05815d973ca79391

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: New package: python3-pynvim
  2022-07-18 12:09 [PR PATCH] New package: python3-pynvim Eloitor
  2022-07-18 12:29 ` [PR PATCH] [Updated] " Eloitor
  2022-07-18 12:32 ` Eloitor
@ 2022-07-18 12:37 ` Eloitor
  2022-07-18 12:38 ` [PR PATCH] [Closed]: " Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2022-07-18 12:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/38127#issuecomment-1187305079

Comment:
Oh I just found the package is already in the repo as `python3-neovim`

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: New package: python3-pynvim
  2022-07-18 12:09 [PR PATCH] New package: python3-pynvim Eloitor
                   ` (2 preceding siblings ...)
  2022-07-18 12:37 ` Eloitor
@ 2022-07-18 12:38 ` Eloitor
  3 siblings, 0 replies; 5+ messages in thread
From: Eloitor @ 2022-07-18 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 585 bytes --]

There's a closed pull request on the void-packages repository

New package: python3-pynvim
https://github.com/void-linux/void-packages/pull/38127

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-18 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 12:09 [PR PATCH] New package: python3-pynvim Eloitor
2022-07-18 12:29 ` [PR PATCH] [Updated] " Eloitor
2022-07-18 12:32 ` Eloitor
2022-07-18 12:37 ` Eloitor
2022-07-18 12:38 ` [PR PATCH] [Closed]: " Eloitor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).