Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-aiohttp-sse-client-0.1.7
@ 2020-05-24  3:10 ahesford
  2020-05-31 14:25 ` [PR PATCH] [Updated] " ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ahesford @ 2020-05-24  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages aiohttp-sse-client
https://github.com/void-linux/void-packages/pull/22247

New package: python3-aiohttp-sse-client-0.1.7


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aiohttp-sse-client-22247.patch --]
[-- Type: text/x-diff, Size: 1248 bytes --]

From 2f3796e336cbce15c0c4d9a551788f9864593355 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 23 May 2020 23:09:59 -0400
Subject: [PATCH] New package: python3-aiohttp-sse-client-0.1.7

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

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
new file mode 100644
index 00000000000..626d91a8d7e
--- /dev/null
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-aiohttp-sse-client'
+pkgname=python3-aiohttp-sse-client
+version=0.1.7
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-multidict python3-yarl"
+short_desc="Server-Sent Event library for Python, based on aiohttp"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0"
+homepage="https://github.com/rtfol/aiohttp-sse-client"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a8e84f4c304dc4a6a9b8fb3280c74a295c82a74bf486a63cd1403e733abe966c

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

* Re: [PR PATCH] [Updated] New package: python3-aiohttp-sse-client-0.1.7
  2020-05-24  3:10 [PR PATCH] New package: python3-aiohttp-sse-client-0.1.7 ahesford
@ 2020-05-31 14:25 ` ahesford
  2020-05-31 14:37 ` ahesford
  2020-05-31 17:50 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-05-31 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages aiohttp-sse-client
https://github.com/void-linux/void-packages/pull/22247

New package: python3-aiohttp-sse-client-0.1.7


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aiohttp-sse-client-22247.patch --]
[-- Type: text/x-diff, Size: 1290 bytes --]

From a6d4b17ceaa8ddaca042073a36361bb8c364dbd7 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 23 May 2020 23:09:59 -0400
Subject: [PATCH] New package: python3-aiohttp-sse-client-0.1.7

---
 srcpkgs/python3-aiohttp-sse-client/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-aiohttp-sse-client/template

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
new file mode 100644
index 00000000000..fbb011ac03a
--- /dev/null
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-aiohttp-sse-client'
+pkgname=python3-aiohttp-sse-client
+version=0.1.7
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-multidict python3-yarl"
+checkdepends="python3-devel ${depends}"
+short_desc="Server-Sent Event library for Python, based on aiohttp"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0"
+homepage="https://github.com/rtfol/aiohttp-sse-client"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a8e84f4c304dc4a6a9b8fb3280c74a295c82a74bf486a63cd1403e733abe966c

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

* Re: [PR PATCH] [Updated] New package: python3-aiohttp-sse-client-0.1.7
  2020-05-24  3:10 [PR PATCH] New package: python3-aiohttp-sse-client-0.1.7 ahesford
  2020-05-31 14:25 ` [PR PATCH] [Updated] " ahesford
@ 2020-05-31 14:37 ` ahesford
  2020-05-31 17:50 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-05-31 14:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages aiohttp-sse-client
https://github.com/void-linux/void-packages/pull/22247

New package: python3-aiohttp-sse-client-0.1.7


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aiohttp-sse-client-22247.patch --]
[-- Type: text/x-diff, Size: 1313 bytes --]

From 2d499ebcf7db467dc665ca97984e7401348a5fd4 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sat, 23 May 2020 23:09:59 -0400
Subject: [PATCH] New package: python3-aiohttp-sse-client-0.1.7

---
 srcpkgs/python3-aiohttp-sse-client/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-aiohttp-sse-client/template

diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template
new file mode 100644
index 00000000000..6599b036e97
--- /dev/null
+++ b/srcpkgs/python3-aiohttp-sse-client/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-aiohttp-sse-client'
+pkgname=python3-aiohttp-sse-client
+version=0.1.7
+revision=1
+archs=noarch
+wrksrc="${pkgname#*-}-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-aiohttp python3-attrs python3-multidict python3-yarl"
+checkdepends="python3-devel python3-pytest-asyncio ${depends}"
+short_desc="Server-Sent Event library for Python, based on aiohttp"
+maintainer="Andrew J. Hesford <ajh@sideband.org>"
+license="Apache-2.0"
+homepage="https://github.com/rtfol/aiohttp-sse-client"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=a8e84f4c304dc4a6a9b8fb3280c74a295c82a74bf486a63cd1403e733abe966c

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

* Re: [PR PATCH] [Merged]: New package: python3-aiohttp-sse-client-0.1.7
  2020-05-24  3:10 [PR PATCH] New package: python3-aiohttp-sse-client-0.1.7 ahesford
  2020-05-31 14:25 ` [PR PATCH] [Updated] " ahesford
  2020-05-31 14:37 ` ahesford
@ 2020-05-31 17:50 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-05-31 17:50 UTC (permalink / raw)
  To: ml

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

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

New package: python3-aiohttp-sse-client-0.1.7
https://github.com/void-linux/void-packages/pull/22247

Description:


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24  3:10 [PR PATCH] New package: python3-aiohttp-sse-client-0.1.7 ahesford
2020-05-31 14:25 ` [PR PATCH] [Updated] " ahesford
2020-05-31 14:37 ` ahesford
2020-05-31 17:50 ` [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).