Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: magic-wormhole-0.11.2
@ 2019-06-26  0:31 voidlinux-github
  2019-06-26  0:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  0:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 7485b83a68c12c6cb50813f55629e6a72e8ab27b Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..fb7e639c67a
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3"
+depends="python3-click python3-cffi python3-tqdm python3-pynacl python3-humanize
+ python3-idna python3-autobahn python3-service_identity python3-spake2
+ python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..654640aa63e
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+wrksrc=autobahn-${version}
+archs=noarch
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install(){
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..08cdf931c90
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+wrksrc=hkdf-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..1f8015a2657
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+wrksrc=python-spake2-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..d3fde49c528
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+wrksrc=txaio-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e0478354dfd
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+wrksrc=txtorcon-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
  2019-06-26  0:57 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-26  0:57 ` voidlinux-github
  2019-06-26  1:00 ` voidlinux-github
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 9dd30ddf7c51c23b089ff32d79d42342df68a26f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..fb7e639c67a
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3"
+depends="python3-click python3-cffi python3-tqdm python3-pynacl python3-humanize
+ python3-idna python3-autobahn python3-service_identity python3-spake2
+ python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..654640aa63e
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+wrksrc=autobahn-${version}
+archs=noarch
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install(){
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..08cdf931c90
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+wrksrc=hkdf-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..1f8015a2657
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+wrksrc=python-spake2-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..d3fde49c528
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+wrksrc=txaio-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e0478354dfd
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+wrksrc=txtorcon-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
@ 2019-06-26  0:57 ` voidlinux-github
  2019-06-26  0:57 ` voidlinux-github
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 9dd30ddf7c51c23b089ff32d79d42342df68a26f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..fb7e639c67a
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3"
+depends="python3-click python3-cffi python3-tqdm python3-pynacl python3-humanize
+ python3-idna python3-autobahn python3-service_identity python3-spake2
+ python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..654640aa63e
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+wrksrc=autobahn-${version}
+archs=noarch
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install(){
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..08cdf931c90
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+wrksrc=hkdf-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..1f8015a2657
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+wrksrc=python-spake2-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..d3fde49c528
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+wrksrc=txaio-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e0478354dfd
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+wrksrc=txtorcon-${version}
+archs=noarch
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
  2019-06-26  0:57 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-26  0:57 ` voidlinux-github
@ 2019-06-26  1:00 ` voidlinux-github
  2019-06-26  1:00 ` voidlinux-github
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  1:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 53b17f6b1d4f82cbdd61505599faac11a7e3ae34 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..fb7e639c67a
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3"
+depends="python3-click python3-cffi python3-tqdm python3-pynacl python3-humanize
+ python3-idna python3-autobahn python3-service_identity python3-spake2
+ python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..3d1f6146180
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..96949a2a224
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..9dd1f72995d
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..5ca0aa5617c
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..4ac40bdf82a
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-06-26  1:00 ` voidlinux-github
@ 2019-06-26  1:00 ` voidlinux-github
  2019-06-26  4:07 ` voidlinux-github
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  1:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 53b17f6b1d4f82cbdd61505599faac11a7e3ae34 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..fb7e639c67a
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3"
+depends="python3-click python3-cffi python3-tqdm python3-pynacl python3-humanize
+ python3-idna python3-autobahn python3-service_identity python3-spake2
+ python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..3d1f6146180
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..96949a2a224
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..9dd1f72995d
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..5ca0aa5617c
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..4ac40bdf82a
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-06-26  1:00 ` voidlinux-github
@ 2019-06-26  4:07 ` voidlinux-github
  2019-06-26  4:07 ` voidlinux-github
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  4:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From aeb49087ca1eb016c7386ac623c24b8063929be3 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..ff77fe8c665
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..35c9ca2cafc
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..b864dad634b
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..5b01004162e
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..96ed870cab5
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e7fa1bda2df
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-06-26  4:07 ` voidlinux-github
@ 2019-06-26  4:07 ` voidlinux-github
  2019-06-26  4:39 ` voidlinux-github
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  4:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From aeb49087ca1eb016c7386ac623c24b8063929be3 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..ff77fe8c665
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..35c9ca2cafc
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..b864dad634b
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPYI_SITE}/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..5b01004162e
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..96ed870cab5
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://pypi.io/packages/source/t/txaio/txaio-${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e7fa1bda2df
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-06-26  4:39 ` voidlinux-github
@ 2019-06-26  4:39 ` voidlinux-github
  2019-06-26  5:03 ` voidlinux-github
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From a72e59770e7aa1684c27bcad698d0bf72511b7a9 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..ff77fe8c665
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..35c9ca2cafc
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..9025a2212fc
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="https://files.pythonhosted.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..5b01004162e
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..2d99e2ac38f
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e7fa1bda2df
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-06-26  4:07 ` voidlinux-github
@ 2019-06-26  4:39 ` voidlinux-github
  2019-06-26  4:39 ` voidlinux-github
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From a72e59770e7aa1684c27bcad698d0bf72511b7a9 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..ff77fe8c665
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..35c9ca2cafc
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..9025a2212fc
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="https://files.pythonhosted.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..5b01004162e
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..2d99e2ac38f
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=67e360ac73b12c52058219bb5f8b3ed4105d2636707a36a7cdafb56fe06db7fe
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e7fa1bda2df
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-06-26  4:39 ` voidlinux-github
@ 2019-06-26  5:03 ` voidlinux-github
  2019-06-26  5:03 ` voidlinux-github
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  5:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 970a49033d1e7e3ce9ad0b0784dbac769875a7cd Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..ff77fe8c665
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..35c9ca2cafc
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..9025a2212fc
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="https://files.pythonhosted.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..5b01004162e
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..f2f2565d846
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e7fa1bda2df
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-06-26  5:03 ` voidlinux-github
@ 2019-06-26  5:03 ` voidlinux-github
  2019-06-26 23:05 ` voidlinux-github
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26  5:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 970a49033d1e7e3ce9ad0b0784dbac769875a7cd Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..ff77fe8c665
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/${pkgname}/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..35c9ca2cafc
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc=autobahn-${version}
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..9025a2212fc
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc=hkdf-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="https://files.pythonhosted.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..5b01004162e
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc=python-spake2-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..f2f2565d846
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc=txaio-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..e7fa1bda2df
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc=txtorcon-${version}
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-06-26  5:03 ` voidlinux-github
@ 2019-06-26 23:05 ` voidlinux-github
  2019-06-26 23:05 ` voidlinux-github
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From f398697135bf88b86b2153d75aca25ee19e0253e Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..c07753ce6ad
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..e46e515aa5a
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc="autobahn-${version}"
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..1dd5a26a373
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc="hkdf-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${DEBIAN_SITE}/main/p/python-hkdf/python-hkdf_${version}.orig.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..7325883a448
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc="python-spake2-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..1c7a5b12008
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc="txaio-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..9aa160aacdb
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc="txtorcon-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-06-26 23:05 ` voidlinux-github
@ 2019-06-26 23:05 ` voidlinux-github
  2019-07-17  0:57 ` voidlinux-github
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-06-26 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From f398697135bf88b86b2153d75aca25ee19e0253e Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..c07753ce6ad
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..e46e515aa5a
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc="autobahn-${version}"
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..1dd5a26a373
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc="hkdf-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${DEBIAN_SITE}/main/p/python-hkdf/python-hkdf_${version}.orig.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..7325883a448
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc="python-spake2-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..1c7a5b12008
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc="txaio-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..9aa160aacdb
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc="txtorcon-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-06-26 23:05 ` voidlinux-github
@ 2019-07-17  0:57 ` voidlinux-github
  2019-07-17  0:57 ` voidlinux-github
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-07-17  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 41cf05cb25ffab5623aa8e4a25119a2639837afa Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..c07753ce6ad
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..e46e515aa5a
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc="autobahn-${version}"
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..1dd5a26a373
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc="hkdf-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${DEBIAN_SITE}/main/p/python-hkdf/python-hkdf_${version}.orig.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..7325883a448
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc="python-spake2-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..1c7a5b12008
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc="txaio-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..9aa160aacdb
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc="txtorcon-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-07-17  0:57 ` voidlinux-github
@ 2019-07-17  0:57 ` voidlinux-github
  2019-07-17  0:58 ` voidlinux-github
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-07-17  0:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From 41cf05cb25ffab5623aa8e4a25119a2639837afa Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..c07753ce6ad
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..e46e515aa5a
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc="autobahn-${version}"
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..1dd5a26a373
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc="hkdf-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${DEBIAN_SITE}/main/p/python-hkdf/python-hkdf_${version}.orig.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..7325883a448
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc="python-spake2-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="Pure-python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..1c7a5b12008
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc="txaio-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..9aa160aacdb
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc="txtorcon-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (14 preceding siblings ...)
  2019-07-17  0:58 ` voidlinux-github
@ 2019-07-17  0:58 ` voidlinux-github
  2019-07-21 19:46 ` voidlinux-github
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-07-17  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From c6950b00ef65af21e3fc96eba42fb7241a554d6d Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..c07753ce6ad
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..e46e515aa5a
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc="autobahn-${version}"
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..cb04af4a399
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc="hkdf-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..d4e8db96f95
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc="python-spake2-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="SPAKE2 Password-Authenticated Key Exchange"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..1c7a5b12008
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc="txaio-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..9aa160aacdb
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc="txtorcon-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-07-17  0:57 ` voidlinux-github
@ 2019-07-17  0:58 ` voidlinux-github
  2019-07-17  0:58 ` voidlinux-github
  2019-07-21 19:46 ` voidlinux-github
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-07-17  0:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages wormhole
https://github.com/void-linux/void-packages/pull/12696

New package: magic-wormhole-0.11.2
None

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

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

From c6950b00ef65af21e3fc96eba42fb7241a554d6d Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Tue, 25 Jun 2019 17:31:02 -0700
Subject: [PATCH] New package: magic-wormhole-0.11.2

---
 srcpkgs/magic-wormhole/template   | 21 +++++++++++++++++++++
 srcpkgs/python3-autobahn/template | 20 ++++++++++++++++++++
 srcpkgs/python3-hkdf/template     | 18 ++++++++++++++++++
 srcpkgs/python3-spake2/template   | 19 +++++++++++++++++++
 srcpkgs/python3-txaio/template    | 18 ++++++++++++++++++
 srcpkgs/python3-txtorcon/template | 19 +++++++++++++++++++
 6 files changed, 115 insertions(+)
 create mode 100644 srcpkgs/magic-wormhole/template
 create mode 100644 srcpkgs/python3-autobahn/template
 create mode 100644 srcpkgs/python3-hkdf/template
 create mode 100644 srcpkgs/python3-spake2/template
 create mode 100644 srcpkgs/python3-txaio/template
 create mode 100644 srcpkgs/python3-txtorcon/template

diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template
new file mode 100644
index 00000000000..c07753ce6ad
--- /dev/null
+++ b/srcpkgs/magic-wormhole/template
@@ -0,0 +1,21 @@
+# Template file for 'magic-wormhole'
+pkgname=magic-wormhole
+version=0.11.2
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="wormhole"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-autobahn python3-cffi python3-click python3-humanize
+ python3-idna python3-pynacl python3-service_identity python3-spake2
+ python3-tqdm python3-txtorcon"
+short_desc="Get things from one computer to another, safely"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://magic-wormhole.readthedocs.io/en/latest/"
+distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
+checksum=55fd24b8c148d0f2c12160040dd061a5749bcda269adf97de6a697c9416c1052
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template
new file mode 100644
index 00000000000..e46e515aa5a
--- /dev/null
+++ b/srcpkgs/python3-autobahn/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-autobahn'
+pkgname=python3-autobahn
+version=19.6.2
+revision=1
+archs=noarch
+wrksrc="autobahn-${version}"
+build_style=python3-module
+pycompile_module="wamp"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-cffi python3-Twisted python3-six python3-cryptography python3-txaio"
+short_desc="Real-time framework for Web, Mobile & Internet of Things"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://crossbar.io/autobahn"
+distfiles="${PYPI_SITE}/a/autobahn/autobahn-${version}.tar.gz"
+checksum=48c2d737d33cfe1d37124db984577c5d4f44e116d05a9f8b6505721413ff9b22
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
new file mode 100644
index 00000000000..cb04af4a399
--- /dev/null
+++ b/srcpkgs/python3-hkdf/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-hkdf'
+pkgname=python3-hkdf
+version=0.0.3
+revision=1
+archs=noarch
+wrksrc="hkdf-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="HMAC Key Derivation module"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-2-Clause"
+homepage="https://pypi.org/project/hkdf/"
+distfiles="${PYPI_SITE}/h/hkdf/hkdf-${version}.tar.gz"
+checksum=622a31c634bc185581530a4b44ffb731ed208acf4614f9c795bdd70e77991dca
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template
new file mode 100644
index 00000000000..d4e8db96f95
--- /dev/null
+++ b/srcpkgs/python3-spake2/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-spake2'
+pkgname=python3-spake2
+version=0.8
+revision=1
+archs=noarch
+wrksrc="python-spake2-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-hkdf"
+short_desc="SPAKE2 Password-Authenticated Key Exchange"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/warner/python-spake2"
+distfiles="https://github.com/warner/python-spake2/archive/v${version}.tar.gz"
+checksum=c96c1d9438ca7f738959690b0860473b5bf8f8b95884f78fd5af11d2e6db662f
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
new file mode 100644
index 00000000000..1c7a5b12008
--- /dev/null
+++ b/srcpkgs/python3-txaio/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-txaio'
+pkgname=python3-txaio
+version=18.8.1
+revision=1
+archs=noarch
+wrksrc="txaio-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/crossbario/txaio"
+distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
+checksum=5b468ba8f8cee26e5a6de9e69169fddd9223b418bad9a6e9d3597906a013de97
+
+post-install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
new file mode 100644
index 00000000000..9aa160aacdb
--- /dev/null
+++ b/srcpkgs/python3-txtorcon/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-txtorcon'
+pkgname=python3-txtorcon
+version=19.0.0
+revision=1
+archs=noarch
+wrksrc="txtorcon-${version}"
+build_style=python3-module
+hostmakedepends="python3 python3-setuptools"
+depends="python3-automat python3-Twisted"
+short_desc="Twisted-based asynchronous Tor control protocol implementation"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://txtorcon.readthedocs.io/en/latest/"
+distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
+checksum=c0f303f8cb4fa5fbd3854cdf8ab40d998e1c2d633e72363dc0aa8dbf0e416fc4
+
+post-install() {
+	vlicense LICENSE
+}

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

* Re: New package: magic-wormhole-0.11.2
  2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
                   ` (15 preceding siblings ...)
  2019-07-17  0:58 ` voidlinux-github
@ 2019-07-21 19:46 ` voidlinux-github
  16 siblings, 0 replies; 18+ messages in thread
From: voidlinux-github @ 2019-07-21 19:46 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/12696#issuecomment-513582254
Comment:
Ready for another review. (Thanks btw to Chocimier, Aedinius, and Pullmoll for their reviews.)

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

end of thread, other threads:[~2019-07-21 19:46 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-26  0:31 [PR PATCH] New package: magic-wormhole-0.11.2 voidlinux-github
2019-06-26  0:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26  0:57 ` voidlinux-github
2019-06-26  1:00 ` voidlinux-github
2019-06-26  1:00 ` voidlinux-github
2019-06-26  4:07 ` voidlinux-github
2019-06-26  4:07 ` voidlinux-github
2019-06-26  4:39 ` voidlinux-github
2019-06-26  4:39 ` voidlinux-github
2019-06-26  5:03 ` voidlinux-github
2019-06-26  5:03 ` voidlinux-github
2019-06-26 23:05 ` voidlinux-github
2019-06-26 23:05 ` voidlinux-github
2019-07-17  0:57 ` voidlinux-github
2019-07-17  0:57 ` voidlinux-github
2019-07-17  0:58 ` voidlinux-github
2019-07-17  0:58 ` voidlinux-github
2019-07-21 19:46 ` 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).