Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python-ocua-0.98.9
@ 2020-01-28 16:45 voidlinux-github
  2020-01-28 19:06 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-28 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-opcua
https://github.com/void-linux/void-packages/pull/18618

New package: python-ocua-0.98.9


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

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

From 378328b9bea56c395989c1a285a9816a936653f8 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:41:16 +0100
Subject: [PATCH] New package: python-pocua-0.98.9

---
 srcpkgs/python-opcua/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/python3-opcua         |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/python-opcua/template
 create mode 120000 srcpkgs/python3-opcua

diff --git a/srcpkgs/python-opcua/template b/srcpkgs/python-opcua/template
new file mode 100644
index 00000000000..7256ee1ecef
--- /dev/null
+++ b/srcpkgs/python-opcua/template
@@ -0,0 +1,29 @@
+# Template file for 'python-opcua'
+pkgname=python-opcua
+version=0.98.9
+revision=1
+archs=noarch
+wrksrc="opcua-${version}"
+build_style=python-module
+hostmakedepends="python-setuptools python3-setuptools"
+depends="python-cryptography python-dateutil python-lxml"
+short_desc="Pure Pytho2n OPC-UA client and server library"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="http://freeopcua.github.io/"
+distfiles="${PY_SITE}/o/opcua/opcua-${version}.tar.gz"
+checksum=cff42f65dc8aa0752d6e0c416be40298009a0b6001c71109b3032f70816fc779
+
+post_install() {
+	vlicense LICENSE
+}
+
+python3-opcua_package() {
+	archs=noarch
+	depends="python3-cryptography python3-dateutil python3-lxml"
+	short_desc="${short_desc/Python2/Python3}"
+	pkg_install() {
+		vmove usr/lib/python3*
+		vlicense LICENSE
+	}
+}
diff --git a/srcpkgs/python3-opcua b/srcpkgs/python3-opcua
new file mode 120000
index 00000000000..654c22c6d22
--- /dev/null
+++ b/srcpkgs/python3-opcua
@@ -0,0 +1 @@
+python-opcua
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: python-ocua-0.98.9
  2020-01-28 16:45 [PR PATCH] New package: python-ocua-0.98.9 voidlinux-github
@ 2020-01-28 19:06 ` voidlinux-github
  2020-01-29  5:03 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-28 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-opcua
https://github.com/void-linux/void-packages/pull/18618

New package: python-ocua-0.98.9


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

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

From 64fef02af309e5f7fe10c179d21bb3d4a6f4be58 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:41:16 +0100
Subject: [PATCH] New package: python3-pocua-0.98.9

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

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
new file mode 100644
index 00000000000..48c4f6ad2a2
--- /dev/null
+++ b/srcpkgs/python3-opcua/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-opcua'
+pkgname=python3-opcua
+version=0.98.9
+revision=1
+archs=noarch
+wrksrc="opcua-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-cryptography python3-dateutil python3-lxml"
+short_desc="Pure Python OPC-UA client and server library"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="MIT"
+homepage="http://freeopcua.github.io/"
+distfiles="${PY_SITE}/o/opcua/opcua-${version}.tar.gz"
+checksum=cff42f65dc8aa0752d6e0c416be40298009a0b6001c71109b3032f70816fc779
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: python-ocua-0.98.9
  2020-01-28 16:45 [PR PATCH] New package: python-ocua-0.98.9 voidlinux-github
  2020-01-28 19:06 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-29  5:03 ` voidlinux-github
  2020-01-29  5:21 ` voidlinux-github
  2020-01-29  8:39 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29  5:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-opcua
https://github.com/void-linux/void-packages/pull/18618

New package: python-ocua-0.98.9


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

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

From b554ba4e80feb589202e170d260b5e77e3b7ef50 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:41:16 +0100
Subject: [PATCH] New package: python3-pocua-0.98.9

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

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
new file mode 100644
index 00000000000..b4fe62019a8
--- /dev/null
+++ b/srcpkgs/python3-opcua/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-opcua'
+pkgname=python3-opcua
+version=0.98.9
+revision=1
+archs=noarch
+wrksrc="opcua-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-cryptography python3-dateutil python3-lxml"
+short_desc="Pure Python OPC-UA client and server library"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="LGPL-3.0-or-later"
+homepage="http://freeopcua.github.io/"
+distfiles="${PY_SITE}/o/opcua/opcua-${version}.tar.gz"
+checksum=cff42f65dc8aa0752d6e0c416be40298009a0b6001c71109b3032f70816fc779

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

* Re: [PR PATCH] [Updated] New package: python-ocua-0.98.9
  2020-01-28 16:45 [PR PATCH] New package: python-ocua-0.98.9 voidlinux-github
  2020-01-28 19:06 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-29  5:03 ` voidlinux-github
@ 2020-01-29  5:21 ` voidlinux-github
  2020-01-29  8:39 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29  5:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages python-opcua
https://github.com/void-linux/void-packages/pull/18618

New package: python-ocua-0.98.9


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

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

From 4c1c6bbe61bcdb510f7725fbe6675e9e2dddc6b3 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Tue, 28 Jan 2020 17:41:16 +0100
Subject: [PATCH] New package: python3-pocua-0.98.9

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

diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template
new file mode 100644
index 00000000000..b8930c0800d
--- /dev/null
+++ b/srcpkgs/python3-opcua/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-opcua'
+pkgname=python3-opcua
+version=0.98.9
+revision=1
+archs=noarch
+wrksrc="opcua-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-cryptography python3-dateutil python3-lxml"
+short_desc="Pure Python OPC-UA client and server library"
+maintainer="Pulux <pulux@pf4sh.de>"
+license="LGPL-3.0-or-later"
+homepage="http://freeopcua.github.io/"
+distfiles="${PYPI_SITE}/o/opcua/opcua-${version}.tar.gz"
+checksum=cff42f65dc8aa0752d6e0c416be40298009a0b6001c71109b3032f70816fc779

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

* Re: [PR PATCH] [Merged]: New package: python-ocua-0.98.9
  2020-01-28 16:45 [PR PATCH] New package: python-ocua-0.98.9 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-29  5:21 ` voidlinux-github
@ 2020-01-29  8:39 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2020-01-29  8:39 UTC (permalink / raw)
  To: ml

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

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

New package: python-ocua-0.98.9
https://github.com/void-linux/void-packages/pull/18618

Description:


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

end of thread, other threads:[~2020-01-29  8:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28 16:45 [PR PATCH] New package: python-ocua-0.98.9 voidlinux-github
2020-01-28 19:06 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-29  5:03 ` voidlinux-github
2020-01-29  5:21 ` voidlinux-github
2020-01-29  8:39 ` [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).