Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: magic-wormhole-0.11.2
Date: Wed, 26 Jun 2019 02:57:54 +0200	[thread overview]
Message-ID: <20190626005754.V_gRlhOs9LRwvNgRs5sRd9tjTApuPBoVKv3lJSbhmCs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-12696@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2019-06-26  0:57 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-26  0:31 [PR PATCH] " voidlinux-github
2019-06-26  0:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-26  0:57 ` voidlinux-github [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190626005754.V_gRlhOs9LRwvNgRs5sRd9tjTApuPBoVKv3lJSbhmCs@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).