Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-i3ipc-1.7.1
@ 2019-07-03  0:22 voidlinux-github
  2019-07-03 21:49 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-03  0:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages python3-i3ipc-master
https://github.com/void-linux/void-packages/pull/12786

New package: python3-i3ipc-1.7.1
A really useful python library for i3, works well with Sway.

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

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

From 4594f5547e768ccfdd51db94dd2351b7b4613284 Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Wed, 3 Jul 2019 02:17:47 +0200
Subject: [PATCH] New package: python3-i3ipc-1.7.1

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
new file mode 100644
index 00000000000..03dd9cc209c
--- /dev/null
+++ b/srcpkgs/python3-i3ipc/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-i3ipc'
+pkgname=python3-i3ipc
+version=1.7.1
+revision=1
+archs=noarch
+wrksrc="i3ipc-python-${version}"
+build_style=python3-module
+pycompile_module="python3-i3ipc"
+hostmakedepends="python3-setuptools"
+depends="python3 python3-setuptools"
+short_desc="Improved Python library to control i3wm"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/acrisci/i3ipc-python"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b13f4013941e8252988e63d9b7528ba278e4af6edbce031936c5877187fc4d8c
+
+post_install() {
+	vmkdir usr/share/doc/${pkgname}/examples
+	vcopy "examples/*.py" usr/share/doc/${pkgname}/examples
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python3-i3ipc-1.7.1
  2019-07-03  0:22 [PR PATCH] New package: python3-i3ipc-1.7.1 voidlinux-github
@ 2019-07-03 21:49 ` voidlinux-github
  2019-07-03 21:49 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-03 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages python3-i3ipc-master
https://github.com/void-linux/void-packages/pull/12786

New package: python3-i3ipc-1.7.1
A really useful python library for i3, works well with Sway.

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

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

From 4594f5547e768ccfdd51db94dd2351b7b4613284 Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Wed, 3 Jul 2019 02:17:47 +0200
Subject: [PATCH 1/2] New package: python3-i3ipc-1.7.1

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
new file mode 100644
index 00000000000..03dd9cc209c
--- /dev/null
+++ b/srcpkgs/python3-i3ipc/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-i3ipc'
+pkgname=python3-i3ipc
+version=1.7.1
+revision=1
+archs=noarch
+wrksrc="i3ipc-python-${version}"
+build_style=python3-module
+pycompile_module="python3-i3ipc"
+hostmakedepends="python3-setuptools"
+depends="python3 python3-setuptools"
+short_desc="Improved Python library to control i3wm"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/acrisci/i3ipc-python"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b13f4013941e8252988e63d9b7528ba278e4af6edbce031936c5877187fc4d8c
+
+post_install() {
+	vmkdir usr/share/doc/${pkgname}/examples
+	vcopy "examples/*.py" usr/share/doc/${pkgname}/examples
+	vlicense LICENSE
+}

From c5016d9257d636761bea720cb786c881dc7e5548 Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Wed, 3 Jul 2019 23:48:21 +0200
Subject: [PATCH 2/2] New package: python3-i3ipc-1.7.1

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index 03dd9cc209c..46fd3e17655 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -5,9 +5,9 @@ revision=1
 archs=noarch
 wrksrc="i3ipc-python-${version}"
 build_style=python3-module
-pycompile_module="python3-i3ipc"
+pycompile_module="i3ipc"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools"
+depends="python3"
 short_desc="Improved Python library to control i3wm"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause"
@@ -16,7 +16,5 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=b13f4013941e8252988e63d9b7528ba278e4af6edbce031936c5877187fc4d8c
 
 post_install() {
-	vmkdir usr/share/doc/${pkgname}/examples
-	vcopy "examples/*.py" usr/share/doc/${pkgname}/examples
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Updated] New package: python3-i3ipc-1.7.1
  2019-07-03  0:22 [PR PATCH] New package: python3-i3ipc-1.7.1 voidlinux-github
  2019-07-03 21:49 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-03 21:49 ` voidlinux-github
  2019-07-18 23:09 ` [PR PATCH] [Closed]: " voidlinux-github
  2019-07-18 23:09 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-03 21:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nwg-piotr/void-packages python3-i3ipc-master
https://github.com/void-linux/void-packages/pull/12786

New package: python3-i3ipc-1.7.1
A really useful python library for i3, works well with Sway.

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

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

From 4594f5547e768ccfdd51db94dd2351b7b4613284 Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Wed, 3 Jul 2019 02:17:47 +0200
Subject: [PATCH 1/2] New package: python3-i3ipc-1.7.1

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
new file mode 100644
index 00000000000..03dd9cc209c
--- /dev/null
+++ b/srcpkgs/python3-i3ipc/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-i3ipc'
+pkgname=python3-i3ipc
+version=1.7.1
+revision=1
+archs=noarch
+wrksrc="i3ipc-python-${version}"
+build_style=python3-module
+pycompile_module="python3-i3ipc"
+hostmakedepends="python3-setuptools"
+depends="python3 python3-setuptools"
+short_desc="Improved Python library to control i3wm"
+maintainer="Piotr Miller <nwg.piotr@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/acrisci/i3ipc-python"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b13f4013941e8252988e63d9b7528ba278e4af6edbce031936c5877187fc4d8c
+
+post_install() {
+	vmkdir usr/share/doc/${pkgname}/examples
+	vcopy "examples/*.py" usr/share/doc/${pkgname}/examples
+	vlicense LICENSE
+}

From c5016d9257d636761bea720cb786c881dc7e5548 Mon Sep 17 00:00:00 2001
From: piotr <nwg.piotr@gmail.com>
Date: Wed, 3 Jul 2019 23:48:21 +0200
Subject: [PATCH 2/2] New package: python3-i3ipc-1.7.1

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

diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template
index 03dd9cc209c..46fd3e17655 100644
--- a/srcpkgs/python3-i3ipc/template
+++ b/srcpkgs/python3-i3ipc/template
@@ -5,9 +5,9 @@ revision=1
 archs=noarch
 wrksrc="i3ipc-python-${version}"
 build_style=python3-module
-pycompile_module="python3-i3ipc"
+pycompile_module="i3ipc"
 hostmakedepends="python3-setuptools"
-depends="python3 python3-setuptools"
+depends="python3"
 short_desc="Improved Python library to control i3wm"
 maintainer="Piotr Miller <nwg.piotr@gmail.com>"
 license="BSD-3-Clause"
@@ -16,7 +16,5 @@ distfiles="${homepage}/archive/v${version}.tar.gz"
 checksum=b13f4013941e8252988e63d9b7528ba278e4af6edbce031936c5877187fc4d8c
 
 post_install() {
-	vmkdir usr/share/doc/${pkgname}/examples
-	vcopy "examples/*.py" usr/share/doc/${pkgname}/examples
 	vlicense LICENSE
 }

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

* Re: New package: python3-i3ipc-1.7.1
  2019-07-03  0:22 [PR PATCH] New package: python3-i3ipc-1.7.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-18 23:09 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-07-18 23:09 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18 23:09 UTC (permalink / raw)
  To: ml

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

New comment by nwg-piotr on void-packages repository

https://github.com/void-linux/void-packages/pull/12786#issuecomment-513026745
Comment:
Will submit again as soon as a fixed version > 1.7.1 appears.

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

* Re: [PR PATCH] [Closed]: New package: python3-i3ipc-1.7.1
  2019-07-03  0:22 [PR PATCH] New package: python3-i3ipc-1.7.1 voidlinux-github
  2019-07-03 21:49 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-03 21:49 ` voidlinux-github
@ 2019-07-18 23:09 ` voidlinux-github
  2019-07-18 23:09 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-18 23:09 UTC (permalink / raw)
  To: ml

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

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

New package: python3-i3ipc-1.7.1
https://github.com/void-linux/void-packages/pull/12786
Description: A really useful python library for i3, works well with Sway.

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

end of thread, other threads:[~2019-07-18 23:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-03  0:22 [PR PATCH] New package: python3-i3ipc-1.7.1 voidlinux-github
2019-07-03 21:49 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-03 21:49 ` voidlinux-github
2019-07-18 23:09 ` [PR PATCH] [Closed]: " voidlinux-github
2019-07-18 23:09 ` 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).