Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vim: add python_version, update
@ 2020-04-24 23:18 fosslinux
  2020-04-24 23:18 ` [PR PATCH] [Updated] " fosslinux
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fosslinux @ 2020-04-24 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages vim-python-version
https://github.com/void-linux/void-packages/pull/21319

vim: add python_version, update
Figured might as well bump version while I'm at it :)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vim-python-version-21319.patch --]
[-- Type: text/x-diff, Size: 726 bytes --]

From a493db21efa5700c990562dfcb4bc0f859413a02 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 25 Apr 2020 08:39:35 +1000
Subject: [PATCH] vim: add python_version

---
 srcpkgs/vim/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index 3febe866112..d81e8fc4d8a 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -12,6 +12,7 @@ license="Vim"
 homepage="https://www.vim.org"
 distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
 checksum=76a7f9b356f030ff426096a16b77b87a5c059a66d4d0ed4a21a9e60fc2ef8364
+python_version=3
 
 subpackages="xxd vim-common vim-x11 gvim"
 # XXX vim-huge cannot be cross compiled for now.

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

* Re: [PR PATCH] [Updated] vim: add python_version, update
  2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
@ 2020-04-24 23:18 ` fosslinux
  2020-04-24 23:20 ` fosslinux
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-04-24 23:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages vim-python-version
https://github.com/void-linux/void-packages/pull/21319

vim: add python_version, update
Figured might as well bump version while I'm at it :)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vim-python-version-21319.patch --]
[-- Type: text/x-diff, Size: 1383 bytes --]

From a493db21efa5700c990562dfcb4bc0f859413a02 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 25 Apr 2020 08:39:35 +1000
Subject: [PATCH 1/2] vim: add python_version

---
 srcpkgs/vim/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index 3febe866112..d81e8fc4d8a 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -12,6 +12,7 @@ license="Vim"
 homepage="https://www.vim.org"
 distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
 checksum=76a7f9b356f030ff426096a16b77b87a5c059a66d4d0ed4a21a9e60fc2ef8364
+python_version=3
 
 subpackages="xxd vim-common vim-x11 gvim"
 # XXX vim-huge cannot be cross compiled for now.

From 6db70e9338ee70d68034a528ff70da9d60c96576 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 25 Apr 2020 08:56:34 +1000
Subject: [PATCH 2/2] vim: update to 8.2.0633

---
 srcpkgs/vim/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index d81e8fc4d8a..00d9f404651 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,6 +1,6 @@
 # Template file for 'vim'
 pkgname=vim
-version=8.2.0496
+version=8.2.0633
 revision=1
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel

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

* Re: [PR PATCH] [Updated] vim: add python_version, update
  2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
  2020-04-24 23:18 ` [PR PATCH] [Updated] " fosslinux
@ 2020-04-24 23:20 ` fosslinux
  2020-04-25 21:59 ` fosslinux
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-04-24 23:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages vim-python-version
https://github.com/void-linux/void-packages/pull/21319

vim: add python_version, update
Figured might as well bump version while I'm at it :)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vim-python-version-21319.patch --]
[-- Type: text/x-diff, Size: 1773 bytes --]

From a493db21efa5700c990562dfcb4bc0f859413a02 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 25 Apr 2020 08:39:35 +1000
Subject: [PATCH 1/2] vim: add python_version

---
 srcpkgs/vim/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index 3febe866112..d81e8fc4d8a 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -12,6 +12,7 @@ license="Vim"
 homepage="https://www.vim.org"
 distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
 checksum=76a7f9b356f030ff426096a16b77b87a5c059a66d4d0ed4a21a9e60fc2ef8364
+python_version=3
 
 subpackages="xxd vim-common vim-x11 gvim"
 # XXX vim-huge cannot be cross compiled for now.

From 2738002f6e12acb33f36b370f4af343ec581499f Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 25 Apr 2020 08:56:34 +1000
Subject: [PATCH 2/2] vim: update to 8.2.0633

---
 srcpkgs/vim/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index d81e8fc4d8a..e6886c1f0a2 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,6 +1,6 @@
 # Template file for 'vim'
 pkgname=vim
-version=8.2.0496
+version=8.2.0633
 revision=1
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel
@@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
 license="Vim"
 homepage="https://www.vim.org"
 distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
