Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wee-slack: fix wrong dependency
@ 2019-10-29 18:17 voidlinux-github
  2019-10-29 21:44 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-29 18:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caioalonso/void-packages wee-slack
https://github.com/void-linux/void-packages/pull/15899

wee-slack: fix wrong dependency
The current `python-websockets-client` dependency is incorrect:
```
         │14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
         │14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
         │14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
         │14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
         │14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"
```
Changing it to `python3-websockets-client` fixes the issue.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wee-slack-15899.patch --]
[-- Type: text/x-diff, Size: 763 bytes --]

From 21c333303d29b516af9452091f79b810e07b810b Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Tue, 29 Oct 2019 15:15:28 -0300
Subject: [PATCH] Updates wee-slack dependency to python3

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 1a86e25afe8..44a5fcf2fb6 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -3,7 +3,7 @@ pkgname=wee-slack
 version=2.3.0
 revision=1
 archs=noarch
-depends="weechat weechat-python python-websocket-client"
+depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] wee-slack: fix wrong dependency
  2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
  2019-10-29 21:44 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-29 21:44 ` voidlinux-github
  2019-10-30 14:30 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-29 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caioalonso/void-packages wee-slack
https://github.com/void-linux/void-packages/pull/15899

wee-slack: fix wrong dependency
The current `python-websockets-client` dependency is incorrect:
```
         │14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
         │14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
         │14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
         │14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
         │14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"
```
Changing it to `python3-websockets-client` fixes the issue.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wee-slack-15899.patch --]
[-- Type: text/x-diff, Size: 1448 bytes --]

From 21c333303d29b516af9452091f79b810e07b810b Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Tue, 29 Oct 2019 15:15:28 -0300
Subject: [PATCH 1/2] Updates wee-slack dependency to python3

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 1a86e25afe8..44a5fcf2fb6 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -3,7 +3,7 @@ pkgname=wee-slack
 version=2.3.0
 revision=1
 archs=noarch
-depends="weechat weechat-python python-websocket-client"
+depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="MIT"

From e8720955ef552cecf3e53f13e4b3899fe3839ed1 Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Tue, 29 Oct 2019 18:44:45 -0300
Subject: [PATCH 2/2] Increase package revision

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 44a5fcf2fb6..544818732e1 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -1,7 +1,7 @@
 # Template file for 'wee-slack'
 pkgname=wee-slack
 version=2.3.0
-revision=1
+revision=2
 archs=noarch
 depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"

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

* Re: [PR PATCH] [Updated] wee-slack: fix wrong dependency
  2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
@ 2019-10-29 21:44 ` voidlinux-github
  2019-10-29 21:44 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-29 21:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caioalonso/void-packages wee-slack
https://github.com/void-linux/void-packages/pull/15899

wee-slack: fix wrong dependency
The current `python-websockets-client` dependency is incorrect:
```
         │14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
         │14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
         │14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
         │14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
         │14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"
```
Changing it to `python3-websockets-client` fixes the issue.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wee-slack-15899.patch --]
[-- Type: text/x-diff, Size: 1448 bytes --]

From 21c333303d29b516af9452091f79b810e07b810b Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Tue, 29 Oct 2019 15:15:28 -0300
Subject: [PATCH 1/2] Updates wee-slack dependency to python3

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 1a86e25afe8..44a5fcf2fb6 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -3,7 +3,7 @@ pkgname=wee-slack
 version=2.3.0
 revision=1
 archs=noarch
-depends="weechat weechat-python python-websocket-client"
+depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="MIT"

From e8720955ef552cecf3e53f13e4b3899fe3839ed1 Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Tue, 29 Oct 2019 18:44:45 -0300
Subject: [PATCH 2/2] Increase package revision

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 44a5fcf2fb6..544818732e1 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -1,7 +1,7 @@
 # Template file for 'wee-slack'
 pkgname=wee-slack
 version=2.3.0
-revision=1
+revision=2
 archs=noarch
 depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"

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

* Re: [PR PATCH] [Updated] wee-slack: fix wrong dependency
  2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-30 14:30 ` voidlinux-github
@ 2019-10-30 14:30 ` voidlinux-github
  2019-10-30 14:34 ` voidlinux-github
  2019-10-30 14:43 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-30 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caioalonso/void-packages wee-slack
https://github.com/void-linux/void-packages/pull/15899

wee-slack: fix wrong dependency
The current `python-websockets-client` dependency is incorrect:
```
         │14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
         │14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
         │14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
         │14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
         │14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"
