Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: python3-aioamqp and python3-pamqp (dependency)
@ 2020-05-22 16:15 ahesford
  2020-05-26 14:49 ` [PR PATCH] [Updated] " ahesford
  2020-05-31 13:45 ` [PR PATCH] [Merged]: " Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: ahesford @ 2020-05-22 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages aioamqp
https://github.com/void-linux/void-packages/pull/22200

New packages: python3-aioamqp and python3-pamqp (dependency)


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

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

From 41946fe6358481317581c08ab5b93c0beaa4387a Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 22 May 2020 12:14:13 -0400
Subject: [PATCH 1/2] New package: python3-pamqp-2.3.0

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

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
new file mode 100644
index 00000000000..24103280aea
--- /dev/null
+++ b/srcpkgs/python3-pamqp/template
@@ -0,0 +1,18 @@
+# Template file for 'python3-pamqp'
+pkgname=python3-pamqp
+version=2.3.0
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+short_desc="Low-level AMQP 0-9-1 frame encoding/decoding for Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/gmr/pamqp"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=9c69844d2f587fcb8f086490ad5e4d629dc94ad3b25efd898dacb387aac453e0
+
+post_install() {
+	vlicense LICENSE
+}

From a00be53436130458729f776df6357984f65c5cf5 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 22 May 2020 12:14:16 -0400
Subject: [PATCH 2/2] New package: python3-aioamqp-0.14.0

---
 srcpkgs/python3-aioamqp/template | 19 +++++++++++++++++++
 srcpkgs/python3-aioamqp/update   |  1 +
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-aioamqp/template
 create mode 100644 srcpkgs/python3-aioamqp/update

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
new file mode 100644
index 00000000000..861cec8f543
--- /dev/null
+++ b/srcpkgs/python3-aioamqp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-aioamqp'
+pkgname=python3-aioamqp
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc="aioamqp-aioamqp-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-pamqp"
+short_desc="Pure-Python implementation of AMQP 0.9.1 atop asyncio"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/polyconseil/aioamqp"
+distfiles="${homepage}/archive/${pkgname#*-}-${version}.tar.gz"
+checksum=9fce69be1ed9bcc06b74683094f738556305215a1affd0fd7789c23a01c53ecd
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-aioamqp/update b/srcpkgs/python3-aioamqp/update
new file mode 100644
index 00000000000..8920d4a4c61
--- /dev/null
+++ b/srcpkgs/python3-aioamqp/update
@@ -0,0 +1 @@
+pattern="${pkgname#*-}-\K[0-9.]*(?=.tar.gz)"

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

* Re: [PR PATCH] [Updated] New packages: python3-aioamqp and python3-pamqp (dependency)
  2020-05-22 16:15 [PR PATCH] New packages: python3-aioamqp and python3-pamqp (dependency) ahesford
@ 2020-05-26 14:49 ` ahesford
  2020-05-31 13:45 ` [PR PATCH] [Merged]: " Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-05-26 14:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages aioamqp
https://github.com/void-linux/void-packages/pull/22200

New packages: python3-aioamqp and python3-pamqp (dependency)


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

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

From 192a4f84b18de534901108c6df89de45377ba7f1 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 22 May 2020 12:14:13 -0400
Subject: [PATCH 1/2] New package: python3-pamqp-2.3.0

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

diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template
new file mode 100644
index 00000000000..8c66eb482de
--- /dev/null
+++ b/srcpkgs/python3-pamqp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-pamqp'
+pkgname=python3-pamqp
+version=2.3.0
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Low-level AMQP 0-9-1 frame encoding/decoding for Python"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/gmr/pamqp"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=9c69844d2f587fcb8f086490ad5e4d629dc94ad3b25efd898dacb387aac453e0
+
+post_install() {
+	vlicense LICENSE
+}

From 5c48b044e5e354fa7ff6b116e95db81e6c3a3a65 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Fri, 22 May 2020 12:14:16 -0400
Subject: [PATCH 2/2] New package: python3-aioamqp-0.14.0

---
 srcpkgs/python3-aioamqp/template | 19 +++++++++++++++++++
 srcpkgs/python3-aioamqp/update   |  1 +
 2 files changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-aioamqp/template
 create mode 100644 srcpkgs/python3-aioamqp/update

diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template
new file mode 100644
index 00000000000..861cec8f543
--- /dev/null
+++ b/srcpkgs/python3-aioamqp/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-aioamqp'
+pkgname=python3-aioamqp
+version=0.14.0
+revision=1
+archs=noarch
+wrksrc="aioamqp-aioamqp-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-pamqp"
+short_desc="Pure-Python implementation of AMQP 0.9.1 atop asyncio"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/polyconseil/aioamqp"
+distfiles="${homepage}/archive/${pkgname#*-}-${version}.tar.gz"
+checksum=9fce69be1ed9bcc06b74683094f738556305215a1affd0fd7789c23a01c53ecd
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-aioamqp/update b/srcpkgs/python3-aioamqp/update
new file mode 100644
index 00000000000..8920d4a4c61
--- /dev/null
+++ b/srcpkgs/python3-aioamqp/update
@@ -0,0 +1 @@
+pattern="${pkgname#*-}-\K[0-9.]*(?=.tar.gz)"

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

* Re: [PR PATCH] [Merged]: New packages: python3-aioamqp and python3-pamqp (dependency)
  2020-05-22 16:15 [PR PATCH] New packages: python3-aioamqp and python3-pamqp (dependency) ahesford
  2020-05-26 14:49 ` [PR PATCH] [Updated] " ahesford
@ 2020-05-31 13:45 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2020-05-31 13:45 UTC (permalink / raw)
  To: ml

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

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

New packages: python3-aioamqp and python3-pamqp (dependency)
https://github.com/void-linux/void-packages/pull/22200

Description:


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

end of thread, other threads:[~2020-05-31 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-22 16:15 [PR PATCH] New packages: python3-aioamqp and python3-pamqp (dependency) ahesford
2020-05-26 14:49 ` [PR PATCH] [Updated] " ahesford
2020-05-31 13:45 ` [PR PATCH] [Merged]: " Piraty

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).