-checksum=76a7f9b356f030ff426096a16b77b87a5c059a66d4d0ed4a21a9e60fc2ef8364
+checksum=f01c2a367a1c296e9ea25598bf3c8d5bd4203ecf4cbb8c0eee41c2a480ea449f
 python_version=3
 
 subpackages="xxd vim-common vim-x11 gvim"

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

* Re: [PR PATCH] [Updated] vim: add python_version, update
  2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
  2020-04-24 23:18 ` [PR PATCH] [Updated] " fosslinux
  2020-04-24 23:20 ` fosslinux
@ 2020-04-25 21:59 ` fosslinux
  2020-04-25 22:00 ` fosslinux
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-04-25 21:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fosslinux/void-packages vim-python-version
https://github.com/void-linux/void-packages/pull/21319

vim: add python_version, update
Figured might as well bump version while I'm at it :)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vim-python-version-21319.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From 2d881ec6c041dc266e4aeb4ca5ac7d9ddeae8210 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Sat, 25 Apr 2020 08:39:35 +1000
Subject: [PATCH] vim: update to 8.2.0633

---
 srcpkgs/vim/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template
index 3febe866112..64002d1001a 100644
--- a/srcpkgs/vim/template
+++ b/srcpkgs/vim/template
@@ -1,17 +1,18 @@
 # Template file for 'vim'
 pkgname=vim
-version=8.2.0496
+version=8.2.0633
 revision=1
 hostmakedepends="gettext glib-devel pkg-config"
 makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel
  perl python3-devel ruby-devel"
 depends="vim-common>=${version}"
 short_desc="Vim editor (vi clone)"
-maintainer="Juan RP <xtraeme@gmail.com>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Vim"
 homepage="https://www.vim.org"
 distfiles="https://github.com/vim/vim/archive/v${version}.tar.gz"
-checksum=76a7f9b356f030ff426096a16b77b87a5c059a66d4d0ed4a21a9e60fc2ef8364
+checksum=f01c2a367a1c296e9ea25598bf3c8d5bd4203ecf4cbb8c0eee41c2a480ea449f
+python_version=3
 
 subpackages="xxd vim-common vim-x11 gvim"
 # XXX vim-huge cannot be cross compiled for now.

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

* Re: vim: add python_version, update
  2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
                   ` (2 preceding siblings ...)
  2020-04-25 21:59 ` fosslinux
@ 2020-04-25 22:00 ` fosslinux
  2020-04-28 13:28 ` NeelChotai
  2020-04-28 22:44 ` [PR PATCH] [Closed]: " fosslinux
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-04-25 22:00 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/21319#issuecomment-619446424

Comment:
> please squash all changes into one commit
> please orphan the package

Done

> did you verify the python scripts are py3 compatible ?

Yes, and the only dependency is python3. see makedepends

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

* Re: vim: add python_version, update
  2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
                   ` (3 preceding siblings ...)
  2020-04-25 22:00 ` fosslinux
@ 2020-04-28 13:28 ` NeelChotai
  2020-04-28 22:44 ` [PR PATCH] [Closed]: " fosslinux
  5 siblings, 0 replies; 7+ messages in thread
From: NeelChotai @ 2020-04-28 13:28 UTC (permalink / raw)
  To: ml

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

New comment by NeelChotai on void-packages repository

https://github.com/void-linux/void-packages/pull/21319#issuecomment-620607948

Comment:
Conflicts with 7fdd8ab.

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

* Re: [PR PATCH] [Closed]: vim: add python_version, update
  2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
                   ` (4 preceding siblings ...)
  2020-04-28 13:28 ` NeelChotai
@ 2020-04-28 22:44 ` fosslinux
  5 siblings, 0 replies; 7+ messages in thread
From: fosslinux @ 2020-04-28 22:44 UTC (permalink / raw)
  To: ml

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

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

vim: add python_version, update
https://github.com/void-linux/void-packages/pull/21319

Description:
Figured might as well bump version while I'm at it :)

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

end of thread, other threads:[~2020-04-28 22:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 23:18 [PR PATCH] vim: add python_version, update fosslinux
2020-04-24 23:18 ` [PR PATCH] [Updated] " fosslinux
2020-04-24 23:20 ` fosslinux
2020-04-25 21:59 ` fosslinux
2020-04-25 22:00 ` fosslinux
2020-04-28 13:28 ` NeelChotai
2020-04-28 22:44 ` [PR PATCH] [Closed]: " fosslinux

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).