```
Changing it to `python3-websockets-client` fixes the issue.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wee-slack-15899.patch --]
[-- Type: text/x-diff, Size: 813 bytes --]

From 80173af67e9a3a7bb46139d8ecd2bacd5f248d6f Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Wed, 30 Oct 2019 11:29:57 -0300
Subject: [PATCH] Updates wee-slack dependency to python3

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 1a86e25afe8..544818732e1 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -1,9 +1,9 @@
 # Template file for 'wee-slack'
 pkgname=wee-slack
 version=2.3.0
-revision=1
+revision=2
 archs=noarch
-depends="weechat weechat-python python-websocket-client"
+depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="MIT"

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

* Re: [PR PATCH] [Updated] wee-slack: fix wrong dependency
  2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
  2019-10-29 21:44 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-29 21:44 ` voidlinux-github
@ 2019-10-30 14:30 ` voidlinux-github
  2019-10-30 14:30 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-30 14:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caioalonso/void-packages wee-slack
https://github.com/void-linux/void-packages/pull/15899

wee-slack: fix wrong dependency
The current `python-websockets-client` dependency is incorrect:
```
         │14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
         │14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
         │14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
         │14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
         │14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"
```
Changing it to `python3-websockets-client` fixes the issue.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-wee-slack-15899.patch --]
[-- Type: text/x-diff, Size: 813 bytes --]

From 80173af67e9a3a7bb46139d8ecd2bacd5f248d6f Mon Sep 17 00:00:00 2001
From: Caio Alonso <caio@caioalonso.com>
Date: Wed, 30 Oct 2019 11:29:57 -0300
Subject: [PATCH] Updates wee-slack dependency to python3

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

diff --git a/srcpkgs/wee-slack/template b/srcpkgs/wee-slack/template
index 1a86e25afe8..544818732e1 100644
--- a/srcpkgs/wee-slack/template
+++ b/srcpkgs/wee-slack/template
@@ -1,9 +1,9 @@
 # Template file for 'wee-slack'
 pkgname=wee-slack
 version=2.3.0
-revision=1
+revision=2
 archs=noarch
-depends="weechat weechat-python python-websocket-client"
+depends="weechat weechat-python python3-websocket-client"
 short_desc="WeeChat plugin for Slack.com"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="MIT"

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

* Re: wee-slack: fix wrong dependency
  2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-30 14:30 ` voidlinux-github
@ 2019-10-30 14:34 ` voidlinux-github
  2019-10-30 14:43 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-30 14:34 UTC (permalink / raw)
  To: ml

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

New comment by caioalonso on void-packages repository

https://github.com/void-linux/void-packages/pull/15899#issuecomment-547935463

Comment:
@Hoshpak done.

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

* Re: [PR PATCH] [Merged]: wee-slack: fix wrong dependency
  2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-30 14:34 ` voidlinux-github
@ 2019-10-30 14:43 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-30 14:43 UTC (permalink / raw)
  To: ml

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

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

wee-slack: fix wrong dependency
https://github.com/void-linux/void-packages/pull/15899

Description:
The current `python-websockets-client` dependency is incorrect:
```
│14:56:15     | python: stdout/stderr (?): Traceback (most recent call last):
│14:56:15     | python: stdout/stderr (?):   File "/home/caio/.weechat/python/autoload/wee_slack.py", line 28, in <module>
│14:56:15     | python: stdout/stderr (?):     from websocket import ABNF, create_connection, WebSocketConnectionClosedException
│14:56:15     | python: stdout/stderr (?): ModuleNotFoundError: No module named 'websocket'
│14:56:15 =!= | python: unable to parse file "/home/caio/.weechat/python/autoload/wee_slack.py"
```
Changing it to `python3-websockets-client` fixes the issue.

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

end of thread, other threads:[~2019-10-30 14:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 18:17 [PR PATCH] wee-slack: fix wrong dependency voidlinux-github
2019-10-29 21:44 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-29 21:44 ` voidlinux-github
2019-10-30 14:30 ` voidlinux-github
2019-10-30 14:30 ` voidlinux-github
2019-10-30 14:34 ` voidlinux-github
2019-10-30 14:43 ` [PR PATCH] [Merged]: " voidlinux-github

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