Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] networkmanager-dmenu: use python2 dependencies
@ 2019-06-04 14:41 voidlinux-github
  2019-06-04 14:56 ` voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tjg1/void-packages master
https://github.com/void-linux/void-packages/pull/12128

networkmanager-dmenu: use python2 dependencies
networkmanager-dmenu is a python2 script, but the package currently depends on the python3 version of python-gobject. it should depend on the python2 version instead.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12128.patch --]
[-- Type: application/text/x-diff, Size: 937 bytes --]

From 8bd3f432ecdddf33c48b674cfebdc4b873d4d672 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Jan=20G=C3=B3ralczyk?= <tomg@fastmail.uk>
Date: Tue, 4 Jun 2019 14:34:21 +0100
Subject: [PATCH] networkmanager-dmenu: use python2 dependencies

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

diff --git a/srcpkgs/networkmanager-dmenu/template b/srcpkgs/networkmanager-dmenu/template
index b9a684cccaa..6ce6f348937 100644
--- a/srcpkgs/networkmanager-dmenu/template
+++ b/srcpkgs/networkmanager-dmenu/template
@@ -1,10 +1,10 @@
 # Template file for 'networkmanager-dmenu'
 pkgname=networkmanager-dmenu
 version=1.1
-revision=1
+revision=2
 archs=noarch
 conf_files="/etc/networkmanager_dmenu-config.ini"
-depends="NetworkManager python3-gobject"
+depends="NetworkManager python-gobject"
 short_desc="Control NetworkManager via dmenu"
 maintainer="teldra <teldra@rotce.de>"
 license="MIT"

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

* Re: networkmanager-dmenu: use python2 dependencies
  2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
@ 2019-06-04 14:56 ` voidlinux-github
  2019-06-04 17:27 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 14:56 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/12128#issuecomment-498708141
Comment:
According to upstream, the script is compatible with python 3.2+. Maybe it's just the shebang line that's wrong?

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

* Re: [PR PATCH] [Updated] networkmanager-dmenu: use python2 dependencies
  2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
  2019-06-04 14:56 ` voidlinux-github
  2019-06-04 17:27 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-04 17:27 ` voidlinux-github
  2019-06-04 17:29 ` voidlinux-github
  2019-06-04 17:45 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 17:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tjg1/void-packages master
https://github.com/void-linux/void-packages/pull/12128

networkmanager-dmenu: use python2 dependencies
networkmanager-dmenu is a python2 script, but the package currently depends on the python3 version of python-gobject. it should depend on the python2 version instead.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12128.patch --]
[-- Type: application/text/x-diff, Size: 1070 bytes --]

From 52e8b84826c924ffcf79ba7e853c6f68ffdc153a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Jan=20G=C3=B3ralczyk?= <tomg@fastmail.uk>
Date: Tue, 4 Jun 2019 14:34:21 +0100
Subject: [PATCH] networkmanager-dmenu: use python2 dependencies

---
 srcpkgs/networkmanager-dmenu/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/networkmanager-dmenu/template b/srcpkgs/networkmanager-dmenu/template
index b9a684cccaa..dab3febf077 100644
--- a/srcpkgs/networkmanager-dmenu/template
+++ b/srcpkgs/networkmanager-dmenu/template
@@ -1,7 +1,7 @@
 # Template file for 'networkmanager-dmenu'
 pkgname=networkmanager-dmenu
 version=1.1
-revision=1
+revision=2
 archs=noarch
 conf_files="/etc/networkmanager_dmenu-config.ini"
 depends="NetworkManager python3-gobject"
@@ -11,6 +11,7 @@ license="MIT"
 homepage="https://github.com/firecat53/${pkgname}"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=279695b8833ec790cf0c00ec2eb36be09ca33a39aa9595578e2e3d2f644dd998
+python_version=3
 
 do_install() {
 	vmkdir usr/share/applications

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

* Re: [PR PATCH] [Updated] networkmanager-dmenu: use python2 dependencies
  2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
  2019-06-04 14:56 ` voidlinux-github
@ 2019-06-04 17:27 ` voidlinux-github
  2019-06-04 17:27 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 17:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tjg1/void-packages master
https://github.com/void-linux/void-packages/pull/12128

networkmanager-dmenu: use python2 dependencies
networkmanager-dmenu is a python2 script, but the package currently depends on the python3 version of python-gobject. it should depend on the python2 version instead.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-12128.patch --]
[-- Type: application/text/x-diff, Size: 1070 bytes --]

From 52e8b84826c924ffcf79ba7e853c6f68ffdc153a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tomasz=20Jan=20G=C3=B3ralczyk?= <tomg@fastmail.uk>
Date: Tue, 4 Jun 2019 14:34:21 +0100
Subject: [PATCH] networkmanager-dmenu: use python2 dependencies

---
 srcpkgs/networkmanager-dmenu/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/networkmanager-dmenu/template b/srcpkgs/networkmanager-dmenu/template
index b9a684cccaa..dab3febf077 100644
--- a/srcpkgs/networkmanager-dmenu/template
+++ b/srcpkgs/networkmanager-dmenu/template
@@ -1,7 +1,7 @@
 # Template file for 'networkmanager-dmenu'
 pkgname=networkmanager-dmenu
 version=1.1
-revision=1
+revision=2
 archs=noarch
 conf_files="/etc/networkmanager_dmenu-config.ini"
 depends="NetworkManager python3-gobject"
@@ -11,6 +11,7 @@ license="MIT"
 homepage="https://github.com/firecat53/${pkgname}"
 distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=279695b8833ec790cf0c00ec2eb36be09ca33a39aa9595578e2e3d2f644dd998
+python_version=3
 
 do_install() {
 	vmkdir usr/share/applications

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

* Re: networkmanager-dmenu: use python2 dependencies
  2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-04 17:27 ` voidlinux-github
@ 2019-06-04 17:29 ` voidlinux-github
  2019-06-04 17:45 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 17:29 UTC (permalink / raw)
  To: ml

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

New comment by tjg1 on void-packages repository

https://github.com/void-linux/void-packages/pull/12128#issuecomment-498767460
Comment:
Yeah, looks like it. I amended the patch to fix the shebang instead.

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

* Re: [PR PATCH] [Merged]: networkmanager-dmenu: use python2 dependencies
  2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-04 17:29 ` voidlinux-github
@ 2019-06-04 17:45 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-06-04 17:45 UTC (permalink / raw)
  To: ml

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

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

networkmanager-dmenu: use python2 dependencies
https://github.com/void-linux/void-packages/pull/12128
Description: networkmanager-dmenu is a python2 script, but the package currently depends on the python3 version of python-gobject. it should depend on the python2 version instead.

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

end of thread, other threads:[~2019-06-04 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 14:41 [PR PATCH] networkmanager-dmenu: use python2 dependencies voidlinux-github
2019-06-04 14:56 ` voidlinux-github
2019-06-04 17:27 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-04 17:27 ` voidlinux-github
2019-06-04 17:29 ` voidlinux-github
2019-06-04 17:45 ` [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).